Home
last modified time | relevance | path

Searched refs:MD_prof (Results 1 – 25 of 108) sorted by relevance

12345

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLowerExpectIntrinsic.cpp87 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/
DLowerExpectIntrinsic.cpp105 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/
DLowerExpectIntrinsic.cpp79 SI.setMetadata(LLVMContext::MD_prof, in handleSwitchExpect()
132 BI.setMetadata(LLVMContext::MD_prof, Node); in handleBranchExpect()
DLowerGuardIntrinsic.cpp69 CheckBI->setMetadata(LLVMContext::MD_prof, in MakeGuardControlFlowExplicit()
/external/llvm/docs/
DBranchWeightMetadata.rst13 ``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/
DFixedMetadataKinds.def15 LLVM_FIXED_MD_KIND(MD_prof, "prof", 2)
/external/llvm-project/llvm/include/llvm/IR/
DFixedMetadataKinds.def15 LLVM_FIXED_MD_KIND(MD_prof, "prof", 2)
/external/llvm-project/llvm/unittests/Analysis/
DProfileSummaryInfoTest.cpp253 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/
DIndirectCallPromotion.cpp321 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/
DIndirectCallPromotion.cpp316 LLVMContext::MD_prof, in promoteIndirectCall()
371 I->setMetadata(LLVMContext::MD_prof, nullptr); in processFunction()
/external/llvm/include/llvm/IR/
DLLVMContext.h54 MD_prof = 2, // "prof" enumerator
/external/llvm-project/llvm/lib/Transforms/Utils/
DGuardUtils.cpp52 CheckBI->setMetadata(LLVMContext::MD_prof, in makeGuardControlFlowExplicit()
DLoopPeel.cpp447 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/
DLLVMContext.h61 MD_prof = 2, // "prof" enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DGuardUtils.cpp52 CheckBI->setMetadata(LLVMContext::MD_prof, in makeGuardControlFlowExplicit()
DMisExpect.cpp149 if (auto *MD = I.getMetadata(LLVMContext::MD_prof)) { in checkFrontendInstrumentation()
DLoopUnrollPeel.cpp435 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/
DCFGPrinter.h156 MDNode *WeightsNode = TI->getMetadata(LLVMContext::MD_prof);
/external/llvm/lib/Transforms/IPO/
DCrossDSOCFI.cpp139 BI->setMetadata(LLVMContext::MD_prof, VeryLikelyWeights); in buildCFICheck()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp693 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/
DCrossDSOCFI.cpp153 BI->setMetadata(LLVMContext::MD_prof, VeryLikelyWeights); in buildCFICheck()
/external/llvm-project/llvm/lib/Transforms/IPO/
DCrossDSOCFI.cpp153 BI->setMetadata(LLVMContext::MD_prof, VeryLikelyWeights); in buildCFICheck()
/external/llvm-project/llvm/docs/
DBranchWeightMetadata.rst13 ``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/
DIndirectCallPromotion.cpp477 NewInst->setMetadata(LLVMContext::MD_prof, 0); in createDirectCallInst()
613 I->setMetadata(LLVMContext::MD_prof, 0); in processFunction()
/external/llvm/lib/IR/
DLLVMContext.cpp49 assert(ProfID == MD_prof && "prof kind id drifted"); (void)ProfID; in LLVMContext()

12345