Lines Matching defs:RegState
93 // RegState - Track the state of a physical register.
94 enum RegState {
113 // PhysRegState - One of the RegState enums, or a virtreg.
177 void definePhysReg(MachineInstr *MI, unsigned PhysReg, RegState NewState);
248 "Broken RegState mapping");
278 assert(PhysRegState[LR.PhysReg] == LRI->VirtReg && "Broken RegState mapping");
400 RegState NewState) {