Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
150 return MemoryLocation::getBeforeOrAfter(UsedV, CB->getAAMetadata()); in getForDest()
156 AAMDNodes AATags = Call->getAAMetadata(); in getForArgument()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp448 AAMDNodes AAMD = MemCpy->getAAMetadata(); in replace()
726 NewLoad->setAAMetadata(LI.getAAMetadata()); in unpackLoadToAggregate()
753 L->setAAMetadata(LI.getAAMetadata()); in unpackLoadToAggregate()
766 NewLoad->setAAMetadata(LI.getAAMetadata()); in unpackLoadToAggregate()
798 L->setAAMetadata(LI.getAAMetadata()); in unpackLoadToAggregate()
1307 NS->setAAMetadata(SI.getAAMetadata()); in unpackStoreToAggregate()
1353 NS->setAAMetadata(SI.getAAMetadata()); in unpackStoreToAggregate()
1633 AAMDNodes AATags = SI.getAAMetadata(); in mergeStoreIntoSuccessor()
1635 NewSI->setAAMetadata(AATags.merge(OtherStore->getAAMetadata())); in mergeStoreIntoSuccessor()
H A DInstCombineCalls.cpp176 AAMDNodes AACopyMD = MI->getAAMetadata().adjustForAccess(Size); in SimplifyAnyMemTransfer()
H A DInstructionCombining.cpp4492 NL->setAAMetadata(L->getAAMetadata()); in visitExtractValueInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveStaticOffset.cpp238 Call->setAAMetadata(Load->getAAMetadata()); in makeGEPAndLoad()
261 Call->setAAMetadata(Store->getAAMetadata()); in makeGEPAndStore()
297 Insn->setAAMetadata(Call->getAAMetadata()); in reconstructCommon()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp1141 MI->getAAMetadata()); in handleMemIntrinsicPtrUse()
1158 MI->getAAMetadata()); in handleMemIntrinsicPtrUse()
1163 MI->getAAMetadata()); in handleMemIntrinsicPtrUse()
1169 MI->getAAMetadata()); in handleMemIntrinsicPtrUse()
H A DSROA.cpp1641 AAMDNodes AATags = SomeLoad->getAAMetadata(); in speculatePHINodeLoads()
1797 AAMDNodes Tags = LI.getAAMetadata(); in speculateSelectInstLoads()
2954 AAMDNodes AATags = LI.getAAMetadata(); in visitLoadInst()
3135 AAMDNodes AATags = SI.getAAMetadata(); in visitStoreInst()
3237 AAMDNodes AATags = II.getAAMetadata(); in visitMemSetInst()
3381 AAMDNodes AATags = II.getAAMetadata(); in visitMemTransferInst()
3962 LoadOpSplitter Splitter(&LI, *U, LI.getType(), LI.getAAMetadata(), in visitLoadInst()
4037 StoreOpSplitter Splitter(&SI, *U, V->getType(), SI.getAAMetadata(), &SI, in visitStoreInst()
4715 AAMDNodes AATags = SI->getAAMetadata(); in presplitLoadsAndStores()
H A DLoopIdiomRecognize.cpp1126 AAMDNodes AATags = TheStore->getAAMetadata(); in processLoopStridedStore()
1128 AATags = AATags.merge(Store->getAAMetadata()); in processLoopStridedStore()
1430 AAMDNodes AATags = TheLoad->getAAMetadata(); in processLoopStoreOfLoopLoad()
1431 AAMDNodes StoreAATags = TheStore->getAAMetadata(); in processLoopStoreOfLoopLoad()
H A DLICM.cpp2093 AATags = UI->getAAMetadata(); in promoteLoopAccessesToScalars()
2095 AATags = AATags.merge(UI->getAAMetadata()); in promoteLoopAccessesToScalars()
H A DDeadStoreElimination.cpp2427 CB->getAAMetadata())); in getInitializesArgMemLoc()
H A DJumpThreading.cpp1283 AAMDNodes AATags = LoadI->getAAMetadata(); in simplifyPartiallyRedundantLoad()
H A DGVN.cpp1590 AAMDNodes Tags = Load->getAAMetadata(); in eliminatePartiallyRedundantLoad()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp767 AAMDNodes AATags2 = LI2->getAAMetadata(); in foldLoadsRecursive()
770 AATags1 = LI1->getAAMetadata(); in foldLoadsRecursive()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h496 LLVM_ABI AAMDNodes getAAMetadata() const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1385 AAMDNodes AAInfo = LI.getAAMetadata(); in translateLoad()
1457 commonAlignment(BaseAlign, Offsets[i] / 8), SI.getAAMetadata(), nullptr, in translateStore()
1761 AAMDNodes AAInfo = CI.getAAMetadata(); in translateMemFunc()
2851 MPI, Info.flags, MemTy, Alignment, CI.getAAMetadata(), in translateCall()
3373 getMemOpAlign(I), I.getAAMetadata(), nullptr, I.getSyncScopeID(), in translateAtomicCmpXchg()
3463 I.getAAMetadata(), nullptr, I.getSyncScopeID(), in translateAtomicRMW()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp444 MemsetPattern16Call->setAAMetadata(Memset->getAAMetadata()); in expandMemIntrinsicUses()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4618 AAMDNodes AAInfo = I.getAAMetadata(); in visitLoad()
4737 I.getAAMetadata()))) && in visitLoadFromSwiftError()
4795 AAMDNodes AAInfo = I.getAAMetadata(); in visitStore()
4871 LocationSize::beforeOrAfterPointer(), Alignment, I.getAAMetadata()); in visitMaskedStore()
4984 LocationSize::beforeOrAfterPointer(), Alignment, I.getAAMetadata()); in visitMaskedScatter()
5039 AAMDNodes AAInfo = I.getAAMetadata(); in visitMaskedLoad()
5101 LocationSize::beforeOrAfterPointer(), Alignment, I.getAAMetadata(), in visitMaskedGather()
5408 MPI, Info.flags, Size, Alignment, I.getAAMetadata(), /*Ranges=*/nullptr, in visitTargetIntrinsic()
6443 MemoryLocation::UnknownSize, Alignment, I.getAAMetadata(), Ranges); in visitVectorHistogram()
6585 I.getAAMetadata(), BatchAA); in visitIntrinsicCall()
[all …]
H A DFastISel.cpp2368 AAMDNodes AAInfo = I->getAAMetadata(); in createMachineMemOperandFor()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp250 LI->setAAMetadata(Pair.second.MustExecInstr->getAAMetadata()); in doPromotion()
H A DFunctionAttrs.cpp155 MemoryLocation::getBeforeOrAfter(Arg, Call->getAAMetadata()), in addArgLocs()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerBufferFatPointers.cpp1020 AAMDNodes AANodes = OrigLI.getAAMetadata(); in visitLoadImpl()
1142 AAMDNodes AANodes = OrigSI.getAAMetadata(); in visitStoreImpl()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp1771 AAMDNodes Instruction::getAAMetadata() const { in getAAMetadata() function in Instruction
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4357 SI->setAAMetadata(PStore->getAAMetadata().merge(QStore->getAAMetadata())); in mergeConditionalStoreToAddress()