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

References

lib/CodeGen/SelectionDAG/TargetLowering.cpp
  297           (VT == MVT::f128) ? RTLIB::UNE_F128 : RTLIB::UNE_PPCF128;
lib/CodeGen/TargetLoweringBase.cpp
  145     setLibcallName(RTLIB::UNE_F128, "__nekf2");
  537   CCs[RTLIB::UNE_F128] = ISD::SETNE;
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  303     Table[RTLIB::UNE_F128] = i32_func_i64_i64_i64_i64;