Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.h959 unsigned SrcSlot; // Value to copy into the physreg. variable
964 : Matcher(EmitCopyToReg), SrcSlot(srcSlot), DestPhysReg(destPhysReg) {} in EmitCopyToRegMatcher()
966 unsigned getSrcSlot() const { return SrcSlot; } in getSrcSlot()
976 return cast<EmitCopyToRegMatcher>(M)->SrcSlot == SrcSlot && in isEqualImpl()