Lines Matching refs:TBAAAllocation
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()
1159 TBAAAllocation = MDHelper.createTBAAStructTagNode(TBAAAllocation, in ExpandReduceAccumulator()
1160 TBAAAllocation, 0); in ExpandReduceAccumulator()
1204 …ExpandInputsBody(Builder, Arg_x1, TBAAAllocation, NumInputs, InTypes, InBufPtrs, InStructTempSlots, in ExpandReduceAccumulator()