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

References

lib/CodeGen/SelectionDAG/TargetLowering.cpp
  326           (VT == MVT::f128) ? RTLIB::UO_F128 : RTLIB::UO_PPCF128;
  345           (VT == MVT::f128) ? RTLIB::UO_F128 : RTLIB::UO_PPCF128;
lib/CodeGen/TargetLoweringBase.cpp
  150     setLibcallName(RTLIB::UO_F128, "__unordkf2");
  557   CCs[RTLIB::UO_F128] = ISD::SETNE;
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  318     Table[RTLIB::UO_F128] = i32_func_i64_i64_i64_i64;