Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/ARM/
DARMLegalizerInfo.cpp260 {RTLIB::OGE_F32, CmpInst::BAD_ICMP_PREDICATE}}; in setFCmpLibcallsAEABI()
271 FCmp32Libcalls[CmpInst::FCMP_ULT] = {{RTLIB::OGE_F32, CmpInst::ICMP_EQ}}; in setFCmpLibcallsAEABI()
314 FCmp32Libcalls[CmpInst::FCMP_OGE] = {{RTLIB::OGE_F32, CmpInst::ICMP_SGE}}; in setFCmpLibcallsGNU()
322 FCmp32Libcalls[CmpInst::FCMP_ULT] = {{RTLIB::OGE_F32, CmpInst::ICMP_SLT}}; in setFCmpLibcallsGNU()
DARMISelLowering.cpp493 { RTLIB::OGE_F32, "__gesf2vfp", ISD::SETNE }, in ARMTargetLowering()
582 { RTLIB::OGE_F32, "__aeabi_fcmpge", CallingConv::ARM_AAPCS, ISD::SETNE }, in ARMTargetLowering()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMLegalizerInfo.cpp260 {RTLIB::OGE_F32, CmpInst::BAD_ICMP_PREDICATE}}; in setFCmpLibcallsAEABI()
271 FCmp32Libcalls[CmpInst::FCMP_ULT] = {{RTLIB::OGE_F32, CmpInst::ICMP_EQ}}; in setFCmpLibcallsAEABI()
314 FCmp32Libcalls[CmpInst::FCMP_OGE] = {{RTLIB::OGE_F32, CmpInst::ICMP_SGE}}; in setFCmpLibcallsGNU()
322 FCmp32Libcalls[CmpInst::FCMP_ULT] = {{RTLIB::OGE_F32, CmpInst::ICMP_SLT}}; in setFCmpLibcallsGNU()
DARMISelLowering.cpp466 { RTLIB::OGE_F32, "__gesf2vfp", ISD::SETNE }, in ARMTargetLowering()
555 { RTLIB::OGE_F32, "__aeabi_fcmpge", CallingConv::ARM_AAPCS, ISD::SETNE }, in ARMTargetLowering()
/external/llvm/include/llvm/CodeGen/
DRuntimeLibcalls.h306 OGE_F32, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp72 { RTLIB::OGE_F32, "__mips16_gesf2" },
/external/llvm-project/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp72 { RTLIB::OGE_F32, "__mips16_gesf2" },
/external/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp73 { RTLIB::OGE_F32, "__mips16_gesf2" },
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def369 HANDLE_LIBCALL(OGE_F32, "__gesf2")
/external/llvm-project/llvm/include/llvm/IR/
DRuntimeLibcalls.def388 HANDLE_LIBCALL(OGE_F32, "__gesf2")
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp328 Names[RTLIB::OGE_F32] = "__gesf2"; in InitLibcallNames()
771 CCs[RTLIB::OGE_F32] = ISD::SETGE; in InitCmpLibcallCCs()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp304 Table[RTLIB::OGE_F32] = i32_func_f32_f32; in RuntimeLibcallSignatureTable()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp308 Table[RTLIB::OGE_F32] = i32_func_f32_f32; in RuntimeLibcallSignatureTable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp546 CCs[RTLIB::OGE_F32] = ISD::SETGE; in InitCmpLibcallCCs()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp208 { RTLIB::OGE_F32, "__mspabi_cmpf", ISD::SETGE }, in MSP430TargetLowering()
/external/llvm-project/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp207 { RTLIB::OGE_F32, "__mspabi_cmpf", ISD::SETGE }, in MSP430TargetLowering()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp175 LC1 = (VT == MVT::f32) ? RTLIB::OGE_F32 : in softenSetCCOperands()
229 LC1 = (VT == MVT::f32) ? RTLIB::OGE_F32 : in softenSetCCOperands()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp656 CCs[RTLIB::OGE_F32] = ISD::SETGE; in InitCmpLibcallCCs()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp2173 setLibcallName(RTLIB::OGE_F32, "__hexagon_gesf2"); in HexagonTargetLowering()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp317 LC1 = (VT == MVT::f32) ? RTLIB::OGE_F32 : in softenSetCCOperands()
364 LC1 = (VT == MVT::f32) ? RTLIB::OGE_F32 : in softenSetCCOperands()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp325 LC1 = (VT == MVT::f32) ? RTLIB::OGE_F32 : in softenSetCCOperands()
372 LC1 = (VT == MVT::f32) ? RTLIB::OGE_F32 : in softenSetCCOperands()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp196 { RTLIB::OGE_F32, "__gesf2vfp", ISD::SETNE }, in ARMTargetLowering()
295 { RTLIB::OGE_F32, "__aeabi_fcmpge", CallingConv::ARM_AAPCS, ISD::SETNE }, in ARMTargetLowering()