Searched refs:SrcSlot (Results 1 – 1 of 1) sorted by relevance
959 unsigned SrcSlot; // Value to copy into the physreg. variable964 : Matcher(EmitCopyToReg), SrcSlot(srcSlot), DestPhysReg(destPhysReg) {} in EmitCopyToRegMatcher()966 unsigned getSrcSlot() const { return SrcSlot; } in getSrcSlot()976 return cast<EmitCopyToRegMatcher>(M)->SrcSlot == SrcSlot && in isEqualImpl()