Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp48 InstructionCost LMULCost = TLI->getLMULCost(VT); in getRISCVInstructionCost() local
50 return LMULCost * NumInstr; in getRISCVInstructionCost()
106 Cost += LMULCost; in getRISCVInstructionCost()