reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/Target/RISCV/Utils/RISCVMatInt.h
   41 int getIntMatCost(const APInt &Val, unsigned Size, bool IsRV64);

References

lib/Target/RISCV/RISCVISelLowering.cpp
 1054       int C1Cost = RISCVMatInt::getIntMatCost(C1Int, Ty.getSizeInBits(),
 1056       int ShiftedC1Cost = RISCVMatInt::getIntMatCost(
lib/Target/RISCV/RISCVTargetTransformInfo.cpp
   28   return RISCVMatInt::getIntMatCost(Imm, DL.getTypeSizeInBits(Ty),