Searched refs:getIntMatCost (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/Utils/
H A DRISCVMatInt.h41 int getIntMatCost(const APInt &Val, unsigned Size, bool IsRV64);
H A DRISCVMatInt.cpp78 int getIntMatCost(const APInt &Val, unsigned Size, bool IsRV64) { function in namespace:llvm::RISCVMatInt
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp29 return RISCVMatInt::getIntMatCost(Imm, DL.getTypeSizeInBits(Ty),
H A DRISCVISelLowering.cpp1150 int C1Cost = RISCVMatInt::getIntMatCost(C1Int, Ty.getSizeInBits(),
1152 int ShiftedC1Cost = RISCVMatInt::getIntMatCost(

Completed in 73 milliseconds