Home | History | Annotate | Download | only in TableGen

Lines Matching refs:EN

92   if (EmitNodeMatcher *EN = dyn_cast<EmitNodeMatcher>(N))
94 dyn_cast<CompleteMatchMatcher>(EN->getNext())) {
96 unsigned RootResultFirst = EN->getFirstResultSlot();
107 if (!EN->hasChain() &&
117 if (!EN->hasOutFlag() &&
126 if ((EN->hasGlue() || EN->hasChain()) &&
127 EN->getNumNonChainGlueVTs() > ... need to get no results reliably ...)
132 const SmallVectorImpl<MVT::SimpleValueType> &VTs = EN->getVTList();
133 const SmallVectorImpl<unsigned> &Operands = EN->getOperandList();
134 MatcherPtr.reset(new MorphNodeToMatcher(EN->getOpcodeName(),
137 EN->hasChain(), EN->hasInFlag(),
138 EN->hasOutFlag(),
139 EN->hasMemRefs(),
140 EN->getNumFixedArityOperands(),