Home
last modified time | relevance | path

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/
DPPCReduceCRLogicals.cpp187 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/
DBranchProbabilityInfo.cpp452 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/
DBranchProbabilityInfo.h131 return IsLikely ? LikelyProb : LikelyProb.getCompl(); in getBranchProbStackProtector()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBranchProbability.h69 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/
DIfConversion.cpp1392 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()
DMachineBlockPlacement.cpp1497 if (PredEdgeFreq * HotProb >= CandidateEdgeFreq * HotProb.getCompl()) { in hasBetterLayoutPredecessor()
2457 ? TailBBFreq * TailToHeadProb.getCompl() in rotateLoopWithProfile()
DMachineBasicBlock.cpp1345 return Sum.getCompl() / (Probs.size() - KnownProbNum); in getSuccProbability()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp285 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/
DControlHeightReduction.cpp1879 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/
DARMBaseInstrInfo.cpp2060 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/
DSelectionDAGBuilder.cpp10487 BranchProbability SwitchProb = PeeledCaseProb.getCompl(); in scaleCaseProbality()
10537 nullptr, nullptr, TopCaseProb.getCompl()}; in peelDominantCaseCluster()