Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMatInt.h79 int getIntMatCost(const APInt &Val, unsigned Size, const MCSubtargetInfo &STI,
H A DRISCVMatInt.cpp501 int getIntMatCost(const APInt &Val, unsigned Size, const MCSubtargetInfo &STI, in getIntMatCost() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp125 return RISCVMatInt::getIntMatCost(Imm, DL.getTypeSizeInBits(Ty), *ST, in getIntImmCostImpl()
H A DRISCVISelLowering.cpp2286 1 + RISCVMatInt::getIntMatCost(Imm.bitcastToAPInt(), Subtarget.getXLen(), in isFPImmLegal()
7743 const int TrueValCost = RISCVMatInt::getIntMatCost( in lowerSELECT()
7745 const int FalseValCost = RISCVMatInt::getIntMatCost( in lowerSELECT()
17364 if (RISCVMatInt::getIntMatCost(NewC, Subtarget.getXLen(), Subtarget, in PerformDAGCombine()
17690 RISCVMatInt::getIntMatCost(C1Int, Ty.getSizeInBits(), Subtarget, in isDesirableToCommuteWithShift()
17692 int ShiftedC1Cost = RISCVMatInt::getIntMatCost( in isDesirableToCommuteWithShift()