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