Home
last modified time | relevance | path

Searched refs:getAAMetadata (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemoryLocation.cpp41 LI->getAAMetadata()); in get()
50 SI->getAAMetadata()); in get()
55 LocationSize::afterPointer(), VI->getAAMetadata()); in get()
64 CXI->getAAMetadata()); in get()
73 RMWI->getAAMetadata()); in get()
155 return MemoryLocation::getBeforeOrAfter(UsedV, CB->getAAMetadata()); in getForDest()
161 AAMDNodes AATags = Call->getAAMetadata(); in getForArgument()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp331 AAMDNodes AAMD = MemCpy->getAAMetadata(); in replace()
640 NewLoad->setAAMetadata(LI.getAAMetadata()); in unpackLoadToAggregate()
669 L->setAAMetadata(LI.getAAMetadata()); in unpackLoadToAggregate()
682 NewLoad->setAAMetadata(LI.getAAMetadata()); in unpackLoadToAggregate()
714 L->setAAMetadata(LI.getAAMetadata()); in unpackLoadToAggregate()
1191 NS->setAAMetadata(SI.getAAMetadata()); in unpackStoreToAggregate()
1237 NS->setAAMetadata(SI.getAAMetadata()); in unpackStoreToAggregate()
1552 AAMDNodes AATags = SI.getAAMetadata(); in mergeStoreIntoSuccessor()
1554 NewSI->setAAMetadata(AATags.merge(OtherStore->getAAMetadata())); in mergeStoreIntoSuccessor()
H A DInstructionCombining.cpp3384 NL->setAAMetadata(L->getAAMetadata()); in visitExtractValueInst()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstruction.h333 AAMDNodes getAAMetadata() const;
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1287 AAMDNodes AATags = SomeLoad->getAAMetadata(); in speculatePHINodeLoads()
1409 AAMDNodes Tags = LI->getAAMetadata(); in speculateSelectInstLoads()
2487 AAMDNodes AATags = LI.getAAMetadata(); in visitLoadInst()
2651 AAMDNodes AATags = SI.getAAMetadata(); in visitStoreInst()
2759 AAMDNodes AATags = II.getAAMetadata(); in visitMemSetInst()
2887 AAMDNodes AATags = II.getAAMetadata(); in visitMemTransferInst()
3400 LoadOpSplitter Splitter(&LI, *U, LI.getType(), LI.getAAMetadata(), in visitLoadInst()
3452 StoreOpSplitter Splitter(&SI, *U, V->getType(), SI.getAAMetadata(), in visitStoreInst()
H A DLoopIdiomRecognize.cpp1174 AAMDNodes AATags = TheStore->getAAMetadata(); in processLoopStridedStore()
1176 AATags = AATags.merge(Store->getAAMetadata()); in processLoopStridedStore()
1456 AAMDNodes AATags = TheLoad->getAAMetadata(); in processLoopStoreOfLoopLoad()
1457 AAMDNodes StoreAATags = TheStore->getAAMetadata(); in processLoopStoreOfLoopLoad()
H A DLICM.cpp2083 AATags = UI->getAAMetadata(); in promoteLoopAccessesToScalars()
2085 AATags = AATags.merge(UI->getAAMetadata()); in promoteLoopAccessesToScalars()
H A DJumpThreading.cpp1356 AAMDNodes AATags = LoadI->getAAMetadata(); in simplifyPartiallyRedundantLoad()
H A DGVN.cpp1362 AAMDNodes Tags = Load->getAAMetadata(); in eliminatePartiallyRedundantLoad()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4073 AAMDNodes AAInfo = I.getAAMetadata(); in visitLoad()
4209 I.getAAMetadata()))) && in visitLoadFromSwiftError()
4267 AAMDNodes AAInfo = I.getAAMetadata(); in visitStore()
4502 AAMDNodes AAInfo = I.getAAMetadata(); in visitMaskedLoad()
4835 I.getAAMetadata()); in visitTargetIntrinsic()
5931 I.getAAMetadata()); in visitIntrinsicCall()
7398 AAMDNodes AAInfo = VPIntrin.getAAMetadata(); in visitVPLoadGather()
7459 AAMDNodes AAInfo = VPIntrin.getAAMetadata(); in visitVPStoreScatter()
7514 AAMDNodes AAInfo = VPIntrin.getAAMetadata(); in visitVPStridedLoad()
7540 AAMDNodes AAInfo = VPIntrin.getAAMetadata(); in visitVPStridedStore()
[all …]
H A DFastISel.cpp2295 AAMDNodes AAInfo = I->getAAMetadata(); in createMachineMemOperandFor()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp247 LI->setAAMetadata(Pair.second.MustExecInstr->getAAMetadata()); in doPromotion()
H A DFunctionAttrs.cpp191 MemoryLocation::getBeforeOrAfter(Arg, I.getAAMetadata()); in checkFunctionMemoryAccess()
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1289 AAMDNodes AAInfo = LI.getAAMetadata(); in translateLoad()
1367 commonAlignment(BaseAlign, Offsets[i] / 8), SI.getAAMetadata(), nullptr, in translateStore()
1650 AAMDNodes AAInfo = CI.getAAMetadata(); in translateMemFunc()
2873 getMemOpAlign(I), I.getAAMetadata(), nullptr, I.getSyncScopeID(), in translateAtomicCmpXchg()
2943 I.getAAMetadata(), nullptr, I.getSyncScopeID(), in translateAtomicRMW()
/llvm-project-15.0.7/llvm/lib/IR/
H A DMetadata.cpp1461 AAMDNodes Instruction::getAAMetadata() const { in getAAMetadata() function in Instruction
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetection.cpp1147 AAMDNodes AATags = Inst->getAAMetadata(); in isValidAccess()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3867 SI->setAAMetadata(PStore->getAAMetadata().merge(QStore->getAAMetadata())); in mergeConditionalStoreToAddress()