Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMSubtarget.h248 unsigned getMispredictionPenalty() const;
DARMSubtarget.cpp183 unsigned ARMSubtarget::getMispredictionPenalty() const { in getMispredictionPenalty() function in ARMSubtarget
DARMBaseInstrInfo.cpp1400 UnpredCost += Subtarget.getMispredictionPenalty() / 10; in isProfitableToIfCvt()
1424 UnpredCost += Subtarget.getMispredictionPenalty() / 10; in isProfitableToIfCvt()
/external/llvm/lib/Target/ARM/
DARMSubtarget.cpp278 unsigned ARMSubtarget::getMispredictionPenalty() const { in getMispredictionPenalty() function in ARMSubtarget
DARMSubtarget.h581 unsigned getMispredictionPenalty() const;
DARMBaseInstrInfo.cpp1737 UnpredCost += Subtarget.getMispredictionPenalty() * ScalingUpFactor / 10; in isProfitableToIfCvt()
1760 UnpredCost += Subtarget.getMispredictionPenalty() * ScalingUpFactor / 10; in isProfitableToIfCvt()