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

References

lib/Target/AMDGPU/GCNNSAReassign.cpp
  277     for (unsigned I = 0; I < Info->VAddrDwords; ++I) {
  277     for (unsigned I = 0; I < Info->VAddrDwords; ++I) {
  278       const MachineOperand &Op = MI->getOperand(VAddr0Idx + I);
  288       MinInd = I ? std::min(MinInd, LI->beginIndex()) : LI->beginIndex();
  289       MaxInd = I ? std::max(MaxInd, LI->endIndex()) : LI->endIndex();