Home
last modified time | relevance | path

Searched refs:hasStdExtD (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h154 bool hasStdExtD() const { return HasStdExtD; } in hasStdExtD() function
H A DRISCVTargetTransformInfo.h255 (ScalarTy->isDoubleTy() && ST->hasStdExtD())) {
H A DRISCVRegisterInfo.cpp56 if (Subtarget.hasStdExtD()) in getCalleeSavedRegs()
H A DRISCV.td53 def HasStdExtD : Predicate<"Subtarget->hasStdExtD()">,
H A DRISCVISelLowering.cpp65 !Subtarget.hasStdExtD()) { in RISCVTargetLowering()
93 if (Subtarget.hasStdExtD()) in RISCVTargetLowering()
360 if (Subtarget.hasStdExtD()) { in RISCVTargetLowering()
926 if (Subtarget.hasStdExtD()) in RISCVTargetLowering()
1351 if (VT == MVT::f64 && !Subtarget.hasStdExtD()) in isFPImmLegal()
1359 (VT == MVT::f64 && Subtarget.hasStdExtD()); in hasBitPreservingFPLogic()
11807 if (Subtarget.hasStdExtD() && VT == MVT::f64) in getRegForInlineAsmConstraint()
11909 if (Subtarget.hasStdExtD() && (VT == MVT::f64 || VT == MVT::Other)) { in getRegForInlineAsmConstraint()
12223 return Subtarget.hasStdExtD(); in shouldConvertFpToSat()
12272 return Subtarget.hasStdExtD(); in isFMAFasterThanFMulAndFAdd()