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

References

lib/CodeGen/SelectionDAG/TargetLowering.cpp
  325           (VT == MVT::f64) ? RTLIB::UO_F64 :
  344           (VT == MVT::f64) ? RTLIB::UO_F64 :
lib/CodeGen/TargetLoweringBase.cpp
  556   CCs[RTLIB::UO_F64] = ISD::SETNE;
lib/Target/ARM/ARMISelLowering.cpp
  458         { RTLIB::UO_F64,  "__unorddf2vfp", ISD::SETNE },
  522       { RTLIB::UO_F64,  "__aeabi_dcmpun", CallingConv::ARM_AAPCS, ISD::SETNE },
lib/Target/ARM/ARMLegalizerInfo.cpp
  300       {RTLIB::UO_F64, CmpInst::BAD_ICMP_PREDICATE}};
  306       {RTLIB::UO_F64, CmpInst::BAD_ICMP_PREDICATE}};
  342   FCmp64Libcalls[CmpInst::FCMP_UNO] = {{RTLIB::UO_F64, CmpInst::ICMP_NE}};
  346                                        {RTLIB::UO_F64, CmpInst::ICMP_NE}};
lib/Target/Mips/Mips16ISelLowering.cpp
   90   { RTLIB::UO_F64, "__mips16_unorddf2" },
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  317     Table[RTLIB::UO_F64] = i32_func_f64_f64;