HomeSort by: relevance | last modified time | path
    Searched refs:hasSoftFloat (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZSubtarget.h 71 bool HasSoftFloat;
254 bool hasSoftFloat() const { return HasSoftFloat; }
SystemZTDC.cpp 324 .hasSoftFloat())
SystemZFrameLowering.cpp 768 bool SoftFloat = MF.getSubtarget<SystemZSubtarget>().hasSoftFloat();
797 bool SoftFloat = MF.getSubtarget<SystemZSubtarget>().hasSoftFloat();
SystemZISelLowering.cpp 682 return Subtarget.hasSoftFloat();

Completed in 56 milliseconds