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

References

lib/Target/AMDGPU/AMDGPULibFunc.cpp
  508   Leads[0].reset();
  509   Leads[1].reset();
  522   Leads[0] = copyFrom.Leads[0];
  522   Leads[0] = copyFrom.Leads[0];
  523   Leads[1] = copyFrom.Leads[1];
  523   Leads[1] = copyFrom.Leads[1];
  665     if ((I + 1) == Rule.Lead[0]) Leads[0] = P;
  666     if ((I + 1) == Rule.Lead[1]) Leads[1] = P;
  862   ParamIterator I(Leads, manglingRules[FuncId]);
  917   ParamIterator I(Leads, manglingRules[FuncId]);
  923     getIntrinsicParamType(C, getRetType(FuncId, Leads), true),
 1050   return cast<AMDGPUMangledLibFunc>(Impl.get())->Leads;
 1054   return cast<const AMDGPUMangledLibFunc>(Impl.get())->Leads;