Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:PhysReg

73     MCPhysReg PhysReg;
76 RegisterMaskPair(MCPhysReg PhysReg, LaneBitmask LaneMask)
77 : PhysReg(PhysReg), LaneMask(LaneMask) {}
289 void addLiveIn(MCPhysReg PhysReg,
291 LiveIns.push_back(RegisterMaskPair(PhysReg, LaneMask));
305 /// Add PhysReg as live in to this block, and ensure that there is a copy of
306 /// PhysReg to a virtual register of class RC. Return the virtual register
307 /// that is a copy of the live in PhysReg.
308 unsigned addLiveIn(MCPhysReg PhysReg, const TargetRegisterClass *RC);