Home
last modified time | relevance | path

Searched refs:hasFPUv2SingleFloat (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYRegisterInfo.cpp35 if (STI.hasFPUv2SingleFloat() || STI.hasFPUv3SingleFloat()) in getCallPreservedMask()
96 if (STI.hasFPUv2SingleFloat()) in getCalleeSavedRegs()
103 if (STI.hasFPUv2SingleFloat() || STI.hasFPUv3SingleFloat()) in getCalleeSavedRegs()
H A DCSKYSubtarget.h139 bool hasFPUv2SingleFloat() const { return HasFPUv2SingleFloat; } in hasFPUv2SingleFloat() function
H A DCSKYISelLowering.cpp43 if (STI.hasFPUv2SingleFloat()) in CSKYTargetLowering()
138 if (STI.hasFPUv2SingleFloat() || STI.hasFPUv3SingleFloat()) { in CSKYTargetLowering()
245 RC = Subtarget.hasFPUv2SingleFloat() ? &CSKY::sFPR32RegClass in unpackFromRegLoc()
831 if ((Subtarget.hasFPUv2SingleFloat() || in getRegForInlineAsmConstraint()
841 if (Subtarget.hasFPUv2SingleFloat() && VT == MVT::f32) in getRegForInlineAsmConstraint()
951 else if (Subtarget.hasFPUv2SingleFloat()) in getRegForInlineAsmConstraint()
H A DCSKYFrameLowering.cpp408 else if (STI.hasFPUv2SingleFloat() || STI.hasFPUv3SingleFloat()) in determineCalleeSaves()
H A DCSKYInstrInfo.cpp29 v2sf = STI.hasFPUv2SingleFloat(); in CSKYInstrInfo()
H A DCSKY.td24 def HasFPUv2_SF : Predicate<"Subtarget->hasFPUv2SingleFloat()">,