Searched refs:getCompl (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCReduceCRLogicals.cpp | 187 ProbFallThrough = ProbToNewTarget.getCompl(); in splitMBB() 188 ProbOrigFallThrough = ProbToNewTarget / ProbToNewTarget.getCompl(); in splitMBB() 189 ProbOrigTarget = ProbOrigFallThrough.getCompl(); in splitMBB() 192 ProbFallThrough = ProbToNewTarget.getCompl(); in splitMBB() 193 ProbOrigTarget = ProbToNewTarget / ProbToNewTarget.getCompl(); in splitMBB() 194 ProbOrigFallThrough = ProbOrigTarget.getCompl(); in splitMBB()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | BranchProbabilityInfo.cpp | 452 setEdgeProbability(BB, NonTakenIdx, TakenProb.getCompl()); in calcPointerHeuristics() 797 setEdgeProbability(BB, NonTakenIdx, TakenProb.getCompl()); in calcZeroHeuristics() 839 setEdgeProbability(BB, NonTakenIdx, TakenProb.getCompl()); in calcFloatingPointHeuristics() 851 setEdgeProbability(BB, 1 /*Index for Unwind*/, TakenProb.getCompl()); in calcInvokeHeuristics()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | BranchProbabilityInfo.h | 131 return IsLikely ? LikelyProb : LikelyProb.getCompl(); in getBranchProbStackProtector()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | BranchProbability.h | 69 BranchProbability getCompl() const { return BranchProbability(D - N); } in getCompl() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 1392 Prediction.getCompl()) && in AnalyzeBlock() 1395 FalseBBI.ExtraCost2, Prediction.getCompl()) && in AnalyzeBlock() 1403 Prediction.getCompl()) && in AnalyzeBlock() 1406 FalseBBI.ExtraCost2, Prediction.getCompl()) && in AnalyzeBlock() 1413 if (ValidSimple(FalseBBI, Dups, Prediction.getCompl()) && in AnalyzeBlock() 1416 FalseBBI.ExtraCost2, Prediction.getCompl()) && in AnalyzeBlock()
|
D | MachineBlockPlacement.cpp | 1497 if (PredEdgeFreq * HotProb >= CandidateEdgeFreq * HotProb.getCompl()) { in hasBetterLayoutPredecessor() 2457 ? TailBBFreq * TailToHeadProb.getCompl() in rotateLoopWithProfile()
|
D | MachineBasicBlock.cpp | 1345 return Sum.getCompl() / (Probs.size() - KnownProbNum); in getSuccProbability()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | JumpThreading.cpp | 285 Weights.push_back(BP.getCompl().getNumerator()); in updatePredecessorProfileMetadata() 287 Weights.push_back(BP.getCompl().getNumerator()); in updatePredecessorProfileMetadata()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | ControlHeightReduction.cpp | 1879 Weights.push_back(static_cast<uint32_t>(CHRBranchBias.getCompl().scale(1000))); in fixupBranchesAndSelects()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.cpp | 2060 unsigned FUnpredCost = Probability.getCompl().scale(FUnpredCycles * ScalingUpFactor); in isProfitableToIfCvt() 2070 Probability.getCompl().scale(FCycles * ScalingUpFactor); in isProfitableToIfCvt()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 10487 BranchProbability SwitchProb = PeeledCaseProb.getCompl(); in scaleCaseProbality() 10537 nullptr, nullptr, TopCaseProb.getCompl()}; in peelDominantCaseCluster()
|