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

References

lib/CodeGen/SelectionDAG/TargetLowering.cpp
  324     LC1 = (VT == MVT::f32) ? RTLIB::UO_F32 :
  343     LC1 = (VT == MVT::f32) ? RTLIB::UO_F32 :
lib/CodeGen/TargetLoweringBase.cpp
  555   CCs[RTLIB::UO_F32] = ISD::SETNE;
lib/Target/ARM/ARMISelLowering.cpp
  448         { RTLIB::UO_F32,  "__unordsf2vfp", ISD::SETNE },
  540       { RTLIB::UO_F32,  "__aeabi_fcmpun", CallingConv::ARM_AAPCS, ISD::SETNE },
lib/Target/ARM/ARMLegalizerInfo.cpp
  274       {RTLIB::UO_F32, CmpInst::BAD_ICMP_PREDICATE}};
  280       {RTLIB::UO_F32, CmpInst::BAD_ICMP_PREDICATE}};
  324   FCmp32Libcalls[CmpInst::FCMP_UNO] = {{RTLIB::UO_F32, CmpInst::ICMP_NE}};
  328                                        {RTLIB::UO_F32, CmpInst::ICMP_NE}};
lib/Target/Mips/Mips16ISelLowering.cpp
   91   { RTLIB::UO_F32, "__mips16_unordsf2" }
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  316     Table[RTLIB::UO_F32] = i32_func_f32_f32;