Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DIfConversion.cpp215 unsigned FCycle, unsigned FExtra, in MeetIfcvtSizeLimit() argument
218 TII->isProfitableToIfCvt(TBB, TCycle, TExtra, FBB, FCycle, FExtra, in MeetIfcvtSizeLimit()
/external/llvm/lib/CodeGen/
DIfConversion.cpp238 unsigned FCycle, unsigned FExtra, in MeetIfcvtSizeLimit() argument
241 TII->isProfitableToIfCvt(TBB, TCycle, TExtra, FBB, FCycle, FExtra, in MeetIfcvtSizeLimit()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DIfConversion.cpp292 unsigned FCycle, unsigned FExtra, in MeetIfcvtSizeLimit() argument
295 TII->isProfitableToIfCvt(TBB, TCycle, TExtra, FBB, FCycle, FExtra, in MeetIfcvtSizeLimit()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMBaseInstrInfo.cpp1409 unsigned FCycles, unsigned FExtra, in isProfitableToIfCvt() argument
1426 return (TCycles + FCycles + TExtra + FExtra) <= UnpredCost; in isProfitableToIfCvt()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp1746 unsigned FCycles, unsigned FExtra, in isProfitableToIfCvt() argument
1762 return (TCycles + FCycles + TExtra + FExtra) * ScalingUpFactor <= UnpredCost; in isProfitableToIfCvt()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp1916 unsigned FCycles, unsigned FExtra, in isProfitableToIfCvt() argument
1926 unsigned PredCost = (TCycles + FCycles + TExtra + FExtra) * ScalingUpFactor; in isProfitableToIfCvt()