Searched refs:getIntMatCost (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVMatInt.h | 79 int getIntMatCost(const APInt &Val, unsigned Size, const MCSubtargetInfo &STI,
|
| H A D | RISCVMatInt.cpp | 538 int getIntMatCost(const APInt &Val, unsigned Size, const MCSubtargetInfo &STI, in getIntMatCost() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelDAGToDAG.cpp | 3477 int OrigCost = RISCVMatInt::getIntMatCost(APInt(64, OrigImm), 64, *Subtarget, in selectImm64IfCheaper() 3479 int Cost = RISCVMatInt::getIntMatCost(APInt(64, Imm), 64, *Subtarget, in selectImm64IfCheaper()
|
| H A D | RISCVTargetTransformInfo.cpp | 132 return RISCVMatInt::getIntMatCost(Imm, DL.getTypeSizeInBits(Ty), *ST, in getIntImmCostImpl()
|
| H A D | RISCVISelLowering.cpp | 2334 FmvCost + RISCVMatInt::getIntMatCost(Imm.bitcastToAPInt(), in isFPImmLegal() 9174 const int TrueValCost = RISCVMatInt::getIntMatCost( in lowerSELECT() 9176 const int FalseValCost = RISCVMatInt::getIntMatCost( in lowerSELECT() 20409 if (RISCVMatInt::getIntMatCost(NewC, Subtarget.getXLen(), Subtarget, in PerformDAGCombine() 20803 RISCVMatInt::getIntMatCost(C1Int, Ty.getSizeInBits(), Subtarget, in isDesirableToCommuteWithShift() 20805 int ShiftedC1Cost = RISCVMatInt::getIntMatCost( in isDesirableToCommuteWithShift()
|