Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.h958 class EmitCopyToRegMatcher : public Matcher {
963 EmitCopyToRegMatcher(unsigned srcSlot, const CodeGenRegister *destPhysReg) in EmitCopyToRegMatcher() function
976 return cast<EmitCopyToRegMatcher>(M)->SrcSlot == SrcSlot && in isEqualImpl()
977 cast<EmitCopyToRegMatcher>(M)->DestPhysReg == DestPhysReg; in isEqualImpl()
H A DDAGISelMatcher.cpp281 void EmitCopyToRegMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
/src/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp887 AddMatcher(new EmitCopyToRegMatcher(PhysRegInputs[i].second, Reg)); in EmitResultInstructionAsOperand()
H A DDAGISelMatcherEmitter.cpp857 const auto *C2RMatcher = cast<EmitCopyToRegMatcher>(N); in EmitMatcher()