Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMLegalizerInfo.cpp235 {RTLIB::OLT_F64, CmpInst::BAD_ICMP_PREDICATE}}; in setFCmpLibcallsAEABI()
237 FCmp64Libcalls[CmpInst::FCMP_UGE] = {{RTLIB::OLT_F64, CmpInst::ICMP_EQ}}; in setFCmpLibcallsAEABI()
246 {RTLIB::OLT_F64, CmpInst::BAD_ICMP_PREDICATE}}; in setFCmpLibcallsAEABI()
278 FCmp64Libcalls[CmpInst::FCMP_OLT] = {{RTLIB::OLT_F64, CmpInst::ICMP_SLT}}; in setFCmpLibcallsGNU()
280 FCmp64Libcalls[CmpInst::FCMP_UGE] = {{RTLIB::OLT_F64, CmpInst::ICMP_SGE}}; in setFCmpLibcallsGNU()
287 {RTLIB::OLT_F64, CmpInst::ICMP_SLT}}; in setFCmpLibcallsGNU()
DARMISelLowering.cpp275 { RTLIB::OLT_F64, "__ltdf2vfp", ISD::SETNE }, in ARMTargetLowering()
339 { RTLIB::OLT_F64, "__aeabi_dcmplt", CallingConv::ARM_AAPCS, ISD::SETNE }, in ARMTargetLowering()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp78 { RTLIB::OLT_F64, "__mips16_ltdf2" },
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def347 HANDLE_LIBCALL(OLT_F64, "__ltdf2")
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp197 { RTLIB::OLT_F64, "__mspabi_cmpd", ISD::SETLT }, in MSP430TargetLowering()
319 setLibcallCallingConv(RTLIB::OLT_F64, CallingConv::MSP430_BUILTIN); in MSP430TargetLowering()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp333 Names[RTLIB::OLT_F64] = "__ltdf2"; in InitLibcallNames()
776 CCs[RTLIB::OLT_F64] = ISD::SETLT; in InitCmpLibcallCCs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp291 Table[RTLIB::OLT_F64] = i32_func_f64_f64; in RuntimeLibcallSignatureTable()
/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-7.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp187 (VT == MVT::f64) ? RTLIB::OLT_F64 : in softenSetCCOperands()
215 (VT == MVT::f64) ? RTLIB::OLT_F64 : in softenSetCCOperands()
250 (VT == MVT::f64) ? RTLIB::OLT_F64 : in softenSetCCOperands()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp510 CCs[RTLIB::OLT_F64] = ISD::SETLT; in InitCmpLibcallCCs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1613 setLibcallName(RTLIB::OLT_F64, "__hexagon_fast_ltdf2"); in HexagonTargetLowering()
1622 setLibcallName(RTLIB::OLT_F64, "__hexagon_ltdf2"); in HexagonTargetLowering()
/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()