Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMatInt.h40 int getIntMatCost(const APInt &Val, unsigned Size, bool IsRV64);
H A DRISCVMatInt.cpp115 int getIntMatCost(const APInt &Val, unsigned Size, bool IsRV64) { in getIntMatCost() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp29 return RISCVMatInt::getIntMatCost(Imm, DL.getTypeSizeInBits(Ty), in getIntImmCost()
H A DRISCVISelLowering.cpp5959 int C1Cost = RISCVMatInt::getIntMatCost(C1Int, Ty.getSizeInBits(), in isDesirableToCommuteWithShift()
5961 int ShiftedC1Cost = RISCVMatInt::getIntMatCost( in isDesirableToCommuteWithShift()