Lines Matching defs:DstReg
33 Register DstReg;
38 /// The sub-register index of the old DstReg in the new coalesced register.
50 /// True when DstReg and SrcReg are reversed from the original
54 /// The register class of the coalesced register, or NULL if DstReg
56 /// SrcReg and DstReg.
66 : TRI(tri), DstReg(PhysReg), SrcReg(VirtReg) {}
72 /// Swap SrcReg and DstReg. Return false if swapping is impossible
73 /// because DstReg is a physical register, or SubIdx is set.
80 /// Return true if DstReg is a physical register.
87 /// Return true if DstReg is virtual and NewRC is a smaller
88 /// register class than DstReg's.
97 Register getDstReg() const { return DstReg; }
102 /// Return the subregister index that DstReg will be coalesced into, or 0.