Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DRuntimeLibcalls.h249 OLT_F64, enumerator
/external/llvm/include/llvm/CodeGen/
DRuntimeLibcalls.h311 OLT_F64, 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.cpp281 Names[RTLIB::OLT_F64] = "__ltdf2"; in InitLibcallNames()
532 CCs[RTLIB::OLT_F64] = ISD::SETLT; in InitCmpLibcallCCs()
/external/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp78 { RTLIB::OLT_F64, "__mips16_ltdf2" },
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp333 Names[RTLIB::OLT_F64] = "__ltdf2"; in InitLibcallNames()
776 CCs[RTLIB::OLT_F64] = ISD::SETLT; in InitCmpLibcallCCs()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp182 (VT == MVT::f64) ? RTLIB::OLT_F64 : in softenSetCCOperands()
210 (VT == MVT::f64) ? RTLIB::OLT_F64 : in softenSetCCOperands()
245 (VT == MVT::f64) ? RTLIB::OLT_F64 : in softenSetCCOperands()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp221 setLibcallName(RTLIB::OLT_F64, "__ltdf2vfp"); in ARMTargetLowering()
230 setCmpLibcallCC(RTLIB::OLT_F64, ISD::SETNE); in ARMTargetLowering()
284 setLibcallName(RTLIB::OLT_F64, "__aeabi_dcmplt"); in ARMTargetLowering()
285 setCmpLibcallCC(RTLIB::OLT_F64, ISD::SETNE); in ARMTargetLowering()
298 setLibcallCallingConv(RTLIB::OLT_F64, CallingConv::ARM_AAPCS); in ARMTargetLowering()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp2111 setLibcallName(RTLIB::OLT_F64, "__hexagon_fast_ltdf2"); in HexagonTargetLowering()
2120 setLibcallName(RTLIB::OLT_F64, "__hexagon_ltdf2"); in HexagonTargetLowering()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp204 { RTLIB::OLT_F64, "__ltdf2vfp", ISD::SETNE }, in ARMTargetLowering()
275 { RTLIB::OLT_F64, "__aeabi_dcmplt", CallingConv::ARM_AAPCS, ISD::SETNE }, in ARMTargetLowering()