Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Registers

197   /// For register classes: the records for all the registers in this class.
198 RegisterSet Registers;
220 // Registers classes are only related to registers classes, and only if
228 std::set_intersection(Registers.begin(), Registers.end(),
229 RHS.Registers.begin(), RHS.Registers.end(),
855 // Collect singleton registers, if used.
1132 const auto &Registers = Target.getRegBank().getRegisters();
1151 // a unique register set class), and build the mapping of registers to the set
1154 for (const CodeGenRegister &CGR : Registers) {
1193 CI->Registers = RS;
1229 // Populate the map for individual registers.
1234 // Name the register classes which correspond to singleton registers.
1457 // Check for singleton registers.
1460 assert(Op.Class && Op.Class->Registers.size() == 1 &&
1853 // Registers are always converted the same, don't duplicate the