Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp425 NewI->setAAMetadata(AAMD); in replace()
733 NewLoad->setAAMetadata(LI.getAAMetadata()); in unpackLoadToAggregate()
762 L->setAAMetadata(LI.getAAMetadata()); in unpackLoadToAggregate()
775 NewLoad->setAAMetadata(LI.getAAMetadata()); in unpackLoadToAggregate()
807 L->setAAMetadata(LI.getAAMetadata()); in unpackLoadToAggregate()
1287 NS->setAAMetadata(SI.getAAMetadata()); in unpackStoreToAggregate()
1333 NS->setAAMetadata(SI.getAAMetadata()); in unpackStoreToAggregate()
1651 NewSI->setAAMetadata(AATags.merge(OtherStore->getAAMetadata())); in mergeStoreIntoSuccessor()
H A DInstructionCombining.cpp3436 NL->setAAMetadata(L->getAAMetadata()); in visitExtractValueInst()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1411 Load->setAAMetadata(AATags); in speculatePHINodeLoads()
1543 TL->setAAMetadata(Tags); in speculateSelectInstLoads()
1544 FL->setAAMetadata(Tags); in speculateSelectInstLoads()
2807 NewLI->setAAMetadata(AATags.shift(NewBeginOffset - BeginOffset)); in visitLoadInst()
2829 NewLI->setAAMetadata(AATags.shift(NewBeginOffset - BeginOffset)); in visitLoadInst()
2899 Store->setAAMetadata(AATags.shift(NewBeginOffset - BeginOffset)); in rewriteVectorizedStoreInst()
2926 Store->setAAMetadata(AATags.shift(NewBeginOffset - BeginOffset)); in rewriteIntegerStore()
3001 NewSI->setAAMetadata(AATags.shift(NewBeginOffset - BeginOffset)); in visitStoreInst()
3106 New->setAAMetadata(AATags.shift(NewBeginOffset - BeginOffset)); in visitMemSetInst()
3182 New->setAAMetadata(AATags.shift(NewBeginOffset - BeginOffset)); in visitMemSetInst()
[all …]
H A DLICM.cpp1861 NewSI->setAAMetadata(AATags); in insertStoresInLoopExitBlocks()
2231 PreheaderLoad->setAAMetadata(AATags); in promoteLoopAccessesToScalars()
H A DJumpThreading.cpp1509 NewVal->setAAMetadata(AATags); in simplifyPartiallyRedundantLoad()
H A DGVN.cpp1349 NewLoad->setAAMetadata(Tags); in eliminatePartiallyRedundantLoad()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstruction.h347 void setAAMetadata(const AAMDNodes &N);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp247 LI->setAAMetadata(Pair.second.MustExecInstr->getAAMetadata()); in doPromotion()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp811 NewLoad->setAAMetadata(LOps.AATags); in foldConsecutiveLoads()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DMetadata.cpp1513 void Instruction::setAAMetadata(const AAMDNodes &N) { in setAAMetadata() function in Instruction
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp4029 SI->setAAMetadata(PStore->getAAMetadata().merge(QStore->getAAMetadata())); in mergeConditionalStoreToAddress()