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

References

lib/CodeGen/SelectionDAG/TargetLowering.cpp
  315           (VT == MVT::f128) ? RTLIB::OLE_F128 : RTLIB::OLE_PPCF128;
  367             (VT == MVT::f128) ? RTLIB::OLE_F128 : RTLIB::OLE_PPCF128;
lib/CodeGen/TargetLoweringBase.cpp
  148     setLibcallName(RTLIB::OLE_F128, "__lekf2");
  549   CCs[RTLIB::OLE_F128] = ISD::SETLE;
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  312     Table[RTLIB::OLE_F128] = i32_func_i64_i64_i64_i64;