Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBaseInstrInfo.cpp1419 unsigned FUnpredCost = Comp * FCycles; in isProfitableToIfCvt() local
1420 FUnpredCost /= Probability.getDenominator(); in isProfitableToIfCvt()
1422 unsigned UnpredCost = TUnpredCost + FUnpredCost; in isProfitableToIfCvt()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp1948 unsigned FUnpredCost = Probability.getCompl().scale(FUnpredCycles * ScalingUpFactor); in isProfitableToIfCvt() local
1949 UnpredCost = TUnpredCost + FUnpredCost; in isProfitableToIfCvt()
1957 unsigned FUnpredCost = in isProfitableToIfCvt() local
1959 UnpredCost = TUnpredCost + FUnpredCost; in isProfitableToIfCvt()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp1756 unsigned FUnpredCost = in isProfitableToIfCvt() local
1758 unsigned UnpredCost = TUnpredCost + FUnpredCost; in isProfitableToIfCvt()