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

References

lib/Target/AMDGPU/AMDGPULibFunc.cpp
   62    int maxLeadIndex() const { return (std::max)(Lead[0], Lead[1]); }
   62    int maxLeadIndex() const { return (std::max)(Lead[0], Lead[1]); }
   63    int getNumLeads() const { return (Lead[0] ? 1 : 0) + (Lead[1] ? 1 : 0); }
   63    int getNumLeads() const { return (Lead[0] ? 1 : 0) + (Lead[1] ? 1 : 0); }
  397     if (Index == (Rule.Lead[1] - 1)) P = Leads[1];
  665     if ((I + 1) == Rule.Lead[0]) Leads[0] = P;
  666     if ((I + 1) == Rule.Lead[1]) Leads[1] = P;