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.cpp1705 InstructionCost ConstantMatCost = 0; in getArithmeticInstrCost() local
1707 ConstantMatCost += getConstantMatCost(0, Op1Info); in getArithmeticInstrCost()
1709 ConstantMatCost += getConstantMatCost(1, Op2Info); in getArithmeticInstrCost()
1758 return ConstantMatCost + BaseT::getArithmeticInstrCost(Opcode, Ty, CostKind, in getArithmeticInstrCost()
1769 return ConstantMatCost + LT.first * InstrCost; in getArithmeticInstrCost()