Searched refs:SGPRUsed (Results 1 – 2 of 2) sorted by relevance
4920 Register SGPRUsed; in verifyInstruction() local4931 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[all …]
3734 unsigned SGPRUsed = findImplicitSGPRReadInVOP(Inst); in validateConstantBusLimitations() local3735 if (SGPRUsed != AMDGPU::NoRegister) { in validateConstantBusLimitations()3736 SGPRsUsed.insert(SGPRUsed); in validateConstantBusLimitations()