Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp1268 RegisterSet AllRMs; in selectCandidates() local
1279 AllRMs.insert(TT); in selectCandidates()
1282 for (unsigned R = AllRMs.find_first(); R; R = AllRMs.find_next(R)) { in selectCandidates()
1360 AllRMs.clear(); in selectCandidates()
1364 AllRMs.insert(LL[0].second); in selectCandidates()
1371 if (AllRMs[SR] || AllRMs[IR]) in selectCandidates()