Searched refs:TupRegs (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DCodeGenRegisters.cpp534 const std::vector<Record*> *TupRegs = Sets.expand(Tups[i]); local
535 for (unsigned j = 0, je = TupRegs->size(); j != je; ++j)
536 getReg((*TupRegs)[j]);
/external/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp950 std::vector<Record *> TupRegs = *Sets.expand(R); local
951 std::sort(TupRegs.begin(), TupRegs.end(), LessRecordRegister());
952 for (Record *RC : TupRegs)

Completed in 215 milliseconds