Home
last modified time | relevance | path

Searched refs:hasFPUv2DoubleFloat (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYRegisterInfo.cpp33 if (STI.hasFPUv2DoubleFloat() || STI.hasFPUv3DoubleFloat()) in getCallPreservedMask()
94 if (STI.hasFPUv2DoubleFloat()) in getCalleeSavedRegs()
101 if (STI.hasFPUv2DoubleFloat() || STI.hasFPUv3DoubleFloat()) in getCalleeSavedRegs()
H A DCSKYSubtarget.h140 bool hasFPUv2DoubleFloat() const { return HasFPUv2DoubleFloat; } in hasFPUv2DoubleFloat() function
H A DCSKYISelLowering.cpp48 if (STI.hasFPUv2DoubleFloat()) in CSKYTargetLowering()
137 if (STI.hasFPUv2DoubleFloat() || STI.hasFPUv3DoubleFloat()) { in CSKYTargetLowering()
240 RC = Subtarget.hasFPUv2DoubleFloat() ? &CSKY::sFPR64RegClass in unpackFromRegLoc()
829 if ((Subtarget.hasFPUv2DoubleFloat() || in getRegForInlineAsmConstraint()
839 if (Subtarget.hasFPUv2DoubleFloat() && VT == MVT::f64) in getRegForInlineAsmConstraint()
941 if (Subtarget.hasFPUv2DoubleFloat()) in getRegForInlineAsmConstraint()
H A DCSKYISelDAGToDAG.cpp279 if (!Subtarget->hasFPUv2DoubleFloat()) in selectBITCAST_TO_LOHI()
H A DCSKYFrameLowering.cpp406 if (STI.hasFPUv2DoubleFloat() || STI.hasFPUv3DoubleFloat()) in determineCalleeSaves()
H A DCSKYInstrInfo.cpp30 v2df = STI.hasFPUv2DoubleFloat(); in CSKYInstrInfo()
H A DCSKY.td31 def HasFPUv2_DF : Predicate<"Subtarget->hasFPUv2DoubleFloat()">,