Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h534 InstructionCost getVSlideVICost(MVT VT) const;
H A DRISCVTargetTransformInfo.cpp60 Cost += TLI->getVSlideVICost(VT); in getRISCVInstructionCost()
H A DRISCVISelLowering.cpp2729 InstructionCost RISCVTargetLowering::getVSlideVICost(MVT VT) const { in getVSlideVICost() function in RISCVTargetLowering