Home
last modified time | relevance | path

Searched refs:SrcSlot (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/utils/TableGen/
HDDAGISelMatcher.h961 unsigned SrcSlot; // Value to copy into the physreg. variable
965 : Matcher(EmitCopyToReg), SrcSlot(srcSlot), DestPhysReg(destPhysReg) {} in EmitCopyToRegMatcher()
967 unsigned getSrcSlot() const { return SrcSlot; } in getSrcSlot()
977 return cast<EmitCopyToRegMatcher>(M)->SrcSlot == SrcSlot && in isEqualImpl()
981 return SrcSlot ^ ((unsigned)(intptr_t)DestPhysReg << 4); in getHashImpl()