Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMLegalizerInfo.cpp229 {RTLIB::OGE_F64, CmpInst::BAD_ICMP_PREDICATE}}; in setFCmpLibcallsAEABI()
240 FCmp64Libcalls[CmpInst::FCMP_ULT] = {{RTLIB::OGE_F64, CmpInst::ICMP_EQ}}; in setFCmpLibcallsAEABI()
275 FCmp64Libcalls[CmpInst::FCMP_OGE] = {{RTLIB::OGE_F64, CmpInst::ICMP_SGE}}; in setFCmpLibcallsGNU()
283 FCmp64Libcalls[CmpInst::FCMP_ULT] = {{RTLIB::OGE_F64, CmpInst::ICMP_SLT}}; in setFCmpLibcallsGNU()
DARMISelLowering.cpp277 { RTLIB::OGE_F64, "__gedf2vfp", ISD::SETNE }, in ARMTargetLowering()
341 { RTLIB::OGE_F64, "__aeabi_dcmpge", CallingConv::ARM_AAPCS, ISD::SETNE }, in ARMTargetLowering()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DRuntimeLibcalls.h247 OGE_F64, enumerator
/external/llvm/include/llvm/CodeGen/
DRuntimeLibcalls.h307 OGE_F64, enumerator
/external/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp72 { RTLIB::OGE_F64, "__mips16_gedf2" },
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp72 { RTLIB::OGE_F64, "__mips16_gedf2" },
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def343 HANDLE_LIBCALL(OGE_F64, "__gedf2")
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp196 { RTLIB::OGE_F64, "__mspabi_cmpd", ISD::SETGE }, in MSP430TargetLowering()
318 setLibcallCallingConv(RTLIB::OGE_F64, CallingConv::MSP430_BUILTIN); in MSP430TargetLowering()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp329 Names[RTLIB::OGE_F64] = "__gedf2"; in InitLibcallNames()
772 CCs[RTLIB::OGE_F64] = ISD::SETGE; in InitCmpLibcallCCs()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeFloatTypes.cpp633 LC1 = (VT == MVT::f32) ? RTLIB::OGE_F32 : RTLIB::OGE_F64; in SoftenSetCCOperands()
664 LC2 = (VT == MVT::f32) ? RTLIB::OGE_F32 : RTLIB::OGE_F64; in SoftenSetCCOperands()
DTargetLowering.cpp279 Names[RTLIB::OGE_F64] = "__gedf2"; in InitLibcallNames()
530 CCs[RTLIB::OGE_F64] = ISD::SETGE; in InitCmpLibcallCCs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp288 Table[RTLIB::OGE_F64] = i32_func_f64_f64; in RuntimeLibcallSignatureTable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp506 CCs[RTLIB::OGE_F64] = ISD::SETGE; in InitCmpLibcallCCs()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp223 setLibcallName(RTLIB::OGE_F64, "__gedf2vfp"); in ARMTargetLowering()
232 setCmpLibcallCC(RTLIB::OGE_F64, ISD::SETNE); in ARMTargetLowering()
288 setLibcallName(RTLIB::OGE_F64, "__aeabi_dcmpge"); in ARMTargetLowering()
289 setCmpLibcallCC(RTLIB::OGE_F64, ISD::SETNE); in ARMTargetLowering()
300 setLibcallCallingConv(RTLIB::OGE_F64, CallingConv::ARM_AAPCS); in ARMTargetLowering()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp176 (VT == MVT::f64) ? RTLIB::OGE_F64 : in softenSetCCOperands()
230 (VT == MVT::f64) ? RTLIB::OGE_F64 : in softenSetCCOperands()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp181 (VT == MVT::f64) ? RTLIB::OGE_F64 : in softenSetCCOperands()
235 (VT == MVT::f64) ? RTLIB::OGE_F64 : in softenSetCCOperands()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1676 setLibcallName(RTLIB::OGE_F64, "__hexagon_gedf2"); in HexagonTargetLowering()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp2174 setLibcallName(RTLIB::OGE_F64, "__hexagon_gedf2"); in HexagonTargetLowering()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp206 { RTLIB::OGE_F64, "__gedf2vfp", ISD::SETNE }, in ARMTargetLowering()
277 { RTLIB::OGE_F64, "__aeabi_dcmpge", CallingConv::ARM_AAPCS, ISD::SETNE }, in ARMTargetLowering()