/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LowerExpectIntrinsic.cpp | 87 SI.setMetadata(LLVMContext::MD_prof, in handleSwitchExpect() 229 LLVMContext::MD_prof, in handlePhiDef() 233 LLVMContext::MD_prof, in handlePhiDef() 310 BSI.setMetadata(LLVMContext::MD_prof, Node); in handleBrSelExpect()
|
D | JumpThreading.cpp | 290 PredBr->setMetadata(LLVMContext::MD_prof, in updatePredecessorProfileMetadata() 2189 MDNode *WeightsNode = TI->getMetadata(LLVMContext::MD_prof); in doesBlockHaveProfileData() 2293 LLVMContext::MD_prof, in UpdateBlockFreqAndEdgeWeight()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | FixedMetadataKinds.def | 15 LLVM_FIXED_MD_KIND(MD_prof, "prof", 2)
|
D | IRBuilder.h | 939 I->setMetadata(LLVMContext::MD_prof, Weights); in addBranchMetadata() 990 unsigned WL[4] = {LLVMContext::MD_prof, LLVMContext::MD_unpredictable, in CreateCondBr() 2507 MDNode *Prof = MDFrom->getMetadata(LLVMContext::MD_prof);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | IndirectCallPromotion.cpp | 316 LLVMContext::MD_prof, in promoteIndirectCall() 371 I->setMetadata(LLVMContext::MD_prof, nullptr); in processFunction()
|
D | PGOMemOPSizeOpt.cpp | 360 MI->setMetadata(LLVMContext::MD_prof, nullptr); in perform()
|
D | ControlHeightReduction.cpp | 672 if (!checkMDProf(BI->getMetadata(LLVMContext::MD_prof), in checkBiasedBranch() 702 if (!checkMDProf(SI->getMetadata(LLVMContext::MD_prof), in checkBiasedSelect() 1881 MergedBR->setMetadata(LLVMContext::MD_prof, MDB.createBranchWeights(Weights)); in fixupBranchesAndSelects()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | GuardUtils.cpp | 52 CheckBI->setMetadata(LLVMContext::MD_prof, in makeGuardControlFlowExplicit()
|
D | MisExpect.cpp | 149 if (auto *MD = I.getMetadata(LLVMContext::MD_prof)) { in checkFrontendInstrumentation()
|
D | LoopUnrollPeel.cpp | 435 LatchBR->setMetadata(LLVMContext::MD_prof, WeightNode); in updateBranchWeights() 477 LatchBR->setMetadata(LLVMContext::MD_prof, WeightNode); in fixupBranchWeights()
|
D | CallPromotionUtils.cpp | 376 CS.getInstruction()->setMetadata(LLVMContext::MD_prof, nullptr); in promoteCall()
|
D | BasicBlockUtils.cpp | 948 HeadNewTerm->setMetadata(LLVMContext::MD_prof, BranchWeights); in SplitBlockAndInsertIfThen() 993 HeadNewTerm->setMetadata(LLVMContext::MD_prof, BranchWeights); in SplitBlockAndInsertIfThenElse()
|
D | Local.cpp | 183 MDNode *MD = SI->getMetadata(LLVMContext::MD_prof); in ConstantFoldTerminator() 201 SI->setMetadata(LLVMContext::MD_prof, in ConstantFoldTerminator() 275 MDNode *MD = SI->getMetadata(LLVMContext::MD_prof); in ConstantFoldTerminator() 283 NewBr->setMetadata(LLVMContext::MD_prof, in ConstantFoldTerminator() 2412 case LLVMContext::MD_prof: in copyMetadataForLoad()
|
D | SimplifyCFG.cpp | 795 SI->setMetadata(LLVMContext::MD_prof, N); in setBranchWeights() 809 I->setMetadata(LLVMContext::MD_prof, N); in setBranchWeights() 958 MDNode *ProfMD = I->getMetadata(LLVMContext::MD_prof); in HasBranchWeights() 971 MDNode *MD = TI->getMetadata(LLVMContext::MD_prof); in GetBranchWeights() 2823 PBI->setMetadata(LLVMContext::MD_prof, nullptr); in FoldBranchToCommonDest()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | LLVMContext.h | 61 MD_prof = 2, // "prof" enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instruction.cpp | 693 MDNode *ProfileData = getMetadata(LLVMContext::MD_prof); in swapProfMetadata() 705 setMetadata(LLVMContext::MD_prof, in swapProfMetadata() 754 setMetadata(LLVMContext::MD_prof, MDB.createBranchWeights(Weights)); in setProfWeight()
|
D | Function.cpp | 1562 LLVMContext::MD_prof, in setEntryCount() 1572 MDNode *MD = getMetadata(LLVMContext::MD_prof); in getEntryCount() 1595 if (MDNode *MD = getMetadata(LLVMContext::MD_prof)) in getImportGUIDs()
|
D | Metadata.cpp | 1320 auto *ProfileData = getMetadata(LLVMContext::MD_prof); in extractProfMetadata() 1348 auto *ProfileData = getMetadata(LLVMContext::MD_prof); in extractProfTotalWeight()
|
D | Verifier.cpp | 1880 if (Pair.first == LLVMContext::MD_prof) { in verifyFunctionMetadata() 2285 Assert(I.first != LLVMContext::MD_prof, in visitFunction() 2329 case LLVMContext::MD_prof: in visitFunction() 4245 if (MDNode *MD = I.getMetadata(LLVMContext::MD_prof)) in visitInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | CFGPrinter.h | 156 MDNode *WeightsNode = TI->getMetadata(LLVMContext::MD_prof);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | CrossDSOCFI.cpp | 153 BI->setMetadata(LLVMContext::MD_prof, VeryLikelyWeights); in buildCFICheck()
|
D | SampleProfile.cpp | 1551 I.setMetadata(LLVMContext::MD_prof, in propagateWeights() 1604 TI->setMetadata(LLVMContext::MD_prof, in propagateWeights()
|
D | LowerTypeTests.cpp | 786 NewBr->setMetadata(LLVMContext::MD_prof, in lowerTypeTestCall() 787 Br->getMetadata(LLVMContext::MD_prof)); in lowerTypeTestCall()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | InstrProf.cpp | 973 Inst.setMetadata(LLVMContext::MD_prof, MDNode::get(Ctx, Vals)); in annotateValueSite() 981 MDNode *MD = Inst.getMetadata(LLVMContext::MD_prof); in getValueProfDataFromInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | BranchProbabilityInfo.cpp | 283 MDNode *WeightsNode = TI->getMetadata(LLVMContext::MD_prof); in calcMetadataWeights()
|