Lines Matching refs:SGPRUsed
4920 Register SGPRUsed; in verifyInstruction() local
4931 SGPRUsed = MO.getReg(); in verifyInstruction()
4932 if (!llvm::is_contained(SGPRsUsed, SGPRUsed)) { in verifyInstruction()
4934 SGPRsUsed.push_back(SGPRUsed); in verifyInstruction()
4950 SGPRUsed = findImplicitSGPRRead(MI); in verifyInstruction()
4951 if (SGPRUsed) { in verifyInstruction()
4953 if (llvm::all_of(SGPRsUsed, [this, SGPRUsed](unsigned SGPR) { in verifyInstruction()
4954 return !RI.regsOverlap(SGPRUsed, SGPR); in verifyInstruction()
4957 SGPRsUsed.push_back(SGPRUsed); in verifyInstruction()
4979 Register SGPRUsed; in verifyInstruction() local
4989 if (MO.getReg() != SGPRUsed) in verifyInstruction()
4991 SGPRUsed = MO.getReg(); in verifyInstruction()