Home
last modified time | relevance | path

Searched refs:NewLoopID (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopInfo.cpp532 MDNode *NewLoopID = makePostTransformationMetadata( in setLoopAlreadyUnrolled() local
534 setLoopID(NewLoopID); in setLoopAlreadyUnrolled()
1045 MDNode *NewLoopID = MDNode::getDistinct(Context, MDs); in makePostTransformationMetadata() local
1047 NewLoopID->replaceOperandWith(0, NewLoopID); in makePostTransformationMetadata()
1048 return NewLoopID; in makePostTransformationMetadata()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp240 MDNode *NewLoopID = MDNode::get(Context, MDs); in addStringMetadataToLoop() local
242 NewLoopID->replaceOperandWith(0, NewLoopID); in addStringMetadataToLoop()
243 TheLoop->setLoopID(NewLoopID); in addStringMetadataToLoop()
DLoopUnrollRuntime.cpp408 Optional<MDNode *> NewLoopID = makeFollowupLoopID( in CloneLoopBlocks() local
410 if (NewLoopID.hasValue()) { in CloneLoopBlocks()
411 NewLoop->setLoopID(NewLoopID.getValue()); in CloneLoopBlocks()
DInlineFunction.cpp1381 MDNode *NewLoopID = MDNode::getDistinct(Ctx, MDs); in inlineLoopID() local
1383 NewLoopID->replaceOperandWith(0, NewLoopID); in inlineLoopID()
1384 return NewLoopID; in inlineLoopID()
1419 MDNode *NewLoopID = in fixupLineNumbers() local
1421 BI->setMetadata(LLVMContext::MD_loop, NewLoopID); in fixupLineNumbers()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfo.cpp340 auto *NewLoopID = LoopIDsMap.lookup(LoopID); in stripDebugInfo() local
341 if (!NewLoopID) in stripDebugInfo()
342 NewLoopID = LoopIDsMap[LoopID] = stripDebugLocFromLoopID(LoopID); in stripDebugInfo()
343 if (NewLoopID != LoopID) in stripDebugInfo()
344 TermInst->setMetadata(LLVMContext::MD_loop, NewLoopID); in stripDebugInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp1153 Optional<MDNode *> NewLoopID = in tryToUnrollLoop() local
1156 if (NewLoopID.hasValue()) { in tryToUnrollLoop()
1157 L->setLoopID(NewLoopID.getValue()); in tryToUnrollLoop()
DInductiveRangeCheckElimination.cpp429 MDNode *NewLoopID = in DisableAllLoopOptsOnLoop() local
433 NewLoopID->replaceOperandWith(0, NewLoopID); in DisableAllLoopOptsOnLoop()
434 L.setLoopID(NewLoopID); in DisableAllLoopOptsOnLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp101 MDNode *NewLoopID = in setAlreadyVectorized() local
106 TheLoop->setLoopID(NewLoopID); in setAlreadyVectorized()
DLoopVectorize.cpp6669 MDNode *NewLoopID = MDNode::get(Context, MDs); in AddRuntimeUnrollDisableMetaData() local
6671 NewLoopID->replaceOperandWith(0, NewLoopID); in AddRuntimeUnrollDisableMetaData()
6672 L->setLoopID(NewLoopID); in AddRuntimeUnrollDisableMetaData()