/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | MemoryLocation.cpp | 42 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/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineLoadStoreAlloca.cpp | 421 AAMDNodes AAMD = MemCpy->getAAMetadata(); in replace() 711 NewLoad->setAAMetadata(LI.getAAMetadata()); in unpackLoadToAggregate() 745 L->setAAMetadata(LI.getAAMetadata()); in unpackLoadToAggregate() 758 NewLoad->setAAMetadata(LI.getAAMetadata()); in unpackLoadToAggregate() 790 L->setAAMetadata(LI.getAAMetadata()); in unpackLoadToAggregate() 1270 NS->setAAMetadata(SI.getAAMetadata()); in unpackStoreToAggregate() 1316 NS->setAAMetadata(SI.getAAMetadata()); in unpackStoreToAggregate() 1600 AAMDNodes AATags = SI.getAAMetadata(); in mergeStoreIntoSuccessor() 1602 NewSI->setAAMetadata(AATags.merge(OtherStore->getAAMetadata())); in mergeStoreIntoSuccessor()
|
H A D | InstructionCombining.cpp | 4050 NL->setAAMetadata(L->getAAMetadata()); in visitExtractValueInst()
|
H A D | InstCombineCalls.cpp | 175 AAMDNodes AACopyMD = MI->getAAMetadata().adjustForAccess(Size); in SimplifyAnyMemTransfer()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFPreserveStaticOffset.cpp | 240 Call->setAAMetadata(Load->getAAMetadata()); in makeGEPAndLoad() 264 Call->setAAMetadata(Store->getAAMetadata()); in makeGEPAndStore() 300 Insn->setAAMetadata(Call->getAAMetadata()); in reconstructCommon()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 1614 AAMDNodes AATags = SomeLoad->getAAMetadata(); in speculatePHINodeLoads() 1770 AAMDNodes Tags = LI.getAAMetadata(); in speculateSelectInstLoads() 2858 AAMDNodes AATags = LI.getAAMetadata(); in visitLoadInst() 3040 AAMDNodes AATags = SI.getAAMetadata(); in visitStoreInst() 3141 AAMDNodes AATags = II.getAAMetadata(); in visitMemSetInst() 3285 AAMDNodes AATags = II.getAAMetadata(); in visitMemTransferInst() 3842 LoadOpSplitter Splitter(&LI, *U, LI.getType(), LI.getAAMetadata(), in visitLoadInst() 3915 StoreOpSplitter Splitter(&SI, *U, V->getType(), SI.getAAMetadata(), &SI, in visitStoreInst() 4576 AAMDNodes AATags = SI->getAAMetadata(); in presplitLoadsAndStores()
|
H A D | LoopIdiomRecognize.cpp | 1083 AAMDNodes AATags = TheStore->getAAMetadata(); in processLoopStridedStore() 1085 AATags = AATags.merge(Store->getAAMetadata()); in processLoopStridedStore() 1379 AAMDNodes AATags = TheLoad->getAAMetadata(); in processLoopStoreOfLoopLoad() 1380 AAMDNodes StoreAATags = TheStore->getAAMetadata(); in processLoopStoreOfLoopLoad()
|
H A D | LICM.cpp | 2158 AATags = UI->getAAMetadata(); in promoteLoopAccessesToScalars() 2160 AATags = AATags.merge(UI->getAAMetadata()); in promoteLoopAccessesToScalars()
|
H A D | JumpThreading.cpp | 1286 AAMDNodes AATags = LoadI->getAAMetadata(); in simplifyPartiallyRedundantLoad()
|
H A D | GVN.cpp | 1495 AAMDNodes Tags = Load->getAAMetadata(); in eliminatePartiallyRedundantLoad()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Instruction.h | 449 AAMDNodes getAAMetadata() const;
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
H A D | AggressiveInstCombine.cpp | 760 AAMDNodes AATags2 = LI2->getAAMetadata(); in foldLoadsRecursive() 763 AATags1 = LI1->getAAMetadata(); in foldLoadsRecursive()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 4544 AAMDNodes AAInfo = I.getAAMetadata(); in visitLoad() 4663 I.getAAMetadata()))) && in visitLoadFromSwiftError() 4721 AAMDNodes AAInfo = I.getAAMetadata(); in visitStore() 4797 LocationSize::beforeOrAfterPointer(), Alignment, I.getAAMetadata()); in visitMaskedStore() 4910 LocationSize::beforeOrAfterPointer(), Alignment, I.getAAMetadata()); in visitMaskedScatter() 4965 AAMDNodes AAInfo = I.getAAMetadata(); in visitMaskedLoad() 5027 LocationSize::beforeOrAfterPointer(), Alignment, I.getAAMetadata(), in visitMaskedGather() 5319 Info.size, I.getAAMetadata()); in visitTargetIntrinsic() 6360 MemoryLocation::UnknownSize, Alignment, I.getAAMetadata(), Ranges); in visitVectorHistogram() 6472 I.getAAMetadata(), AA); in visitIntrinsicCall() [all …]
|
H A D | FastISel.cpp | 2424 AAMDNodes AAInfo = I->getAAMetadata(); in createMachineMemOperandFor()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 1371 AAMDNodes AAInfo = LI.getAAMetadata(); in translateLoad() 1443 commonAlignment(BaseAlign, Offsets[i] / 8), SI.getAAMetadata(), nullptr, in translateStore() 1753 AAMDNodes AAInfo = CI.getAAMetadata(); in translateMemFunc() 2805 MF->getMachineMemOperand(MPI, Info.flags, MemTy, Alignment, CI.getAAMetadata())); in translateCall() 3235 getMemOpAlign(I), I.getAAMetadata(), nullptr, I.getSyncScopeID(), in translateAtomicCmpXchg() 3310 I.getAAMetadata(), nullptr, I.getSyncScopeID(), in translateAtomicRMW()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ArgumentPromotion.cpp | 234 LI->setAAMetadata(Pair.second.MustExecInstr->getAAMetadata()); in doPromotion()
|
H A D | FunctionAttrs.cpp | 142 MemoryLocation::getBeforeOrAfter(Arg, Call->getAAMetadata()), in addArgLocs()
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Metadata.cpp | 1707 AAMDNodes Instruction::getAAMetadata() const { in getAAMetadata() function in Instruction
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 4207 SI->setAAMetadata(PStore->getAAMetadata().merge(QStore->getAAMetadata())); in mergeConditionalStoreToAddress()
|