Lines Matching defs:EN
86 if (EmitNodeMatcher *EN = dyn_cast<EmitNodeMatcher>(N))
88 dyn_cast<CompleteMatchMatcher>(EN->getNext())) {
90 unsigned RootResultFirst = EN->getFirstResultSlot();
101 if (!EN->hasChain() &&
111 if (!EN->hasOutGlue() &&
119 if ((EN->hasGlue() || EN->hasChain()) &&
120 EN->getNumNonChainGlueVTs() > ... need to get no results reliably ...)
125 const SmallVectorImpl<MVT::SimpleValueType> &VTs = EN->getVTList();
126 const SmallVectorImpl<unsigned> &Operands = EN->getOperandList();
128 EN->getInstruction(), VTs, Operands, EN->hasChain(),
129 EN->hasInGlue(), EN->hasOutGlue(), EN->hasMemRefs(),
130 EN->getNumFixedArityOperands(), Pattern));