Home
last modified time | relevance | path

Searched refs:V2SCopies (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFixSGPRCopies.cpp128 MapVector<unsigned, V2SCopyInfo> V2SCopies; member in __anon8637e2150111::SIFixSGPRCopies
797 V2SCopies.clear(); in run()
984 V2SCopies[Info.ID] = Info; in analyzeVGPRToSGPRCopy()
1006 auto *InfoIt = V2SCopies.find(J); in needToBeConvertedToVALU()
1007 if (InfoIt != V2SCopies.end()) { in needToBeConvertedToVALU()
1030 for (auto &C : V2SCopies) { in lowerVGPR2SGPRCopies()
1041 auto *CurInfoIt = V2SCopies.find(CurID); in lowerVGPR2SGPRCopies()
1042 if (CurInfoIt != V2SCopies.end()) { in lowerVGPR2SGPRCopies()
1046 auto *SibInfoIt = V2SCopies.find(S); in lowerVGPR2SGPRCopies()
1047 if (SibInfoIt != V2SCopies.end()) { in lowerVGPR2SGPRCopies()
[all …]