Searched refs:SGPRUsed (Results 1 – 2 of 2) sorted by relevance
3450 unsigned SGPRUsed = findImplicitSGPRRead(MI); in verifyInstruction() local3451 if (SGPRUsed != AMDGPU::NoRegister) { in verifyInstruction()3453 SGPRsUsed.push_back(SGPRUsed); in verifyInstruction()3462 SGPRUsed = MO.getReg(); in verifyInstruction()3463 if (llvm::all_of(SGPRsUsed, [this, SGPRUsed](unsigned SGPR) { in verifyInstruction()3464 return !RI.regsOverlap(SGPRUsed, SGPR); in verifyInstruction()3467 SGPRsUsed.push_back(SGPRUsed); in verifyInstruction()3500 Register SGPRUsed = AMDGPU::NoRegister; in verifyInstruction() local3510 if (MO.getReg() != SGPRUsed) in verifyInstruction()3512 SGPRUsed = MO.getReg(); in verifyInstruction()
2829 unsigned SGPRUsed = findImplicitSGPRReadInVOP(Inst); in validateConstantBusLimitations() local2830 if (SGPRUsed != AMDGPU::NoRegister) { in validateConstantBusLimitations()2831 SGPRsUsed.insert(SGPRUsed); in validateConstantBusLimitations()