HomeSort by relevance Sort by last modified time
    Searched refs:BranchWeights (Results 1 - 13 of 13) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
CallPromotionUtils.h 47 /// \p BranchWeights is non-null, it will be used to set !prof metadata on the
50 MDNode *BranchWeights = nullptr);
BasicBlockUtils.h 256 MDNode *BranchWeights = nullptr,
277 MDNode *BranchWeights = nullptr);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
CallPromotionUtils.cpp 258 MDNode *BranchWeights) {
276 BranchWeights);
414 MDNode *BranchWeights) {
419 Instruction *NewInst = versionCallSite(CS, Callee, BranchWeights);
LibCallsShrinkWrap.cpp 487 MDNode *BranchWeights =
491 SplitBlockAndInsertIfThen(Cond, CI, false, BranchWeights, DT);
BasicBlockUtils.cpp 686 bool Unreachable, MDNode *BranchWeights,
701 HeadNewTerm->setMetadata(LLVMContext::MD_prof, BranchWeights);
730 MDNode *BranchWeights) {
743 HeadNewTerm->setMetadata(LLVMContext::MD_prof, BranchWeights);
CodeExtractor.cpp     [all...]
  /external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 252 MDNode *BranchWeights = nullptr,
273 MDNode *BranchWeights = nullptr);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
IndirectCallPromotion.cpp 306 MDNode *BranchWeights = MDB.createBranchWeights(
310 promoteCallWithIfThenElse(CallSite(Inst), DirectCallee, BranchWeights);
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 617 bool Unreachable, MDNode *BranchWeights,
632 HeadNewTerm->setMetadata(LLVMContext::MD_prof, BranchWeights);
660 MDNode *BranchWeights) {
673 HeadNewTerm->setMetadata(LLVMContext::MD_prof, BranchWeights);
  /external/llvm/lib/Transforms/Instrumentation/
IndirectCallPromotion.cpp 331 MDNode *BranchWeights = MDB.createBranchWeights(
335 BranchWeights);
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVInstruction.h 782 BranchWeights.push_back(TrueWeight);
783 BranchWeights.push_back(FalseWeight);
805 BranchWeights.resize(TheWordCount - 4);
807 _SPIRV_DEF_ENCDEC4(ConditionId, TrueLabelId, FalseLabelId, BranchWeights)
811 assert(WordCount == BranchWeights.size() + 4);
821 std::vector<SPIRVWord> BranchWeights;
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 678 MDNode *BranchWeights = nullptr,
681 BranchWeights, Unpredictable));
688 MDNode *BranchWeights = nullptr,
691 BranchWeights, Unpredictable));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
IRBuilder.h     [all...]

Completed in 1504 milliseconds