Home
last modified time | relevance | path

Searched refs:getIntMatCost (Results 1 – 5 of 5) 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.cpp538 int getIntMatCost(const APInt &Val, unsigned Size, const MCSubtargetInfo &STI, in getIntMatCost() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.cpp3477 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 DRISCVTargetTransformInfo.cpp132 return RISCVMatInt::getIntMatCost(Imm, DL.getTypeSizeInBits(Ty), *ST, in getIntImmCostImpl()
H A DRISCVISelLowering.cpp2334 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()