Searched refs:DestPhysReg (Results 1 – 2 of 2) sorted by relevance
943 const CodeGenRegister *DestPhysReg; variable948 : Matcher(EmitCopyToReg), SrcSlot(srcSlot), DestPhysReg(destPhysReg) {} in EmitCopyToRegMatcher()951 const CodeGenRegister *getDestPhysReg() const { return DestPhysReg; } in getDestPhysReg()961 cast<EmitCopyToRegMatcher>(M)->DestPhysReg == DestPhysReg; in isEqualImpl()
3457 unsigned DestPhysReg = MatcherTable[MatcherIndex++]; in SelectCodeCommon() local3459 DestPhysReg |= MatcherTable[MatcherIndex++] << 8; in SelectCodeCommon()3465 DestPhysReg, RecordedNodes[RecNo].first, in SelectCodeCommon()