Searched refs:SrcSlot (Results 1 – 3 of 3) sorted by relevance
901 unsigned SrcSlot; // Value to copy into the physreg. variable905 : Matcher(EmitCopyToReg), SrcSlot(srcSlot), DestPhysReg(destPhysReg) {} in EmitCopyToRegMatcher()907 unsigned getSrcSlot() const { return SrcSlot; } in getSrcSlot()917 return cast<EmitCopyToRegMatcher>(M)->SrcSlot == SrcSlot && in isEqualImpl()921 return SrcSlot ^ ((unsigned)(intptr_t)DestPhysReg << 4); in getHashImpl()
872 unsigned SrcSlot; // Value to copy into the physreg. variable876 : Matcher(EmitCopyToReg), SrcSlot(srcSlot), DestPhysReg(destPhysReg) {} in EmitCopyToRegMatcher()878 unsigned getSrcSlot() const { return SrcSlot; } in getSrcSlot()888 return cast<EmitCopyToRegMatcher>(M)->SrcSlot == SrcSlot && in isEqualImpl()