Home
last modified time | relevance | path

Searched refs:hasSoftFloat (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h289 bool hasSoftFloat() const { return HasSoftFloat; } in hasSoftFloat() function
H A DSystemZTDC.cpp320 .hasSoftFloat()) in runOnFunction()
H A DSystemZFrameLowering.cpp865 bool SoftFloat = MF.getSubtarget<SystemZSubtarget>().hasSoftFloat(); in getRegSpillOffset()
894 bool SoftFloat = MF.getSubtarget<SystemZSubtarget>().hasSoftFloat(); in usePackedStack()
H A DSystemZISelLowering.cpp688 return Subtarget.hasSoftFloat(); in useSoftFloat()