Searched refs:V2SCopies (Results 1 – 1 of 1) sorted by relevance
128 MapVector<unsigned, V2SCopyInfo> V2SCopies; member in __anon8637e2150111::SIFixSGPRCopies781 V2SCopies.clear(); in runOnMachineFunction()965 V2SCopies[Info.ID] = Info; in analyzeVGPRToSGPRCopy()987 auto InfoIt = V2SCopies.find(J); in needToBeConvertedToVALU()988 if (InfoIt != V2SCopies.end()) { in needToBeConvertedToVALU()1011 for (auto &C : V2SCopies) { in lowerVGPR2SGPRCopies()1022 auto CurInfoIt = V2SCopies.find(CurID); in lowerVGPR2SGPRCopies()1023 if (CurInfoIt != V2SCopies.end()) { in lowerVGPR2SGPRCopies()1027 auto SibInfoIt = V2SCopies.find(S); in lowerVGPR2SGPRCopies()1028 if (SibInfoIt != V2SCopies.end()) { in lowerVGPR2SGPRCopies()[all …]