Home
last modified time | relevance | path

Searched refs:UNE_F64 (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMLegalizerInfo.cpp241 FCmp64Libcalls[CmpInst::FCMP_UNE] = {{RTLIB::UNE_F64, CmpInst::ICMP_EQ}}; in setFCmpLibcallsAEABI()
284 FCmp64Libcalls[CmpInst::FCMP_UNE] = {{RTLIB::UNE_F64, CmpInst::ICMP_NE}}; in setFCmpLibcallsGNU()
DARMISelLowering.cpp274 { RTLIB::UNE_F64, "__nedf2vfp", ISD::SETNE }, in ARMTargetLowering()
338 { RTLIB::UNE_F64, "__aeabi_dcmpeq", CallingConv::ARM_AAPCS, ISD::SETEQ }, in ARMTargetLowering()
/external/llvm/include/llvm/CodeGen/
DRuntimeLibcalls.h303 UNE_F64, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp82 { RTLIB::UNE_F64, "__mips16_nedf2" },
/external/llvm/lib/Target/Mips/
DMips16ISelLowering.cpp82 { RTLIB::UNE_F64, "__mips16_nedf2" },
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def339 HANDLE_LIBCALL(UNE_F64, "__nedf2")
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp195 { RTLIB::UNE_F64, "__mspabi_cmpd", ISD::SETNE }, in MSP430TargetLowering()
317 setLibcallCallingConv(RTLIB::UNE_F64, CallingConv::MSP430_BUILTIN); in MSP430TargetLowering()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp325 Names[RTLIB::UNE_F64] = "__nedf2"; in InitLibcallNames()
768 CCs[RTLIB::UNE_F64] = ISD::SETNE; in InitCmpLibcallCCs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp285 Table[RTLIB::UNE_F64] = i32_func_f64_f64; in RuntimeLibcallSignatureTable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp502 CCs[RTLIB::UNE_F64] = ISD::SETNE; in InitCmpLibcallCCs()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1680 setLibcallName(RTLIB::UNE_F64, "__hexagon_nedf2"); in HexagonTargetLowering()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp170 (VT == MVT::f64) ? RTLIB::UNE_F64 : in softenSetCCOperands()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp2178 setLibcallName(RTLIB::UNE_F64, "__hexagon_nedf2"); in HexagonTargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp175 (VT == MVT::f64) ? RTLIB::UNE_F64 : in softenSetCCOperands()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp203 { RTLIB::UNE_F64, "__nedf2vfp", ISD::SETNE }, in ARMTargetLowering()
274 { RTLIB::UNE_F64, "__aeabi_dcmpeq", CallingConv::ARM_AAPCS, ISD::SETEQ }, in ARMTargetLowering()