Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/ARM/
DARMLegalizerInfo.cpp292 {RTLIB::OLT_F64, CmpInst::BAD_ICMP_PREDICATE}}; in setFCmpLibcallsAEABI()
294 FCmp64Libcalls[CmpInst::FCMP_UGE] = {{RTLIB::OLT_F64, CmpInst::ICMP_EQ}}; in setFCmpLibcallsAEABI()
303 {RTLIB::OLT_F64, CmpInst::BAD_ICMP_PREDICATE}}; in setFCmpLibcallsAEABI()
335 FCmp64Libcalls[CmpInst::FCMP_OLT] = {{RTLIB::OLT_F64, CmpInst::ICMP_SLT}}; in setFCmpLibcallsGNU()
337 FCmp64Libcalls[CmpInst::FCMP_UGE] = {{RTLIB::OLT_F64, CmpInst::ICMP_SGE}}; in setFCmpLibcallsGNU()
344 {RTLIB::OLT_F64, CmpInst::ICMP_SLT}}; in setFCmpLibcallsGNU()
DARMISelLowering.cpp500 { RTLIB::OLT_F64, "__ltdf2vfp", ISD::SETNE }, in ARMTargetLowering()
563 { RTLIB::OLT_F64, "__aeabi_dcmplt", CallingConv::ARM_AAPCS, ISD::SETNE }, in ARMTargetLowering()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMLegalizerInfo.cpp292 {RTLIB::OLT_F64, CmpInst::BAD_ICMP_PREDICATE}}; in setFCmpLibcallsAEABI()
294 FCmp64Libcalls[CmpInst::FCMP_UGE] = {{RTLIB::OLT_F64, CmpInst::ICMP_EQ}}; in setFCmpLibcallsAEABI()
303 {RTLIB::OLT_F64, CmpInst::BAD_ICMP_PREDICATE}}; in setFCmpLibcallsAEABI()
335 FCmp64Libcalls[CmpInst::FCMP_OLT] = {{RTLIB::OLT_F64, CmpInst::ICMP_SLT}}; in setFCmpLibcallsGNU()
337 FCmp64Libcalls[CmpInst::FCMP_UGE] = {{RTLIB::OLT_F64, CmpInst::ICMP_SGE}}; in setFCmpLibcallsGNU()
344 {RTLIB::OLT_F64, CmpInst::ICMP_SLT}}; in setFCmpLibcallsGNU()
DARMISelLowering.cpp473 { RTLIB::OLT_F64, "__ltdf2vfp", ISD::SETNE }, in ARMTargetLowering()
536 { RTLIB::OLT_F64, "__aeabi_dcmplt", CallingConv::ARM_AAPCS, ISD::SETNE }, in ARMTargetLowering()
/external/llvm/include/llvm/CodeGen/
DRuntimeLibcalls.h311 OLT_F64, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp77 { RTLIB::OLT_F64, "__mips16_ltdf2" },
/external/llvm-project/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp77 { RTLIB::OLT_F64, "__mips16_ltdf2" },
/external/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp78 { RTLIB::OLT_F64, "__mips16_ltdf2" },
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def374 HANDLE_LIBCALL(OLT_F64, "__ltdf2")
/external/llvm-project/llvm/include/llvm/IR/
DRuntimeLibcalls.def393 HANDLE_LIBCALL(OLT_F64, "__ltdf2")
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp203 { RTLIB::OLT_F64, "__mspabi_cmpd", ISD::SETLT }, in MSP430TargetLowering()
330 setLibcallCallingConv(RTLIB::OLT_F64, CallingConv::MSP430_BUILTIN); in MSP430TargetLowering()
/external/llvm-project/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp202 { RTLIB::OLT_F64, "__mspabi_cmpd", ISD::SETLT }, in MSP430TargetLowering()
329 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-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp308 Table[RTLIB::OLT_F64] = i32_func_f64_f64; in RuntimeLibcallSignatureTable()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp312 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-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp551 CCs[RTLIB::OLT_F64] = ISD::SETLT; in InitCmpLibcallCCs()
/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-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp661 CCs[RTLIB::OLT_F64] = ISD::SETLT; in InitCmpLibcallCCs()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp324 (VT == MVT::f64) ? RTLIB::OLT_F64 : in softenSetCCOperands()
380 (VT == MVT::f64) ? RTLIB::OLT_F64 : in softenSetCCOperands()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp332 (VT == MVT::f64) ? RTLIB::OLT_F64 : in softenSetCCOperands()
388 (VT == MVT::f64) ? RTLIB::OLT_F64 : in softenSetCCOperands()
/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()