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

/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DDAGISelMatcher.h898 /// EmitCopyToRegMatcher - Emit a CopyToReg node from a value to a physreg,
901 class EmitCopyToRegMatcher : public Matcher { class in namespace:llvm
905 EmitCopyToRegMatcher(unsigned srcSlot, Record *destPhysReg) function in class:llvm::EmitCopyToRegMatcher
918 return cast<EmitCopyToRegMatcher>(M)->SrcSlot == SrcSlot &&
919 cast<EmitCopyToRegMatcher>(M)->DestPhysReg == DestPhysReg;
H A DDAGISelMatcher.cpp237 void EmitCopyToRegMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
H A DDAGISelMatcherEmitter.cpp482 << cast<EmitCopyToRegMatcher>(N)->getSrcSlot() << ", "
483 << getQualifiedName(cast<EmitCopyToRegMatcher>(N)->getDestPhysReg())
H A DDAGISelMatcherGen.cpp764 AddMatcher(new EmitCopyToRegMatcher(PhysRegInputs[i].second,

Completed in 124 milliseconds