Searched defs:TBAAAllocation (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/lib/
H A DRSKernelExpand.cpp710 // TBAAAllocation - metadata for marking loads of input values out of allocations
722 llvm::MDNode *TBAAAllocation,
753 InputLoad->setMetadata("tbaa", TBAAAllocation);
952 *TBAAAllocation, *TBAAPointer; local
959 TBAAAllocation = MDHelper.createTBAAScalarTypeNode("allocation",
961 TBAAAllocation = MDHelper.createTBAAStructTagNode(TBAAAllocation,
962 TBAAAllocation, 0);
1080 ExpandInputsBody(Builder, Arg_x1, TBAAAllocation, NumInPtrArguments,
1092 Store->setMetadata("tbaa", TBAAAllocation);
720 ExpandInputsBody(llvm::IRBuilder< &Builder, llvm::Value *Arg_x1, llvm::MDNode *TBAAAllocation, const size_t NumInputs, const llvm::SmallVectorImpl<llvm::Type *> &InTypes, const llvm::SmallVectorImpl<llvm::Value *> &InBufPtrs, const llvm::SmallVectorImpl<llvm::Value *> &InStructTempSlots, llvm::Value *IndVar, llvm::SmallVectorImpl<llvm::Value *> &RootArgs) argument
1151 *TBAAAllocation, *TBAAPointer; local
[all...]

Completed in 32 milliseconds