Searched refs:SGPRsUsed (Results 1 – 2 of 2) sorted by relevance
3449 SmallVector<unsigned, 2> SGPRsUsed; in verifyInstruction() local3453 SGPRsUsed.push_back(SGPRUsed); in verifyInstruction()3463 if (llvm::all_of(SGPRsUsed, [this, SGPRUsed](unsigned SGPR) { in verifyInstruction()3467 SGPRsUsed.push_back(SGPRUsed); in verifyInstruction()3976 SmallDenseSet<RegSubRegPair> SGPRsUsed; in isOperandLegal() local3978 SGPRsUsed.insert(RegSubRegPair(MO->getReg(), MO->getSubReg())); in isOperandLegal()3986 if (!SGPRsUsed.count(SGPR) && in isOperandLegal()3990 SGPRsUsed.insert(SGPR); in isOperandLegal()4166 SmallDenseSet<unsigned> SGPRsUsed; in legalizeOperandsVOP3() local4169 SGPRsUsed.insert(SGPRReg); in legalizeOperandsVOP3()[all …]
2828 SmallDenseSet<unsigned> SGPRsUsed; in validateConstantBusLimitations() local2831 SGPRsUsed.insert(SGPRUsed); in validateConstantBusLimitations()2854 if (!SGPRsUsed.count(Reg)) { in validateConstantBusLimitations()2855 SGPRsUsed.insert(Reg); in validateConstantBusLimitations()