Searched refs:SGPRsUsed (Results 1 – 2 of 2) sorted by relevance
4919 SmallVector<Register, 2> SGPRsUsed; in verifyInstruction() local4932 if (!llvm::is_contained(SGPRsUsed, SGPRUsed)) { in verifyInstruction()4934 SGPRsUsed.push_back(SGPRUsed); in verifyInstruction()4953 if (llvm::all_of(SGPRsUsed, [this, SGPRUsed](unsigned SGPR) { in verifyInstruction()4957 SGPRsUsed.push_back(SGPRUsed); in verifyInstruction()5746 SmallDenseSet<RegSubRegPair> SGPRsUsed; in isOperandLegal() local5748 SGPRsUsed.insert(RegSubRegPair(MO->getReg(), MO->getSubReg())); in isOperandLegal()5756 if (!SGPRsUsed.count(SGPR) && in isOperandLegal()5761 SGPRsUsed.insert(SGPR); in isOperandLegal()5999 SmallDenseSet<unsigned> SGPRsUsed; in legalizeOperandsVOP3() local[all …]
3733 SmallDenseSet<unsigned> SGPRsUsed; in validateConstantBusLimitations() local3736 SGPRsUsed.insert(SGPRUsed); in validateConstantBusLimitations()3756 if (SGPRsUsed.insert(LastSGPR).second) { in validateConstantBusLimitations()