Home
last modified time | relevance | path

Searched refs:OLT_F32 (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DRuntimeLibcalls.h248 OLT_F32, enumerator
/external/llvm/include/llvm/CodeGen/
DRuntimeLibcalls.h310 OLT_F32, enumerator
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp637 LC1 = (VT == MVT::f32) ? RTLIB::OLT_F32 : RTLIB::OLT_F64; in SoftenSetCCOperands()
658 LC1 = (VT == MVT::f32) ? RTLIB::OLT_F32 : RTLIB::OLT_F64; in SoftenSetCCOperands()
667 LC2 = (VT == MVT::f32) ? RTLIB::OLT_F32 : RTLIB::OLT_F64; in SoftenSetCCOperands()
DTargetLowering.cpp280 Names[RTLIB::OLT_F32] = "__ltsf2"; in InitLibcallNames()
531 CCs[RTLIB::OLT_F32] = ISD::SETLT; in InitCmpLibcallCCs()
/external/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp79 { RTLIB::OLT_F32, "__mips16_ltsf2" },
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp332 Names[RTLIB::OLT_F32] = "__ltsf2"; in InitLibcallNames()
775 CCs[RTLIB::OLT_F32] = ISD::SETLT; in InitCmpLibcallCCs()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp181 LC1 = (VT == MVT::f32) ? RTLIB::OLT_F32 : in softenSetCCOperands()
209 LC1 = (VT == MVT::f32) ? RTLIB::OLT_F32 : in softenSetCCOperands()
244 LC1 = (VT == MVT::f32) ? RTLIB::OLT_F32 : in softenSetCCOperands()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp202 setLibcallName(RTLIB::OLT_F32, "__ltsf2vfp"); in ARMTargetLowering()
211 setCmpLibcallCC(RTLIB::OLT_F32, ISD::SETNE); in ARMTargetLowering()
322 setLibcallName(RTLIB::OLT_F32, "__aeabi_fcmplt"); in ARMTargetLowering()
323 setCmpLibcallCC(RTLIB::OLT_F32, ISD::SETNE); in ARMTargetLowering()
336 setLibcallCallingConv(RTLIB::OLT_F32, CallingConv::ARM_AAPCS); in ARMTargetLowering()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp2108 setLibcallName(RTLIB::OLT_F32, "__hexagon_fast_ltsf2"); in HexagonTargetLowering()
2117 setLibcallName(RTLIB::OLT_F32, "__hexagon_ltsf2"); in HexagonTargetLowering()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp194 { RTLIB::OLT_F32, "__ltsf2vfp", ISD::SETNE }, in ARMTargetLowering()
293 { RTLIB::OLT_F32, "__aeabi_fcmplt", CallingConv::ARM_AAPCS, ISD::SETNE }, in ARMTargetLowering()