Home | History | Annotate | Download | only in TableGen

Lines Matching refs:isLeaf

203   assert(N->isLeaf() && "Not a leaf?");
269 assert(!N->isLeaf() && "Not an operator?");
284 N->getChild(1)->isLeaf() && N->getChild(1)->getPredicateFns().empty() &&
441 if (N->isLeaf())
559 if (!N->isLeaf()) {
573 assert(N->isLeaf() && "Must be a leaf");
637 if (InstPatNode && !InstPatNode->isLeaf() &&
656 if (N->isLeaf())
745 if (!Child->isLeaf() && Child->getOperator()->isSubClassOf("Instruction"))
864 if (N->isLeaf())
902 if (!DstPat->isLeaf() &&DstPat->getOperator()->isSubClassOf("Instruction")){