HomeSort by relevance Sort by last modified time
    Searched refs:BPI (Results 51 - 57 of 57) sorted by null

1 23

  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 402 if (!FuncInfo->BPI) return PPC::BR_NO_HINT;
412 auto TProb = FuncInfo->BPI->getEdgeProbability(BB, TBB);
413 auto FProb = FuncInfo->BPI->getEdgeProbability(BB, FBB);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
CodeGenPrepare.cpp 252 std::unique_ptr<BranchProbabilityInfo> BPI;
396 BPI.reset(new BranchProbabilityInfo(F, *LI));
397 BFI.reset(new BlockFrequencyInfo(F, *BPI, *LI));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 465 FuncInfo->BPI = &getAnalysis<BranchProbabilityInfoWrapperPass>().getBPI();
467 FuncInfo->BPI = nullptr;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 429 FuncInfo->BPI = &getAnalysis<BranchProbabilityInfoWrapperPass>().getBPI();
431 FuncInfo->BPI = nullptr;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 490 if (!FuncInfo->BPI) return PPC::BR_NO_HINT;
500 auto TProb = FuncInfo->BPI->getEdgeProbability(BB, TBB);
501 auto FProb = FuncInfo->BPI->getEdgeProbability(BB, FBB);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64FastISel.cpp     [all...]

Completed in 559 milliseconds

1 23