Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp2063 InstructionCost ConstantMatCost; in getCmpSelInstrCost() local
2065 ConstantMatCost += GetConstantMatCost(Op1Info); in getCmpSelInstrCost()
2067 ConstantMatCost += GetConstantMatCost(Op2Info); in getCmpSelInstrCost()
2076 return ConstantMatCost + in getCmpSelInstrCost()
2083 return ConstantMatCost + in getCmpSelInstrCost()
2095 return ConstantMatCost + in getCmpSelInstrCost()
2107 return ConstantMatCost + in getCmpSelInstrCost()
2117 return ConstantMatCost + LT.first * getRISCVInstructionCost(RISCV::VMSLT_VV, in getCmpSelInstrCost()
2127 return ConstantMatCost + in getCmpSelInstrCost()
2147 return ConstantMatCost + in getCmpSelInstrCost()
[all …]