Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZSubtarget.h244 bool hasSoftFloat() const { return HasSoftFloat; } in hasSoftFloat() function
DSystemZTDC.cpp324 .hasSoftFloat()) in runOnFunction()
DSystemZFrameLowering.cpp760 bool SoftFloat = MF.getSubtarget<SystemZSubtarget>().hasSoftFloat(); in getRegSpillOffset()
790 bool SoftFloat = MF.getSubtarget<SystemZSubtarget>().hasSoftFloat(); in usePackedStack()
DSystemZISelLowering.cpp679 return Subtarget.hasSoftFloat(); in useSoftFloat()