Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp421 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 DInstructionCombining.cpp4050 NL->setAAMetadata(L->getAAMetadata()); in visitExtractValueInst()
H A DInstCombineCalls.cpp175 AAMDNodes AACopyMD = MI->getAAMetadata().adjustForAccess(Size); in SimplifyAnyMemTransfer()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveStaticOffset.cpp240 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 DSROA.cpp1614 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 DLoopIdiomRecognize.cpp1083 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 DLICM.cpp2158 AATags = UI->getAAMetadata(); in promoteLoopAccessesToScalars()
2160 AATags = AATags.merge(UI->getAAMetadata()); in promoteLoopAccessesToScalars()
H A DJumpThreading.cpp1286 AAMDNodes AATags = LoadI->getAAMetadata(); in simplifyPartiallyRedundantLoad()
H A DGVN.cpp1495 AAMDNodes Tags = Load->getAAMetadata(); in eliminatePartiallyRedundantLoad()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h449 AAMDNodes getAAMetadata() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp760 AAMDNodes AATags2 = LI2->getAAMetadata(); in foldLoadsRecursive()
763 AATags1 = LI1->getAAMetadata(); in foldLoadsRecursive()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4544 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 DFastISel.cpp2424 AAMDNodes AAInfo = I->getAAMetadata(); in createMachineMemOperandFor()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1371 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 DArgumentPromotion.cpp234 LI->setAAMetadata(Pair.second.MustExecInstr->getAAMetadata()); in doPromotion()
H A DFunctionAttrs.cpp142 MemoryLocation::getBeforeOrAfter(Arg, Call->getAAMetadata()), in addArgLocs()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp1707 AAMDNodes Instruction::getAAMetadata() const { in getAAMetadata() function in Instruction
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4207 SI->setAAMetadata(PStore->getAAMetadata().merge(QStore->getAAMetadata())); in mergeConditionalStoreToAddress()