Home
last modified time | relevance | path

Searched refs:getNumerator (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DResourcePressureView.cpp218 assert(RU.Cycles.getNumerator() != 0); in toJSON()
229 if (RU.Cycles.getNumerator() != 0) in toJSON()
H A DBottleneckAnalysis.cpp72 ResourceUsers[Index] = std::make_pair(IID, Use.second.getNumerator()); in handleInstructionIssuedEvent()
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DSupport.h65 unsigned getNumerator() const { return Numerator; } in getNumerator() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp495 uint64_t Mul = static_cast<uint64_t>(NewReachableSum.getNumerator()) * in calcMetadataWeights()
496 BP[I].getNumerator(); in calcMetadataWeights()
498 divideNearest(Mul, OldReachableSum.getNumerator())); in calcMetadataWeights()
1142 TotalNumerator += Probs[SuccIdx].getNumerator(); in setEdgeProbability()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp687 .createBranchWeights(FailureProb.getNumerator(), in InsertStackProtectors()
688 SuccessProb.getNumerator()); in InsertStackProtectors()
H A DSafeStack.cpp472 .createBranchWeights(SuccessProb.getNumerator(), in checkStackGuard()
473 FailureProb.getNumerator()); in checkStackGuard()
H A DMachineBasicBlock.cpp400 << format("0x%08" PRIx32, getSuccProbability(I).getNumerator()) in print()
411 rint(((double)BP.getNumerator() / BP.getDenominator()) * in print()
786 Sum += Prob.getNumerator(); in validateSuccProbs()
H A DMIRPrinter.cpp709 MBB.getSuccProbability(I).getNumerator()); in printMBB()
H A DMachineBlockPlacement.cpp813 uint32_t SuccProbN = OrigProb.getNumerator(); in getAdjustedProbability()
814 uint32_t SuccProbD = AdjustedSumProb.getNumerator(); in getAdjustedProbability()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DBranchProbability.h72 uint32_t getNumerator() const { return N; } in getNumerator() function
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp260 dbgs() << "cycles: " << Use.second.getNumerator() << '\n'; in notifyInstructionIssued()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCFGPrinter.h268 double WeightPercent = ((double)BranchProb.getNumerator()) /
H A DBlockFrequencyInfoImpl.h1580 Scaled64::getFraction(EP.getNumerator(), EP.getDenominator());
1657 return Prob.getNumerator();
1860 uint32_t N = BP.getNumerator();
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPreEmitPeephole.cpp346 uint64_t Numerator = BranchProb.getNumerator(); in isProfitable()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp227 Weights[0] = BP.getNumerator(); in updatePredecessorProfileMetadata()
228 Weights[1] = BP.getCompl().getNumerator(); in updatePredecessorProfileMetadata()
230 Weights[0] = BP.getCompl().getNumerator(); in updatePredecessorProfileMetadata()
231 Weights[1] = BP.getNumerator(); in updatePredecessorProfileMetadata()
2633 Weights.push_back(Prob.getNumerator()); in updateBlockFreqAndEdgeWeight()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h555 (RHS->isRational() ? (Numerator == RHS->getNumerator() &&
H A DAsmWriter.cpp2259 Printer.printAPInt("numerator", N->getNumerator(), IsUnsigned, false); in writeDIFixedPointType()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp784 addInt(Constant, dwarf::DW_AT_GNU_numerator, BTy->getNumerator(), in constructTypeDIE()
H A DAsmPrinter.cpp1553 MBPI->getEdgeProbability(&MBB, SuccMBB).getNumerator()); in emitBBAddrMapSection()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp234 PGOSS.write_hex(SE.Prob.getNumerator()); in constructPGOLabelString()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1085 const APInt &getNumerator() const { in getNumerator() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp7975 W.printHex("Probability", Succ.Prob.getNumerator()); in printBBAddrMaps()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp12395 uint32_t Numerator = CaseProb.getNumerator(); in scaleCaseProbality()