Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp343 NewI->setAAMetadata(AAMD); in replace()
654 NewLoad->setAAMetadata(AAMD); in unpackLoadToAggregate()
685 L->setAAMetadata(AAMD); in unpackLoadToAggregate()
700 NewLoad->setAAMetadata(AAMD); in unpackLoadToAggregate()
734 L->setAAMetadata(AAMD); in unpackLoadToAggregate()
1213 NS->setAAMetadata(AAMD); in unpackStoreToAggregate()
1261 NS->setAAMetadata(AAMD); in unpackStoreToAggregate()
1576 NewSI->setAAMetadata(AATags); in mergeStoreIntoSuccessor()
H A DInstructionCombining.cpp3188 NL->setAAMetadata(Nodes); in visitExtractValueInst()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp1312 Load->setAAMetadata(AATags); in speculatePHINodeLoads()
1383 TL->setAAMetadata(Tags); in speculateSelectInstLoads()
1384 FL->setAAMetadata(Tags); in speculateSelectInstLoads()
2643 Store->setAAMetadata(AATags.shift(NewBeginOffset - BeginOffset)); in rewriteVectorizedStoreInst()
2667 Store->setAAMetadata(AATags.shift(NewBeginOffset - BeginOffset)); in rewriteIntegerStore()
2737 NewSI->setAAMetadata(AATags.shift(NewBeginOffset - BeginOffset)); in visitStoreInst()
2834 New->setAAMetadata(AATags.shift(NewBeginOffset - BeginOffset)); in visitMemSetInst()
2905 New->setAAMetadata(AATags.shift(NewBeginOffset - BeginOffset)); in visitMemSetInst()
3026 New->setAAMetadata(AATags.shift(NewBeginOffset - BeginOffset)); in visitMemTransferInst()
3410 Load->setAAMetadata(AATags.shift(Offset.getZExtValue())); in emitFunc()
[all …]
H A DLICM.cpp1946 NewSI->setAAMetadata(AATags); in doExtraRewritesBeforeFinalDeletion()
2273 PreheaderLoad->setAAMetadata(AATags); in promoteLoopAccessesToScalars()
H A DJumpThreading.cpp1499 NewVal->setAAMetadata(AATags); in simplifyPartiallyRedundantLoad()
H A DGVN.cpp1218 NewLoad->setAAMetadata(Tags); in eliminatePartiallyRedundantLoad()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.h356 void setAAMetadata(const AAMDNodes &N);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp318 newLoad->setAAMetadata(AAInfo); in doPromotion()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DMetadata.cpp1370 void Instruction::setAAMetadata(const AAMDNodes &N) { in setAAMetadata() function in Instruction
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3437 SI->setAAMetadata(AAMD); in mergeConditionalStoreToAddress()