Home | History | Annotate | Download | only in TableGen

Lines Matching refs:EmitCopyToRegMatcher

896 /// EmitCopyToRegMatcher - Emit a CopyToReg node from a value to a physreg,
899 class EmitCopyToRegMatcher : public Matcher {
903 EmitCopyToRegMatcher(unsigned srcSlot, Record *destPhysReg)
916 return cast<EmitCopyToRegMatcher>(M)->SrcSlot == SrcSlot &&
917 cast<EmitCopyToRegMatcher>(M)->DestPhysReg == DestPhysReg;