Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryLocation.cpp42 LI->getAAMetadata()); in get()
51 SI->getAAMetadata()); in get()
56 LocationSize::afterPointer(), VI->getAAMetadata()); in get()
65 CXI->getAAMetadata()); in get()
74 RMWI->getAAMetadata()); in get()
157 return MemoryLocation::getBeforeOrAfter(UsedV, CB->getAAMetadata()); in getForDest()
163 AAMDNodes AATags = Call->getAAMetadata(); in getForArgument()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp423 AAMDNodes AAMD = MemCpy->getAAMetadata(); in replace()
712 NewLoad->setAAMetadata(LI.getAAMetadata()); in unpackLoadToAggregate()
746 L->setAAMetadata(LI.getAAMetadata()); in unpackLoadToAggregate()
759 NewLoad->setAAMetadata(LI.getAAMetadata()); in unpackLoadToAggregate()
791 L->setAAMetadata(LI.getAAMetadata()); in unpackLoadToAggregate()
1271 NS->setAAMetadata(SI.getAAMetadata()); in unpackStoreToAggregate()
1317 NS->setAAMetadata(SI.getAAMetadata()); in unpackStoreToAggregate()
1601 AAMDNodes AATags = SI.getAAMetadata(); in mergeStoreIntoSuccessor()
1603 NewSI->setAAMetadata(AATags.merge(OtherStore->getAAMetadata())); in mergeStoreIntoSuccessor()
H A DInstCombineCalls.cpp175 AAMDNodes AACopyMD = MI->getAAMetadata(); in SimplifyAnyMemTransfer()
H A DInstructionCombining.cpp3569 NL->setAAMetadata(L->getAAMetadata()); in visitExtractValueInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveStaticOffset.cpp239 Call->setAAMetadata(Load->getAAMetadata()); in makeGEPAndLoad()
263 Call->setAAMetadata(Store->getAAMetadata()); in makeGEPAndStore()
299 Insn->setAAMetadata(Call->getAAMetadata()); in reconstructCommon()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp757 AAMDNodes AATags2 = LI2->getAAMetadata(); in foldLoadsRecursive()
760 AATags1 = LI1->getAAMetadata(); in foldLoadsRecursive()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1078 AAMDNodes AATags = TheStore->getAAMetadata(); in processLoopStridedStore()
1080 AATags = AATags.merge(Store->getAAMetadata()); in processLoopStridedStore()
1374 AAMDNodes AATags = TheLoad->getAAMetadata(); in processLoopStoreOfLoopLoad()
1375 AAMDNodes StoreAATags = TheStore->getAAMetadata(); in processLoopStoreOfLoopLoad()
H A DSROA.cpp1661 AAMDNodes AATags = SomeLoad->getAAMetadata(); in speculatePHINodeLoads()
1817 AAMDNodes Tags = LI.getAAMetadata(); in speculateSelectInstLoads()
2907 AAMDNodes AATags = LI.getAAMetadata(); in visitLoadInst()
3078 AAMDNodes AATags = SI.getAAMetadata(); in visitStoreInst()
3178 AAMDNodes AATags = II.getAAMetadata(); in visitMemSetInst()
3320 AAMDNodes AATags = II.getAAMetadata(); in visitMemTransferInst()
3874 LoadOpSplitter Splitter(&LI, *U, LI.getType(), LI.getAAMetadata(), in visitLoadInst()
3945 StoreOpSplitter Splitter(&SI, *U, V->getType(), SI.getAAMetadata(), &SI, in visitStoreInst()
H A DLICM.cpp2143 AATags = UI->getAAMetadata(); in promoteLoopAccessesToScalars()
2145 AATags = AATags.merge(UI->getAAMetadata()); in promoteLoopAccessesToScalars()
H A DJumpThreading.cpp1297 AAMDNodes AATags = LoadI->getAAMetadata(); in simplifyPartiallyRedundantLoad()
H A DGVN.cpp1430 AAMDNodes Tags = Load->getAAMetadata(); in eliminatePartiallyRedundantLoad()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h424 AAMDNodes getAAMetadata() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4340 AAMDNodes AAInfo = I.getAAMetadata(); in visitLoad()
4459 I.getAAMetadata()))) && in visitLoadFromSwiftError()
4517 AAMDNodes AAInfo = I.getAAMetadata(); in visitStore()
4755 AAMDNodes AAInfo = I.getAAMetadata(); in visitMaskedLoad()
7871 AAMDNodes AAInfo = VPIntrin.getAAMetadata(); in visitVPLoad()
7898 AAMDNodes AAInfo = VPIntrin.getAAMetadata(); in visitVPGather()
7939 AAMDNodes AAInfo = VPIntrin.getAAMetadata(); in visitVPStore()
7962 AAMDNodes AAInfo = VPIntrin.getAAMetadata(); in visitVPScatter()
8005 AAMDNodes AAInfo = VPIntrin.getAAMetadata(); in visitVPStridedLoad()
8031 AAMDNodes AAInfo = VPIntrin.getAAMetadata(); in visitVPStridedStore()
[all …]
H A DFastISel.cpp2379 AAMDNodes AAInfo = I->getAAMetadata(); in createMachineMemOperandFor()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1374 AAMDNodes AAInfo = LI.getAAMetadata(); in translateLoad()
1448 commonAlignment(BaseAlign, Offsets[i] / 8), SI.getAAMetadata(), nullptr, in translateStore()
1753 AAMDNodes AAInfo = CI.getAAMetadata(); in translateMemFunc()
2647 MF->getMachineMemOperand(MPI, Info.flags, MemTy, Alignment, CI.getAAMetadata())); in translateCall()
3046 getMemOpAlign(I), I.getAAMetadata(), nullptr, I.getSyncScopeID(), in translateAtomicCmpXchg()
3122 I.getAAMetadata(), nullptr, I.getSyncScopeID(), in translateAtomicRMW()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp233 LI->setAAMetadata(Pair.second.MustExecInstr->getAAMetadata()); in doPromotion()
H A DFunctionAttrs.cpp142 MemoryLocation::getBeforeOrAfter(Arg, Call->getAAMetadata()), in addArgLocs()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp1698 AAMDNodes Instruction::getAAMetadata() const { in getAAMetadata() function in Instruction
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4139 SI->setAAMetadata(PStore->getAAMetadata().merge(QStore->getAAMetadata())); in mergeConditionalStoreToAddress()