Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenDAGPatterns.cpp585 if (N->isLeaf()) { in FindDepVarsOf()
667 if (PatFragRec->getOnlyTree()->isLeaf()) in getCodeToRunOnSDNode()
695 if (P->isLeaf() && dynamic_cast<IntInit*>(P->getLeafValue())) in getPatternSize()
715 if (!Child->isLeaf() && Child->getNumTypes() && in getPatternSize()
718 else if (Child->isLeaf()) { in getPatternSize()
868 if (!NodeToApply->isLeaf() || in ApplyTypeConstraint()
1053 if (isLeaf()) in print()
1061 if (!isLeaf()) { in print()
1095 if (N->isLeaf() != isLeaf() || getExtTypes() != N->getExtTypes() || in isIsomorphicTo()
1100 if (isLeaf()) { in isIsomorphicTo()
[all …]
DDAGISelMatcherGen.cpp203 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()
745 if (!Child->isLeaf() && Child->getOperator()->isSubClassOf("Instruction")) in EmitResultInstructionAsOperand()
864 if (N->isLeaf()) in EmitResultOperand()
[all …]
DFastISelEmitter.cpp173 if (InstPatNode->isLeaf()) in initialize()
192 if (!Op->isLeaf() && Op->getOperator()->getName() == "imm") { in initialize()
227 if (!Op->isLeaf()) { in initialize()
401 if (!Op->isLeaf()) in PhyRegForNode()
431 if (Dst->isLeaf()) continue; in collectPatterns()
443 if (ChildOp->isLeaf()) in collectPatterns()
469 if (!Dst->getChild(1)->isLeaf()) continue; in collectPatterns()
481 if (InstPatNode->isLeaf()) continue; in collectPatterns()
DDAGISelEmitter.cpp29 if (P->isLeaf()) return 0; in getResultPatternCost()
48 if (P->isLeaf()) return 0; in getResultPatternSize()
DCodeGenDAGPatterns.h339 bool isLeaf() const { return Val != 0; } in isLeaf() function
361 Init *getLeafValue() const { assert(isLeaf()); return Val; } in getLeafValue()
362 Record *getOperator() const { assert(!isLeaf()); return Operator; } in getOperator()
/external/llvm/utils/TableGen/
DDAGISelMatcherGen.cpp202 assert(N->isLeaf() && "Not a leaf?"); in EmitLeafMatchCode()
285 assert(!N->isLeaf() && "Not an operator?"); in EmitOperatorMatchCode()
319 N->getChild(1)->isLeaf() && N->getChild(1)->getPredicateFns().empty() && in EmitOperatorMatchCode()
478 if (N->isLeaf()) in EmitMatchCode()
527 if (N->isLeaf()) { in EmitMatcherCode()
591 if (!N->isLeaf()) { in EmitResultOfNamedOperand()
606 assert(N->isLeaf() && "Must be a leaf"); in EmitResultLeafAsOperand()
670 if (InstPatNode && !InstPatNode->isLeaf() && in GetInstPatternNode()
689 if (N->isLeaf()) in numNodesThatMayLoadOrStore()
801 if (!Child->isLeaf() && Child->getOperator()->isSubClassOf("Instruction")) in EmitResultInstructionAsOperand()
[all …]
DCodeGenDAGPatterns.cpp711 if (N->isLeaf()) { in FindDepVarsOf()
792 if (PatFragRec->getOnlyTree()->isLeaf()) in getCodeToRunOnSDNode()
820 if (P->isLeaf() && isa<IntInit>(P->getLeafValue())) in getPatternSize()
844 if (!Child->isLeaf() && Child->getNumTypes() && in getPatternSize()
847 else if (Child->isLeaf()) { in getPatternSize()
1022 if (!NodeToApply->isLeaf() || in ApplyTypeConstraint()
1276 if (isLeaf()) in print()
1284 if (!isLeaf()) { in print()
1318 if (N->isLeaf() != isLeaf() || getExtTypes() != N->getExtTypes() || in isIsomorphicTo()
1323 if (isLeaf()) { in isIsomorphicTo()
[all …]
DFastISelEmitter.cpp180 if (InstPatNode->isLeaf()) in initialize()
199 if (!Op->isLeaf() && Op->getOperator()->getName() == "imm") { in initialize()
234 if (!Op->isLeaf()) { in initialize()
426 if (!Op->isLeaf()) in PhyRegForNode()
455 if (Dst->isLeaf()) continue; in collectPatterns()
467 if (ChildOp->isLeaf()) in collectPatterns()
493 if (!Dst->getChild(1)->isLeaf()) continue; in collectPatterns()
505 if (InstPatNode->isLeaf()) continue; in collectPatterns()
DDAGISelEmitter.cpp43 if (P->isLeaf()) return 0; in getResultPatternCost()
62 if (P->isLeaf()) return 0; in getResultPatternSize()
DCodeGenDAGPatterns.h365 bool isLeaf() const { return Val != nullptr; } in isLeaf() function
387 Init *getLeafValue() const { assert(isLeaf()); return Val; } in getLeafValue()
388 Record *getOperator() const { assert(!isLeaf()); return Operator; } in getOperator()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DDAGISelMatcherGen.cpp204 assert(N->isLeaf() && "Not a leaf?"); in EmitLeafMatchCode()
288 assert(!N->isLeaf() && "Not an operator?"); in EmitOperatorMatchCode()
322 N->getChild(1)->isLeaf() && N->getChild(1)->getPredicateFns().empty() && in EmitOperatorMatchCode()
482 if (N->isLeaf()) in EmitMatchCode()
532 if (N->isLeaf()) { in EmitMatcherCode()
596 if (!N->isLeaf()) { in EmitResultOfNamedOperand()
611 assert(N->isLeaf() && "Must be a leaf"); in EmitResultLeafAsOperand()
672 if (N->isLeaf()) in numNodesThatMayLoadOrStore()
765 if (!Child->isLeaf() && Child->getOperator()->isSubClassOf("Instruction")) in EmitResultInstructionAsOperand()
913 if (N->isLeaf()) in EmitResultOperand()
[all …]
DCodeGenDAGPatterns.cpp1236 if (PatFragRec->getOnlyTree()->isLeaf()) in getCodeToRunOnSDNode()
1263 if (P->isLeaf() && isa<IntInit>(P->getLeafValue())) in getPatternSize()
1280 if (!Child->isLeaf() && Child->getNumTypes()) { in getPatternSize()
1289 if (Child->isLeaf()) { in getPatternSize()
1455 if (!NodeToApply->isLeaf() || in ApplyTypeConstraint()
1727 if (isLeaf()) in print()
1737 if (!isLeaf()) { in print()
1771 if (N->isLeaf() != isLeaf() || getExtTypes() != N->getExtTypes() || in isIsomorphicTo()
1776 if (isLeaf()) { in isIsomorphicTo()
1799 if (isLeaf()) { in clone()
[all …]
DFastISelEmitter.cpp191 if (InstPatNode->isLeaf()) in initialize()
210 if (!Op->isLeaf() && Op->getOperator()->getName() == "imm") { in initialize()
241 if (!Op->isLeaf()) { in initialize()
433 if (!Op->isLeaf()) in PhyRegForNode()
458 if (Dst->isLeaf()) continue; in collectPatterns()
477 if (ChildOp->isLeaf()) in collectPatterns()
503 if (!Dst->getChild(1)->isLeaf()) continue; in collectPatterns()
515 if (InstPatNode->isLeaf()) continue; in collectPatterns()
DDAGISelEmitter.cpp43 if (P->isLeaf()) return 0; in getResultPatternCost()
62 if (P->isLeaf()) return 0; in getResultPatternSize()
DCodeGenDAGPatterns.h618 bool isLeaf() const { return Val != nullptr; } in isLeaf() function
642 Init *getLeafValue() const { assert(isLeaf()); return Val; } in getLeafValue()
643 Record *getOperator() const { assert(!isLeaf()); return Operator; } in getOperator()
/external/clang/lib/Rewrite/
DDeltaTree.cpp85 DeltaTreeNode(bool isLeaf = true) in DeltaTreeNode() argument
86 : NumValuesUsed(0), IsLeaf(isLeaf), FullDelta(0) {} in DeltaTreeNode()
88 bool isLeaf() const { return IsLeaf; } in isLeaf() function in __anonb8815fa70111::DeltaTreeNode
150 static inline bool classof(const DeltaTreeNode *N) { return !N->isLeaf(); } in classof()
157 if (isLeaf()) in Destroy()
202 if (isLeaf()) { in DoInsertion()
DRewriteRope.cpp91 RopePieceBTreeNode(bool isLeaf) : Size(0), IsLeaf(isLeaf) {} in RopePieceBTreeNode() argument
95 bool isLeaf() const { return IsLeaf; } in isLeaf() function in __anona82c88c50111::RopePieceBTreeNode
223 return N->isLeaf(); in classof()
461 return !N->isLeaf(); in classof()
/external/deqp/framework/common/
DtcuTestHierarchyIterator.cpp166 const bool isLeaf = isTestNodeTypeExecutable(node->getNodeType()); in next() local
175 …if (!(isLeaf ? m_caseListFilter.checkTestCaseName(nodePath.c_str()) : m_caseListFilter.checkTestGr… in next()
188 if (isLeaf) in next()
233 if (!isLeaf) in next()
/external/llvm/include/llvm/IR/
DIntrinsics.h60 bool isLeaf(ID id);
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DIntrinsics.h69 bool isLeaf(ID id);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIntrinsics.h69 bool isLeaf(ID id);
/external/llvm/lib/Transforms/IPO/
DPruneEH.cpp251 if (!Callee || !Intrinsic::isLeaf(Callee->getIntrinsicID())) in DeleteBasicBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DPruneEH.cpp247 if (!Callee || !Intrinsic::isLeaf(Callee->getIntrinsicID())) in DeleteBasicBlock()
/external/cldr/tools/java/org/unicode/cldr/util/
DContainment.java235 public static boolean isLeaf(String region) { in isLeaf() method in Containment
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCallGraph.cpp79 if (!Callee || !Intrinsic::isLeaf(Callee->getIntrinsicID())) in addToCallGraph()

123