Home
last modified time | relevance | path

Searched refs:isLeaf (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Rewrite/
H A DDeltaTree.cpp87 DeltaTreeNode(bool isLeaf = true) : IsLeaf(isLeaf) {} in DeltaTreeNode() argument
89 bool isLeaf() const { return IsLeaf; } in isLeaf() function in __anon5fc690450111::DeltaTreeNode
155 static bool classof(const DeltaTreeNode *N) { return !N->isLeaf(); } in classof()
162 if (isLeaf()) in Destroy()
207 if (isLeaf()) { in DoInsertion()
H A DRewriteRope.cpp94 RopePieceBTreeNode(bool isLeaf) : IsLeaf(isLeaf) {} in RopePieceBTreeNode() argument
98 bool isLeaf() const { return IsLeaf; } in isLeaf() function in __anon358058e30111::RopePieceBTreeNode
224 return N->isLeaf(); in classof()
465 return !N->isLeaf(); in classof()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp202 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()
[all …]
H A DFastISelEmitter.cpp206 if (InstPatNode.isLeaf()) in initialize()
225 if (!Op.isLeaf() && Op.getOperator()->getName() == "imm") { in initialize()
255 if (!Op.isLeaf()) { in initialize()
437 if (!Op.isLeaf()) in PhyRegForNode()
462 if (Dst.isLeaf()) in collectPatterns()
482 if (ChildOp.isLeaf()) in collectPatterns()
508 if (!Dst.getChild(1).isLeaf()) in collectPatterns()
520 if (InstPatNode.isLeaf()) in collectPatterns()
H A DGlobalISelEmitter.cpp728 if (Src.isLeaf()) { in createAndImportSelDAGMatcher()
818 if (Src.isLeaf()) { in createAndImportSelDAGMatcher()
853 if (SrcChild.isLeaf()) { in createAndImportSelDAGMatcher()
947 if (SrcChildName.empty() && SrcChild.isLeaf()) { in getSrcChildName()
967 if (!SrcChild.isLeaf() && in importChildMatcher()
990 if (!SrcChild.isLeaf()) { in importChildMatcher()
1036 if (!SrcChild.isLeaf()) { in importChildMatcher()
1194 if (!DstChild.isLeaf()) { in importExplicitUseRenderer()
1581 if (!Dst.getChild(1).isLeaf()) in importExplicitUseRenderers()
1589 if (!ValChild.isLeaf()) { in importExplicitUseRenderers()
[all …]
H A DDAGISelEmitter.cpp46 if (P.isLeaf()) in getResultPatternCost()
66 if (P.isLeaf()) in getResultPatternSize()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp1390 if (Tree->isLeaf()) in getCodeToRunOnSDNode()
1420 if (!P.isLeaf()) in isImmAllOnesAllZerosMatch()
1438 if (P.isLeaf() && isa<IntInit>(P.getLeafValue())) in getPatternSize()
1455 if (!Child.isLeaf() && Child.getNumTypes()) { in getPatternSize()
1464 if (Child.isLeaf()) { in getPatternSize()
1658 if (!NodeToApply.isLeaf() || !isa<DefInit>(NodeToApply.getLeafValue()) || in ApplyTypeConstraint()
1925 if (isLeaf()) in print()
1935 if (!isLeaf()) { in print()
1974 if (N.isLeaf() != isLeaf()) in isIsomorphicTo()
1979 if (!isLeaf()) in isIsomorphicTo()
[all …]
H A DCodeGenDAGPatterns.h689 bool isLeaf() const { return isa<Init *>(OperatorOrVal); } in isLeaf() function
718 assert(isLeaf()); in getLeafValue()
722 assert(!isLeaf()); in getOperator()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h47 bool isLeaf() const { return Children.empty(); } in isLeaf() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTree.h99 bool isLeaf() const { return Children.empty(); }
687 assert(Node->isLeaf() && "Node is not a leaf node.");
H A DGenericDomTreeConstruction.h1342 if (Node->isLeaf()) { in VerifyDFSNumbers()
1454 if (!BB || TN->isLeaf()) in verifyParentProperty()
1488 if (!BB || TN->isLeaf()) in verifySiblingProperty()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp675 while (!Node->isLeaf()) { in simplifyOneLoop()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c223938 int isLeaf;
223946 isLeaf = 1;
223949 isLeaf = 0;
223971 p->iRightChildPg = isLeaf ? 0 : sqlite3Get4byte(&aHdr[8]);
223989 if( !isLeaf ){