Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMatInt.h61 int getIntMatCost(const APInt &Val, unsigned Size,
H A DRISCVMatInt.cpp370 int getIntMatCost(const APInt &Val, unsigned Size, in getIntMatCost() function
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp67 return RISCVMatInt::getIntMatCost(Imm, DL.getTypeSizeInBits(Ty), in getIntImmCost()
H A DRISCVISelLowering.cpp10678 int C1Cost = RISCVMatInt::getIntMatCost(C1Int, Ty.getSizeInBits(), in isDesirableToCommuteWithShift()
10681 int ShiftedC1Cost = RISCVMatInt::getIntMatCost( in isDesirableToCommuteWithShift()