Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:RegState

91     // RegState - Track the state of a physical register.
92 enum RegState {
111 // PhysRegState - One of the RegState enums, or a virtreg.
160 void definePhysReg(MachineInstr *MI, unsigned PhysReg, RegState NewState);
227 assert(PhysRegState[LR.PhysReg] == LRI->first && "Broken RegState mapping");
257 assert(PhysRegState[LR.PhysReg] == LRI->first && "Broken RegState mapping");
384 RegState NewState) {