Lines Matching refs:isLeaf
203 assert(N->isLeaf() && "Not a leaf?"); in EmitLeafMatchCode()
269 assert(!N->isLeaf() && "Not an operator?"); in EmitOperatorMatchCode()
284 N->getChild(1)->isLeaf() && N->getChild(1)->getPredicateFns().empty() && in EmitOperatorMatchCode()
441 if (N->isLeaf()) in EmitMatchCode()
559 if (!N->isLeaf()) { in EmitResultOfNamedOperand()
573 assert(N->isLeaf() && "Must be a leaf"); in EmitResultLeafAsOperand()
637 if (InstPatNode && !InstPatNode->isLeaf() && in GetInstPatternNode()
656 if (N->isLeaf()) in numNodesThatMayLoadOrStore()
751 if (!Child->isLeaf() && Child->getOperator()->isSubClassOf("Instruction")) in EmitResultInstructionAsOperand()
870 if (N->isLeaf()) in EmitResultOperand()
908 if (!DstPat->isLeaf() &&DstPat->getOperator()->isSubClassOf("Instruction")){ in EmitResultCode()