reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/TargetLowering.cpp
  296           (VT == MVT::f64) ? RTLIB::UNE_F64 :
lib/CodeGen/TargetLoweringBase.cpp
  536   CCs[RTLIB::UNE_F64] = ISD::SETNE;
lib/Target/ARM/ARMISelLowering.cpp
  453         { RTLIB::UNE_F64, "__nedf2vfp",    ISD::SETNE },
  517       { RTLIB::UNE_F64, "__aeabi_dcmpeq", CallingConv::ARM_AAPCS, ISD::SETEQ },
lib/Target/ARM/ARMLegalizerInfo.cpp
  298   FCmp64Libcalls[CmpInst::FCMP_UNE] = {{RTLIB::UNE_F64, CmpInst::ICMP_EQ}};
  341   FCmp64Libcalls[CmpInst::FCMP_UNE] = {{RTLIB::UNE_F64, CmpInst::ICMP_NE}};
lib/Target/MSP430/MSP430ISelLowering.cpp
  196     { RTLIB::UNE_F64, "__mspabi_cmpd", ISD::SETNE },
  323   setLibcallCallingConv(RTLIB::UNE_F64, CallingConv::MSP430_BUILTIN);
lib/Target/Mips/Mips16ISelLowering.cpp
   81   { RTLIB::UNE_F64, "__mips16_nedf2" },
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  302     Table[RTLIB::UNE_F64] = i32_func_f64_f64;