Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.h973 class EmitCopyToRegMatcher : public Matcher {
978 EmitCopyToRegMatcher(unsigned srcSlot, const CodeGenRegister *destPhysReg) in EmitCopyToRegMatcher() function
991 return cast<EmitCopyToRegMatcher>(M)->SrcSlot == SrcSlot && in isEqualImpl()
992 cast<EmitCopyToRegMatcher>(M)->DestPhysReg == DestPhysReg; in isEqualImpl()
H A DDAGISelMatcher.cpp275 void EmitCopyToRegMatcher::printImpl(raw_ostream &OS, indent Indent) const { in printImpl()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp888 AddMatcher(new EmitCopyToRegMatcher(PhysRegInput.second, Reg)); in EmitResultInstructionAsOperand()
H A DDAGISelMatcherEmitter.cpp907 const auto *C2RMatcher = cast<EmitCopyToRegMatcher>(N); in EmitMatcher()