Home | History | Annotate | Download | only in Analysis

Lines Matching defs:AATags

22   AAMDNodes AATags;
23 LI->getAAMetadata(AATags);
27 DL.getTypeStoreSize(LI->getType()), AATags);
31 AAMDNodes AATags;
32 SI->getAAMetadata(AATags);
37 AATags);
41 AAMDNodes AATags;
42 VI->getAAMetadata(AATags);
44 return MemoryLocation(VI->getPointerOperand(), UnknownSize, AATags);
48 AAMDNodes AATags;
49 CXI->getAAMetadata(AATags);
54 DL.getTypeStoreSize(CXI->getCompareOperand()->getType()), AATags);
58 AAMDNodes AATags;
59 RMWI->getAAMetadata(AATags);
64 AATags);
74 AAMDNodes AATags;
75 MTI->getAAMetadata(AATags);
77 return MemoryLocation(MTI->getRawSource(), Size, AATags);
87 AAMDNodes AATags;
88 MTI->getAAMetadata(AATags);
90 return MemoryLocation(MTI->getRawDest(), Size, AATags);
113 AAMDNodes AATags;
114 CS->getAAMetadata(AATags);
130 return MemoryLocation(Arg, LenCI->getZExtValue(), AATags);
138 Arg, cast<ConstantInt>(II->getArgOperand(0))->getZExtValue(), AATags);
143 Arg, cast<ConstantInt>(II->getArgOperand(1))->getZExtValue(), AATags);
149 return MemoryLocation(Arg, DL.getTypeStoreSize(II->getType()), AATags);
154 Arg, DL.getTypeStoreSize(II->getArgOperand(1)->getType()), AATags);
167 return MemoryLocation(Arg, 16, AATags);
169 return MemoryLocation(Arg, LenCI->getZExtValue(), AATags);
173 return MemoryLocation(CS.getArgument(ArgIdx), UnknownSize, AATags);