Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.h584 InstructionCost getVRGatherVVCost(MVT VT) const;
HDRISCVTargetTransformInfo.cpp58 Cost += TLI->getVRGatherVVCost(VT); in getRISCVInstructionCost()
HDRISCVISelLowering.cpp2878 InstructionCost RISCVTargetLowering::getVRGatherVVCost(MVT VT) const { in getVRGatherVVCost() function in RISCVTargetLowering