Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.h974 class EmitCopyToRegMatcher : public Matcher {
979 EmitCopyToRegMatcher(unsigned srcSlot, in EmitCopyToRegMatcher() function
993 return cast<EmitCopyToRegMatcher>(M)->SrcSlot == SrcSlot && in isEqualImpl()
994 cast<EmitCopyToRegMatcher>(M)->DestPhysReg == DestPhysReg; in isEqualImpl()
H A DDAGISelMatcher.cpp286 void EmitCopyToRegMatcher::printImpl(raw_ostream &OS, unsigned indent) const { in printImpl()
H A DDAGISelMatcherGen.cpp893 AddMatcher(new EmitCopyToRegMatcher(PhysRegInputs[i].second, in EmitResultInstructionAsOperand()
H A DDAGISelMatcherEmitter.cpp861 const auto *C2RMatcher = cast<EmitCopyToRegMatcher>(N); in EmitMatcher()