Home | History | Annotate | Download | only in TableGen

Lines Matching refs:Registers

187   /// For register classes, the records for all the registers in this class.
188 std::set<Record*> Registers;
210 // Registers classes are only related to registers classes, and only if
218 std::set_intersection(Registers.begin(), Registers.end(),
219 RHS.Registers.begin(), RHS.Registers.end(),
776 // Collect singleton registers, if used.
1052 const std::vector<CodeGenRegister*> &Registers =
1074 // a unique register set class), and build the mapping of registers to the set
1077 for (std::vector<CodeGenRegister*>::const_iterator it = Registers.begin(),
1078 ie = Registers.end(); it != ie; ++it) {
1118 CI->Registers = *it;
1157 // Populate the map for individual registers.
1162 // Name the register classes which correspond to singleton registers.
1392 // Check for singleton registers.
1395 assert(Op.Class && Op.Class->Registers.size() == 1 &&
1789 // Registers are always converted the same, don't duplicate the