Home | History | Annotate | Download | only in TableGen

Lines Matching refs:EN

82   if (EmitNodeMatcher *EN = dyn_cast<EmitNodeMatcher>(N))
84 dyn_cast<CompleteMatchMatcher>(EN->getNext())) {
86 unsigned RootResultFirst = EN->getFirstResultSlot();
97 if (!EN->hasChain() &&
107 if (!EN->hasOutFlag() &&
116 if ((EN->hasGlue() || EN->hasChain()) &&
117 EN->getNumNonChainGlueVTs() > ... need to get no results reliably ...)
122 const SmallVectorImpl<MVT::SimpleValueType> &VTs = EN->getVTList();
123 const SmallVectorImpl<unsigned> &Operands = EN->getOperandList();
124 MatcherPtr.reset(new MorphNodeToMatcher(EN->getOpcodeName(),
126 EN->hasChain(), EN->hasInFlag(),
127 EN->hasOutFlag(),
128 EN->hasMemRefs(),
129 EN->getNumFixedArityOperands(),