/external/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()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LowerExpectIntrinsic.cpp | 105 SI.setMetadata(LLVMContext::MD_prof, in handleSwitchExpect() 249 BI->setMetadata(LLVMContext::MD_prof, in handlePhiDef() 253 BI->setMetadata(LLVMContext::MD_prof, in handlePhiDef() 331 BSI.setMetadata(LLVMContext::MD_prof, Node); in handleBrSelExpect()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LowerExpectIntrinsic.cpp | 79 SI.setMetadata(LLVMContext::MD_prof, in handleSwitchExpect() 132 BI.setMetadata(LLVMContext::MD_prof, Node); in handleBranchExpect()
|
D | LowerGuardIntrinsic.cpp | 69 CheckBI->setMetadata(LLVMContext::MD_prof, in MakeGuardControlFlowExplicit()
|
/external/llvm/docs/ |
D | BranchWeightMetadata.rst | 13 ``TerminatorInst`` as a ``MDNode`` of the ``MD_prof`` kind. The first operator 123 optimization, ``MD_prof`` nodes can also be assigned to a function definition.
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | FixedMetadataKinds.def | 15 LLVM_FIXED_MD_KIND(MD_prof, "prof", 2)
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | FixedMetadataKinds.def | 15 LLVM_FIXED_MD_KIND(MD_prof, "prof", 2)
|
/external/llvm-project/llvm/unittests/Analysis/ |
D | ProfileSummaryInfoTest.cpp | 253 CI2->setMetadata(llvm::LLVMContext::MD_prof, MDB.createBranchWeights({400})); in TEST_F() 345 CI2->setMetadata(LLVMContext::MD_prof, MDB.createBranchWeights(Weights)); in TEST_F() 353 CI2->setMetadata(llvm::LLVMContext::MD_prof, MDB.createBranchWeights({400})); in TEST_F()
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | IndirectCallPromotion.cpp | 321 LLVMContext::MD_prof, in promoteIndirectCall() 376 CB->setMetadata(LLVMContext::MD_prof, nullptr); in processFunction()
|
/external/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()
|
/external/llvm/include/llvm/IR/ |
D | LLVMContext.h | 54 MD_prof = 2, // "prof" enumerator
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | GuardUtils.cpp | 52 CheckBI->setMetadata(LLVMContext::MD_prof, in makeGuardControlFlowExplicit()
|
D | LoopPeel.cpp | 447 LatchBR->setMetadata(LLVMContext::MD_prof, WeightNode); in updateBranchWeights() 489 LatchBR->setMetadata(LLVMContext::MD_prof, WeightNode); in fixupBranchWeights()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | LLVMContext.h | 61 MD_prof = 2, // "prof" enumerator
|
/external/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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | CFGPrinter.h | 156 MDNode *WeightsNode = TI->getMetadata(LLVMContext::MD_prof);
|
/external/llvm/lib/Transforms/IPO/ |
D | CrossDSOCFI.cpp | 139 BI->setMetadata(LLVMContext::MD_prof, VeryLikelyWeights); in buildCFICheck()
|
/external/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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | CrossDSOCFI.cpp | 153 BI->setMetadata(LLVMContext::MD_prof, VeryLikelyWeights); in buildCFICheck()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | CrossDSOCFI.cpp | 153 BI->setMetadata(LLVMContext::MD_prof, VeryLikelyWeights); in buildCFICheck()
|
/external/llvm-project/llvm/docs/ |
D | BranchWeightMetadata.rst | 13 ``Instruction`` that is a terminator as a ``MDNode`` of the ``MD_prof`` kind. 199 optimization, ``MD_prof`` nodes can also be assigned to a function definition.
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | IndirectCallPromotion.cpp | 477 NewInst->setMetadata(LLVMContext::MD_prof, 0); in createDirectCallInst() 613 I->setMetadata(LLVMContext::MD_prof, 0); in processFunction()
|
/external/llvm/lib/IR/ |
D | LLVMContext.cpp | 49 assert(ProfID == MD_prof && "prof kind id drifted"); (void)ProfID; in LLVMContext()
|