Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenRegisters.cpp759 SubReg2SetMap SRSets; in computeInferredRegisterClasses() local
765 SRSets[I->first].insert(*RI); in computeInferredRegisterClasses()
772 SubReg2SetMap::const_iterator I = SRSets.find(SubIdx); in computeInferredRegisterClasses()
774 if (I == SRSets.end()) in computeInferredRegisterClasses()
/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/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenRegisters.cpp2111 SubReg2SetMap SRSets; in inferSubClassWithSubReg() local
2119 SRSets[I->first].push_back(R); in inferSubClassWithSubReg()
2123 for (auto I : SRSets) in inferSubClassWithSubReg()
2131 SubReg2SetMap::const_iterator I = SRSets.find(&SubIdx); in inferSubClassWithSubReg()
2133 if (I == SRSets.end()) in inferSubClassWithSubReg()