Home
last modified time | relevance | path

Searched refs:setAAMetadata (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp333 NewI->setAAMetadata(AAMD); in replace()
640 NewLoad->setAAMetadata(LI.getAAMetadata()); in unpackLoadToAggregate()
669 L->setAAMetadata(LI.getAAMetadata()); in unpackLoadToAggregate()
682 NewLoad->setAAMetadata(LI.getAAMetadata()); in unpackLoadToAggregate()
714 L->setAAMetadata(LI.getAAMetadata()); in unpackLoadToAggregate()
1191 NS->setAAMetadata(SI.getAAMetadata()); in unpackStoreToAggregate()
1237 NS->setAAMetadata(SI.getAAMetadata()); in unpackStoreToAggregate()
1554 NewSI->setAAMetadata(AATags.merge(OtherStore->getAAMetadata())); in mergeStoreIntoSuccessor()
H A DInstructionCombining.cpp3384 NL->setAAMetadata(L->getAAMetadata()); in visitExtractValueInst()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1320 Load->setAAMetadata(AATags); in speculatePHINodeLoads()
1411 TL->setAAMetadata(Tags); in speculateSelectInstLoads()
1412 FL->setAAMetadata(Tags); in speculateSelectInstLoads()
2616 Store->setAAMetadata(AATags.shift(NewBeginOffset - BeginOffset)); in rewriteVectorizedStoreInst()
2640 Store->setAAMetadata(AATags.shift(NewBeginOffset - BeginOffset)); in rewriteIntegerStore()
2708 NewSI->setAAMetadata(AATags.shift(NewBeginOffset - BeginOffset)); in visitStoreInst()
2805 New->setAAMetadata(AATags.shift(NewBeginOffset - BeginOffset)); in visitMemSetInst()
2876 New->setAAMetadata(AATags.shift(NewBeginOffset - BeginOffset)); in visitMemSetInst()
2996 New->setAAMetadata(AATags.shift(NewBeginOffset - BeginOffset)); in visitMemTransferInst()
3386 Load->setAAMetadata(AATags.shift(Offset.getZExtValue())); in emitFunc()
[all …]
H A DLICM.cpp1842 NewSI->setAAMetadata(AATags); in insertStoresInLoopExitBlocks()
2171 PreheaderLoad->setAAMetadata(AATags); in promoteLoopAccessesToScalars()
H A DJumpThreading.cpp1486 NewVal->setAAMetadata(AATags); in simplifyPartiallyRedundantLoad()
H A DGVN.cpp1364 NewLoad->setAAMetadata(Tags); in eliminatePartiallyRedundantLoad()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstruction.h336 void setAAMetadata(const AAMDNodes &N);
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp247 LI->setAAMetadata(Pair.second.MustExecInstr->getAAMetadata()); in doPromotion()
/llvm-project-15.0.7/llvm/lib/IR/
H A DMetadata.cpp1470 void Instruction::setAAMetadata(const AAMDNodes &N) { in setAAMetadata() function in Instruction
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3867 SI->setAAMetadata(PStore->getAAMetadata().merge(QStore->getAAMetadata())); in mergeConditionalStoreToAddress()