Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenRegisters.cpp1914 SubReg2SetMap SRSets; in inferSubClassWithSubReg() local
1919 SRSets[I->first].push_back(R); in inferSubClassWithSubReg()
1922 for (auto I : SRSets) in inferSubClassWithSubReg()
1928 SubReg2SetMap::const_iterator I = SRSets.find(&SubIdx); in inferSubClassWithSubReg()
1930 if (I == SRSets.end()) in inferSubClassWithSubReg()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenRegisters.cpp2194 SubReg2SetMap SRSets; in inferSubClassWithSubReg() local
2202 SRSets[I->first].push_back(R); in inferSubClassWithSubReg()
2206 for (auto I : SRSets) in inferSubClassWithSubReg()
2214 SubReg2SetMap::const_iterator I = SRSets.find(&SubIdx); in inferSubClassWithSubReg()
2216 if (I == SRSets.end()) in inferSubClassWithSubReg()