Searched refs:TBAAAllocation (Results 1 – 1 of 1) sorted by relevance
/frameworks/compile/libbcc/lib/ |
D | RSKernelExpand.cpp | 722 llvm::MDNode *TBAAAllocation, in ExpandInputsBody() argument 753 InputLoad->setMetadata("tbaa", TBAAAllocation); in ExpandInputsBody() 952 *TBAAAllocation, *TBAAPointer; in ExpandForEach() local 959 TBAAAllocation = MDHelper.createTBAAScalarTypeNode("allocation", in ExpandForEach() 961 TBAAAllocation = MDHelper.createTBAAStructTagNode(TBAAAllocation, in ExpandForEach() 962 TBAAAllocation, 0); in ExpandForEach() 1080 ExpandInputsBody(Builder, Arg_x1, TBAAAllocation, NumInPtrArguments, in ExpandForEach() 1092 Store->setMetadata("tbaa", TBAAAllocation); in ExpandForEach() 1151 *TBAAAllocation, *TBAAPointer; in ExpandReduceAccumulator() local 1157 TBAAAllocation = MDHelper.createTBAAScalarTypeNode("allocation", in ExpandReduceAccumulator() [all …]
|