Home
last modified time | relevance | path

Searched refs:getMispredictionPenalty (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMSubtarget.cpp368 unsigned ARMSubtarget::getMispredictionPenalty() const { in getMispredictionPenalty() function in ARMSubtarget
DARMSubtarget.h807 unsigned getMispredictionPenalty() const;
DARMBaseInstrInfo.cpp2044 unsigned TakenBranchCost = Subtarget.getMispredictionPenalty(); in isProfitableToIfCvt()
2073 UnpredCost += Subtarget.getMispredictionPenalty() * ScalingUpFactor / 10; in isProfitableToIfCvt()