HomeSort by relevance Sort by last modified time
    Searched defs:MBPI (Results 1 - 25 of 30) sorted by null

1 2

  /external/llvm/lib/CodeGen/
TailDuplication.cpp 51 auto MBPI = &getAnalysis<MachineBranchProbabilityInfo>();
53 Duplicator.initMF(MF, MMI, MBPI);
BranchFolding.h 34 const MachineBranchProbabilityInfo &MBPI);
128 const MachineBranchProbabilityInfo &MBPI;
MachineBlockFrequencyInfo.cpp 136 MachineBranchProbabilityInfo &MBPI =
141 MBFI->calculate(F, MBPI, MLI);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineBlockFrequencyInfo.cpp 48 MachineBranchProbabilityInfo &MBPI = getAnalysis<MachineBranchProbabilityInfo>();
49 MBFI->doFunction(&F, &MBPI);
  /external/llvm/include/llvm/CodeGen/
TailDuplicator.h 33 const MachineBranchProbabilityInfo *MBPI;
49 const MachineBranchProbabilityInfo *MBPI);
  /external/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.h 36 const MachineBranchProbabilityInfo *MBPI;
47 const MachineBranchProbabilityInfo *MBPI);
HexagonNewValueJump.cpp 94 const MachineBranchProbabilityInfo *MBPI;
291 *MBPI) {
295 MBPI->getEdgeProbability(Src, jmpTarget);
405 MBPI = &getAnalysis<MachineBranchProbabilityInfo>();
639 jmpTarget, MBPI);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
TailDuplicator.h 36 const MachineBranchProbabilityInfo *MBPI;
56 /// @param MBPI - Branch Probability Info. Used to propagate correct
63 const MachineBranchProbabilityInfo *MBPI,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
TailDuplicator.h 36 const MachineBranchProbabilityInfo *MBPI;
56 /// @param MBPI - Branch Probability Info. Used to propagate correct
63 const MachineBranchProbabilityInfo *MBPI,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
TailDuplicator.h 36 const MachineBranchProbabilityInfo *MBPI;
56 /// @param MBPI - Branch Probability Info. Used to propagate correct
63 const MachineBranchProbabilityInfo *MBPI,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
TailDuplicator.h 36 const MachineBranchProbabilityInfo *MBPI;
56 /// @param MBPI - Branch Probability Info. Used to propagate correct
63 const MachineBranchProbabilityInfo *MBPI,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
TailDuplicator.h 36 const MachineBranchProbabilityInfo *MBPI;
56 /// @param MBPI - Branch Probability Info. Used to propagate correct
63 const MachineBranchProbabilityInfo *MBPI,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
TailDuplicator.h 36 const MachineBranchProbabilityInfo *MBPI;
56 /// @param MBPI - Branch Probability Info. Used to propagate correct
63 const MachineBranchProbabilityInfo *MBPI,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
TailDuplicator.h 36 const MachineBranchProbabilityInfo *MBPI;
56 /// @param MBPI - Branch Probability Info. Used to propagate correct
63 const MachineBranchProbabilityInfo *MBPI,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
TailDuplicator.h 36 const MachineBranchProbabilityInfo *MBPI;
56 /// @param MBPI - Branch Probability Info. Used to propagate correct
63 const MachineBranchProbabilityInfo *MBPI,
  /external/llvm/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 471 MachineBranchProbabilityInfo *MBPI;
  /external/llvm/lib/CodeGen/GlobalISel/
RegBankSelect.cpp 49 MBFI(nullptr), MBPI(nullptr), OptMode(RunningMode) {
65 MBPI = &getAnalysis<MachineBranchProbabilityInfo>();
68 MBPI = nullptr;
409 // To get accurate information we need MBFI and MBPI.
411 assert(MBFI && MBPI && "Cost computation requires MBFI and MBPI");
761 const MachineBranchProbabilityInfo *MBPI =
763 if (!MBPI)
766 return (MBFI->getBlockFreq(&Src) * MBPI->getEdgeProbability(&Src, DstOrSplit))
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 486 MachineBranchProbabilityInfo *MBPI;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 486 MachineBranchProbabilityInfo *MBPI;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 486 MachineBranchProbabilityInfo *MBPI;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 486 MachineBranchProbabilityInfo *MBPI;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 486 MachineBranchProbabilityInfo *MBPI;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 486 MachineBranchProbabilityInfo *MBPI;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 486 MachineBranchProbabilityInfo *MBPI;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/GlobalISel/
RegBankSelect.h 486 MachineBranchProbabilityInfo *MBPI;

Completed in 355 milliseconds

1 2