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

References

lib/Target/AMDGPU/GCNNSAReassign.cpp
  312       for (auto E = Candidates.end(); Success && I != E &&
  313               LIS->getInstructionIndex(*I->first) < MaxInd; ++I) {
  313               LIS->getInstructionIndex(*I->first) < MaxInd; ++I) {
  314         if (I->second && CheckNSA(*I->first, true) < NSA_Status::CONTIGUOUS) {
  314         if (I->second && CheckNSA(*I->first, true) < NSA_Status::CONTIGUOUS) {
  316           LLVM_DEBUG(dbgs() << "\tNSA conversion conflict with " << *I->first);