Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp665 NewLoad->setAAMetadata(AAMD); in unpackLoadToAggregate()
699 L->setAAMetadata(AAMD); in unpackLoadToAggregate()
714 NewLoad->setAAMetadata(AAMD); in unpackLoadToAggregate()
749 L->setAAMetadata(AAMD); in unpackLoadToAggregate()
1231 NS->setAAMetadata(AAMD); in unpackStoreToAggregate()
1281 NS->setAAMetadata(AAMD); in unpackStoreToAggregate()
1617 NewSI->setAAMetadata(AATags); in mergeStoreIntoSuccessor()
DInstructionCombining.cpp2804 NL->setAAMetadata(Nodes); in visitExtractValueInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp1309 Load->setAAMetadata(AATags); in speculatePHINodeLoads()
1380 TL->setAAMetadata(Tags); in speculateSelectInstLoads()
1381 FL->setAAMetadata(Tags); in speculateSelectInstLoads()
2519 NewLI->setAAMetadata(AATags); in visitLoadInst()
2558 NewLI->setAAMetadata(AATags); in visitLoadInst()
2619 Store->setAAMetadata(AATags); in rewriteVectorizedStoreInst()
2642 Store->setAAMetadata(AATags); in rewriteIntegerStore()
2711 NewSI->setAAMetadata(AATags); in visitStoreInst()
2807 New->setAAMetadata(AATags); in visitMemSetInst()
2873 New->setAAMetadata(AATags); in visitMemSetInst()
[all …]
DLICM.cpp1819 NewSI->setAAMetadata(AATags); in doExtraRewritesBeforeFinalDeletion()
2138 PreheaderLoad->setAAMetadata(AATags); in promoteLoopAccessesToScalars()
DGVN.cpp1256 NewLoad->setAAMetadata(Tags); in PerformLoadPRE()
DJumpThreading.cpp1438 NewVal->setAAMetadata(AATags); in SimplifyPartiallyRedundantLoad()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h243 void setAAMetadata(const AAMDNodes &N);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.h312 void setAAMetadata(const AAMDNodes &N);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DArgumentPromotion.cpp312 newLoad->setAAMetadata(AAInfo); in doPromotion()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMetadata.cpp1263 void Instruction::setAAMetadata(const AAMDNodes &N) { in setAAMetadata() function in Instruction
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3088 SI->setAAMetadata(AAMD); in mergeConditionalStoreToAddress()