| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 450 NewI->setAAMetadata(AAMD); 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() 1635 NewSI->setAAMetadata(AATags.merge(OtherStore->getAAMetadata())); in mergeStoreIntoSuccessor()
|
| H A D | InstCombineCalls.cpp | 183 L->setAAMetadata(AACopyMD); in SimplifyAnyMemTransfer() 195 S->setAAMetadata(AACopyMD); in SimplifyAnyMemTransfer()
|
| H A D | InstructionCombining.cpp | 4492 NL->setAAMetadata(L->getAAMetadata()); in visitExtractValueInst()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFPreserveStaticOffset.cpp | 238 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/IR/ |
| H A D | IRBuilder.cpp | 175 CI->setAAMetadata(AAInfo); in CreateMemSet() 190 CI->setAAMetadata(AAInfo); in CreateMemSetInline() 205 CI->setAAMetadata(AAInfo); in CreateElementUnorderedAtomicMemSet() 227 MCI->setAAMetadata(AAInfo); in CreateMemTransferInst() 248 AMCI->setAAMetadata(AAInfo); in CreateElementUnorderedAtomicMemCpy() 346 CI->setAAMetadata(AAInfo); in CreateElementUnorderedAtomicMemMove()
|
| H A D | Metadata.cpp | 1785 void Instruction::setAAMetadata(const AAMDNodes &N) { in setAAMetadata() function in Instruction
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 1674 Load->setAAMetadata(AATags); in speculatePHINodeLoads() 1799 TL->setAAMetadata(Tags); in speculateSelectInstLoads() 1800 FL->setAAMetadata(Tags); in speculateSelectInstLoads() 2989 NewLI->setAAMetadata(AATags.adjustForAccess( in visitLoadInst() 3013 NewLI->setAAMetadata(AATags.adjustForAccess( in visitLoadInst() 3090 Store->setAAMetadata(AATags.adjustForAccess(NewBeginOffset - BeginOffset, in rewriteVectorizedStoreInst() 3118 Store->setAAMetadata(AATags.adjustForAccess(NewBeginOffset - BeginOffset, in rewriteIntegerStore() 3180 NewSI->setAAMetadata(AATags.adjustForAccess(NewBeginOffset - BeginOffset, in visitStoreInst() 3288 New->setAAMetadata( in visitMemSetInst() 3365 New->setAAMetadata(AATags.adjustForAccess(NewBeginOffset - BeginOffset, in visitMemSetInst() [all …]
|
| H A D | LICM.cpp | 1823 NewSI->setAAMetadata(AATags); in insertStoresInLoopExitBlocks() 2185 PreheaderLoad->setAAMetadata(AATags); in promoteLoopAccessesToScalars()
|
| H A D | LoopIdiomRecognize.cpp | 1150 NewCall->setAAMetadata(AATags); in processLoopStridedStore()
|
| H A D | JumpThreading.cpp | 1411 NewVal->setAAMetadata(AATags); in simplifyPartiallyRedundantLoad()
|
| H A D | GVN.cpp | 1592 NewLoad->setAAMetadata(Tags); in eliminatePartiallyRedundantLoad()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instruction.h | 499 LLVM_ABI void setAAMetadata(const AAMDNodes &N);
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | PreISelIntrinsicLowering.cpp | 444 MemsetPattern16Call->setAAMetadata(Memset->getAAMetadata()); in expandMemIntrinsicUses()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | ArgumentPromotion.cpp | 250 LI->setAAMetadata(Pair.second.MustExecInstr->getAAMetadata()); in doPromotion()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
| H A D | AggressiveInstCombine.cpp | 829 NewLoad->setAAMetadata(LOps.AATags); in foldConsecutiveLoads()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULowerBufferFatPointers.cpp | 1037 NewLI->setAAMetadata( in visitLoadImpl() 1160 NewSI->setAAMetadata(AANodes.adjustForAccess(ByteOffset, StorableType, DL)); in visitStoreImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 4357 SI->setAAMetadata(PStore->getAAMetadata().merge(QStore->getAAMetadata())); in mergeConditionalStoreToAddress()
|