/external/llvm/include/llvm/CodeGen/ |
D | RuntimeLibcalls.h | 303 UNE_F64, enumerator
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMLegalizerInfo.cpp | 298 FCmp64Libcalls[CmpInst::FCMP_UNE] = {{RTLIB::UNE_F64, CmpInst::ICMP_EQ}}; in setFCmpLibcallsAEABI() 341 FCmp64Libcalls[CmpInst::FCMP_UNE] = {{RTLIB::UNE_F64, CmpInst::ICMP_NE}}; in setFCmpLibcallsGNU()
|
D | ARMISelLowering.cpp | 499 { RTLIB::UNE_F64, "__nedf2vfp", ISD::SETNE }, in ARMTargetLowering() 562 { RTLIB::UNE_F64, "__aeabi_dcmpeq", CallingConv::ARM_AAPCS, ISD::SETEQ }, in ARMTargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMLegalizerInfo.cpp | 298 FCmp64Libcalls[CmpInst::FCMP_UNE] = {{RTLIB::UNE_F64, CmpInst::ICMP_EQ}}; in setFCmpLibcallsAEABI() 341 FCmp64Libcalls[CmpInst::FCMP_UNE] = {{RTLIB::UNE_F64, CmpInst::ICMP_NE}}; in setFCmpLibcallsGNU()
|
D | ARMISelLowering.cpp | 472 { RTLIB::UNE_F64, "__nedf2vfp", ISD::SETNE }, in ARMTargetLowering() 535 { RTLIB::UNE_F64, "__aeabi_dcmpeq", CallingConv::ARM_AAPCS, ISD::SETEQ }, in ARMTargetLowering()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips16ISelLowering.cpp | 81 { RTLIB::UNE_F64, "__mips16_nedf2" },
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | Mips16ISelLowering.cpp | 81 { RTLIB::UNE_F64, "__mips16_nedf2" },
|
/external/llvm/lib/Target/Mips/ |
D | Mips16ISelLowering.cpp | 82 { RTLIB::UNE_F64, "__mips16_nedf2" },
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 366 HANDLE_LIBCALL(UNE_F64, "__nedf2")
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 385 HANDLE_LIBCALL(UNE_F64, "__nedf2")
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 201 { RTLIB::UNE_F64, "__mspabi_cmpd", ISD::SETNE }, in MSP430TargetLowering() 328 setLibcallCallingConv(RTLIB::UNE_F64, CallingConv::MSP430_BUILTIN); in MSP430TargetLowering()
|
/external/llvm-project/llvm/lib/Target/MSP430/ |
D | MSP430ISelLowering.cpp | 200 { RTLIB::UNE_F64, "__mspabi_cmpd", ISD::SETNE }, in MSP430TargetLowering() 327 setLibcallCallingConv(RTLIB::UNE_F64, CallingConv::MSP430_BUILTIN); in MSP430TargetLowering()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 325 Names[RTLIB::UNE_F64] = "__nedf2"; in InitLibcallNames() 768 CCs[RTLIB::UNE_F64] = ISD::SETNE; in InitCmpLibcallCCs()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRuntimeLibcallSignatures.cpp | 302 Table[RTLIB::UNE_F64] = i32_func_f64_f64; in RuntimeLibcallSignatureTable()
|
/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRuntimeLibcallSignatures.cpp | 306 Table[RTLIB::UNE_F64] = i32_func_f64_f64; in RuntimeLibcallSignatureTable()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 543 CCs[RTLIB::UNE_F64] = ISD::SETNE; in InitCmpLibcallCCs()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 653 CCs[RTLIB::UNE_F64] = ISD::SETNE; in InitCmpLibcallCCs()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 2178 setLibcallName(RTLIB::UNE_F64, "__hexagon_nedf2"); in HexagonTargetLowering()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 170 (VT == MVT::f64) ? RTLIB::UNE_F64 : in softenSetCCOperands()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 203 { RTLIB::UNE_F64, "__nedf2vfp", ISD::SETNE }, in ARMTargetLowering() 274 { RTLIB::UNE_F64, "__aeabi_dcmpeq", CallingConv::ARM_AAPCS, ISD::SETEQ }, in ARMTargetLowering()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 312 (VT == MVT::f64) ? RTLIB::UNE_F64 : in softenSetCCOperands()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 320 (VT == MVT::f64) ? RTLIB::UNE_F64 : in softenSetCCOperands()
|