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

References

lib/CodeGen/SelectionDAG/TargetLowering.cpp
  321           (VT == MVT::f128) ? RTLIB::OGT_F128 : RTLIB::OGT_PPCF128;
  340           (VT == MVT::f128) ? RTLIB::OGT_F128 : RTLIB::OGT_PPCF128;
  362             (VT == MVT::f128) ? RTLIB::OGT_F128 : RTLIB::OGT_PPCF128;
lib/CodeGen/TargetLoweringBase.cpp
  149     setLibcallName(RTLIB::OGT_F128, "__gtkf2");
  553   CCs[RTLIB::OGT_F128] = ISD::SETGT;
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  315     Table[RTLIB::OGT_F128] = i32_func_i64_i64_i64_i64;