Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMLegalizerInfo.cpp203 {RTLIB::OGE_F32, CmpInst::BAD_ICMP_PREDICATE}}; in setFCmpLibcallsAEABI()
214 FCmp32Libcalls[CmpInst::FCMP_ULT] = {{RTLIB::OGE_F32, CmpInst::ICMP_EQ}}; in setFCmpLibcallsAEABI()
257 FCmp32Libcalls[CmpInst::FCMP_OGE] = {{RTLIB::OGE_F32, CmpInst::ICMP_SGE}}; in setFCmpLibcallsGNU()
265 FCmp32Libcalls[CmpInst::FCMP_ULT] = {{RTLIB::OGE_F32, CmpInst::ICMP_SLT}}; in setFCmpLibcallsGNU()
DARMISelLowering.cpp267 { RTLIB::OGE_F32, "__gesf2vfp", ISD::SETNE }, in ARMTargetLowering()
359 { RTLIB::OGE_F32, "__aeabi_fcmpge", CallingConv::ARM_AAPCS, ISD::SETNE }, in ARMTargetLowering()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DRuntimeLibcalls.h246 OGE_F32, enumerator
/external/llvm/include/llvm/CodeGen/
DRuntimeLibcalls.h306 OGE_F32, enumerator
/external/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp73 { RTLIB::OGE_F32, "__mips16_gesf2" },
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp73 { RTLIB::OGE_F32, "__mips16_gesf2" },
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def342 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/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.cpp278 Names[RTLIB::OGE_F32] = "__gesf2"; in InitLibcallNames()
529 CCs[RTLIB::OGE_F32] = ISD::SETGE; in InitCmpLibcallCCs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp287 Table[RTLIB::OGE_F32] = i32_func_f32_f32; in RuntimeLibcallSignatureTable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp505 CCs[RTLIB::OGE_F32] = ISD::SETGE; in InitCmpLibcallCCs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp202 { RTLIB::OGE_F32, "__mspabi_cmpf", ISD::SETGE }, in MSP430TargetLowering()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp204 setLibcallName(RTLIB::OGE_F32, "__gesf2vfp"); in ARMTargetLowering()
213 setCmpLibcallCC(RTLIB::OGE_F32, ISD::SETNE); in ARMTargetLowering()
326 setLibcallName(RTLIB::OGE_F32, "__aeabi_fcmpge"); in ARMTargetLowering()
327 setCmpLibcallCC(RTLIB::OGE_F32, ISD::SETNE); in ARMTargetLowering()
338 setLibcallCallingConv(RTLIB::OGE_F32, CallingConv::ARM_AAPCS); in ARMTargetLowering()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp180 LC1 = (VT == MVT::f32) ? RTLIB::OGE_F32 : in softenSetCCOperands()
234 LC1 = (VT == MVT::f32) ? RTLIB::OGE_F32 : in softenSetCCOperands()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1675 setLibcallName(RTLIB::OGE_F32, "__hexagon_gesf2"); in HexagonTargetLowering()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp2173 setLibcallName(RTLIB::OGE_F32, "__hexagon_gesf2"); in HexagonTargetLowering()
/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()