Home | History | Annotate | Download | only in TableGen

Lines Matching refs:isLeaf

585   if (N->isLeaf()) {
667 if (PatFragRec->getOnlyTree()->isLeaf())
695 if (P->isLeaf() && dynamic_cast<IntInit*>(P->getLeafValue()))
715 if (!Child->isLeaf() && Child->getNumTypes() &&
718 else if (Child->isLeaf()) {
868 if (!NodeToApply->isLeaf() ||
1053 if (isLeaf())
1061 if (!isLeaf()) {
1095 if (N->isLeaf() != isLeaf() || getExtTypes() != N->getExtTypes() ||
1100 if (isLeaf()) {
1123 if (isLeaf()) {
1143 if (isLeaf()) return;
1153 if (isLeaf()) return;
1157 if (Child->isLeaf()) {
1180 if (isLeaf()) return this; // nothing to do.
1330 if (!isLeaf()) return 0;
1341 if (isLeaf()) {
1384 if (isLeaf()) {
1652 if (!N->isLeaf() && N->getOperator()->getName() == "imm")
1654 if (N->isLeaf() && dynamic_cast<IntInit*>(N->getLeafValue()))
1667 if (isLeaf()) return true;
1886 if (N->isLeaf())
1950 if (Nodes[i] == Trees[0] && Nodes[i]->isLeaf()) {
2234 if (Pat->isLeaf()) {
2244 if (Pat->isLeaf()) {
2262 if (Slot->isLeaf()) {
2285 if (Pat->isLeaf()) {
2295 if (!Dest->isLeaf())
2336 if (!Dest->isLeaf())
2405 if (!N0->isLeaf() || !dynamic_cast<DefInit*>(N0->getLeafValue()))
2409 if (N1->isLeaf())
2411 if (N1->getNumChildren() != 1 || !N1->getChild(0)->isLeaf())
2421 if (N->isLeaf()) {
2667 if (InVal->isLeaf() &&
2768 if (!P->isLeaf()) {
2845 if (N->isLeaf())
2969 if (!DstPattern->isLeaf())
3095 if (N->getChild(0)->isLeaf() || N->getChild(0)->getOperator() != Operator)
3100 if (N->getChild(1)->isLeaf() || N->getChild(1)->getOperator() != Operator)
3114 if (N->isLeaf()) {
3192 if (Child->isLeaf())