Lines Matching refs:isLeaf
202 assert(N.isLeaf() && "Not a leaf?"); in EmitLeafMatchCode()
303 assert(!N.isLeaf() && "Not an operator?"); in EmitOperatorMatchCode()
337 N.getChild(1).isLeaf() && N.getChild(1).getPredicateCalls().empty() && in EmitOperatorMatchCode()
523 if (N.isLeaf()) in EmitMatchCode()
587 if (N.isLeaf()) { in EmitMatcherCode()
651 if (!N.isLeaf()) { in EmitResultOfNamedOperand()
666 assert(N.isLeaf() && "Must be a leaf"); in EmitResultLeafAsOperand()
757 if (N.isLeaf()) in numNodesThatMayLoadOrStore()
861 if (!Child.isLeaf() && Child.getOperator()->isSubClassOf("Instruction")) in EmitResultInstructionAsOperand()
1010 if (N.isLeaf()) in EmitResultOperand()
1047 if (!DstPat.isLeaf() && DstPat.getOperator()->isSubClassOf("Instruction")) { in EmitResultCode()