HomeSort by relevance Sort by last modified time
    Searched refs:EmitCopyToRegMatcher (Results 1 - 4 of 4) sorted by null

  /external/llvm/utils/TableGen/
DAGISelMatcher.h 898 /// EmitCopyToRegMatcher - Emit a CopyToReg node from a value to a physreg,
901 class EmitCopyToRegMatcher : public Matcher {
905 EmitCopyToRegMatcher(unsigned srcSlot, Record *destPhysReg)
918 return cast<EmitCopyToRegMatcher>(M)->SrcSlot == SrcSlot &&
919 cast<EmitCopyToRegMatcher>(M)->DestPhysReg == DestPhysReg;
    [all...]
DAGISelMatcher.cpp 237 void EmitCopyToRegMatcher::printImpl(raw_ostream &OS, unsigned indent) const {
DAGISelMatcherEmitter.cpp 482 << cast<EmitCopyToRegMatcher>(N)->getSrcSlot() << ", "
483 << getQualifiedName(cast<EmitCopyToRegMatcher>(N)->getDestPhysReg())
DAGISelMatcherGen.cpp 764 AddMatcher(new EmitCopyToRegMatcher(PhysRegInputs[i].second,
    [all...]

Completed in 35 milliseconds