Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenRegisters.cpp1900 SubReg2SetMap SRSets; in inferSubClassWithSubReg() local
1905 SRSets[I->first].push_back(R); in inferSubClassWithSubReg()
1908 for (auto I : SRSets) in inferSubClassWithSubReg()
1914 SubReg2SetMap::const_iterator I = SRSets.find(&SubIdx); in inferSubClassWithSubReg()
1916 if (I == SRSets.end()) in inferSubClassWithSubReg()