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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.h930 /// EmitCopyToRegMatcher - Emit a CopyToReg node from a value to a physreg,
933 class EmitCopyToRegMatcher : public Matcher { class in namespace:llvm
938 EmitCopyToRegMatcher(unsigned srcSlot, function in class:llvm::EmitCopyToRegMatcher
952 return cast<EmitCopyToRegMatcher>(M)->SrcSlot == SrcSlot &&
953 cast<EmitCopyToRegMatcher>(M)->DestPhysReg == DestPhysReg;
H A DDAGISelMatcher.cpp280 void EmitCopyToRegMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
H A DDAGISelMatcherEmitter.cpp674 const auto *C2RMatcher = cast<EmitCopyToRegMatcher>(N);
H A DDAGISelMatcherGen.cpp873 AddMatcher(new EmitCopyToRegMatcher(PhysRegInputs[i].second,

Completed in 75 milliseconds