Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZSubtarget.h254 bool hasSoftFloat() const { return HasSoftFloat; } in hasSoftFloat() function
H A DSystemZTDC.cpp324 .hasSoftFloat()) in runOnFunction()
H A DSystemZFrameLowering.cpp768 bool SoftFloat = MF.getSubtarget<SystemZSubtarget>().hasSoftFloat(); in getRegSpillOffset()
797 bool SoftFloat = MF.getSubtarget<SystemZSubtarget>().hasSoftFloat(); in usePackedStack()
H A DSystemZISelLowering.cpp682 return Subtarget.hasSoftFloat(); in useSoftFloat()