Searched refs:isLeaf (Results 1 - 25 of 39) sorted by relevance

12

/external/deqp/framework/common/
H A DtcuTestHierarchyIterator.cpp166 const bool isLeaf = isTestNodeTypeExecutable(node->getNodeType()); local
175 if (!(isLeaf ? m_cmdLine.checkTestCaseName(nodePath.c_str()) : m_cmdLine.checkTestGroupName(nodePath.c_str())))
188 if (isLeaf)
233 if (!isLeaf)
/external/clang/lib/Rewrite/
H A DDeltaTree.cpp85 DeltaTreeNode(bool isLeaf = true)
86 : NumValuesUsed(0), IsLeaf(isLeaf), FullDelta(0) {}
88 bool isLeaf() const { return IsLeaf; } function in class:__anon1439::DeltaTreeNode
120 /// DeltaTreeInteriorNode - When isLeaf = false, a node has child pointers.
150 static inline bool classof(const DeltaTreeNode *N) { return !N->isLeaf(); }
157 if (isLeaf())
202 if (isLeaf()) {
H A DRewriteRope.cpp91 RopePieceBTreeNode(bool isLeaf) : Size(0), IsLeaf(isLeaf) {} argument
95 bool isLeaf() const { return IsLeaf; } function in class:__anon1441::RopePieceBTreeNode
223 return N->isLeaf();
461 return !N->isLeaf();
/external/llvm/utils/TableGen/
H A DDAGISelEmitter.cpp43 if (P->isLeaf()) return 0;
62 if (P->isLeaf()) return 0;
H A DDAGISelMatcherGen.cpp202 assert(N->isLeaf() && "Not a leaf?");
285 assert(!N->isLeaf() && "Not an operator?");
319 N->getChild(1)->isLeaf() && N->getChild(1)->getPredicateFns().empty() &&
478 if (N->isLeaf())
527 if (N->isLeaf()) {
591 if (!N->isLeaf()) {
606 assert(N->isLeaf() && "Must be a leaf");
670 if (InstPatNode && !InstPatNode->isLeaf() &&
689 if (N->isLeaf())
801 if (!Child->isLeaf()
[all...]
H A DCodeGenDAGPatterns.cpp711 if (N->isLeaf()) {
792 if (PatFragRec->getOnlyTree()->isLeaf())
820 if (P->isLeaf() && isa<IntInit>(P->getLeafValue()))
844 if (!Child->isLeaf() && Child->getNumTypes() &&
847 else if (Child->isLeaf()) {
1022 if (!NodeToApply->isLeaf() ||
1276 if (isLeaf())
1284 if (!isLeaf()) {
1318 if (N->isLeaf() != isLeaf() || getExtType
[all...]
H A DFastISelEmitter.cpp180 if (InstPatNode->isLeaf())
199 if (!Op->isLeaf() && Op->getOperator()->getName() == "imm") {
234 if (!Op->isLeaf()) {
426 if (!Op->isLeaf())
455 if (Dst->isLeaf()) continue;
467 if (ChildOp->isLeaf())
493 if (!Dst->getChild(1)->isLeaf()) continue;
505 if (InstPatNode->isLeaf()) continue;
H A DCodeGenDAGPatterns.h365 bool isLeaf() const { return Val != nullptr; }
387 Init *getLeafValue() const { assert(isLeaf()); return Val; }
388 Record *getOperator() const { assert(!isLeaf()); return Operator; }
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DDAGISelEmitter.cpp29 if (P->isLeaf()) return 0;
48 if (P->isLeaf()) return 0;
H A DDAGISelMatcherGen.cpp203 assert(N->isLeaf() && "Not a leaf?");
269 assert(!N->isLeaf() && "Not an operator?");
284 N->getChild(1)->isLeaf() && N->getChild(1)->getPredicateFns().empty() &&
441 if (N->isLeaf())
559 if (!N->isLeaf()) {
573 assert(N->isLeaf() && "Must be a leaf");
637 if (InstPatNode && !InstPatNode->isLeaf() &&
656 if (N->isLeaf())
745 if (!Child->isLeaf() && Child->getOperator()->isSubClassOf("Instruction"))
864 if (N->isLeaf())
[all...]
H A DCodeGenDAGPatterns.cpp585 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() || getExtType
[all...]
H A DFastISelEmitter.cpp173 if (InstPatNode->isLeaf())
192 if (!Op->isLeaf() && Op->getOperator()->getName() == "imm") {
227 if (!Op->isLeaf()) {
401 if (!Op->isLeaf())
431 if (Dst->isLeaf()) continue;
443 if (ChildOp->isLeaf())
469 if (!Dst->getChild(1)->isLeaf()) continue;
481 if (InstPatNode->isLeaf()) continue;
H A DCodeGenDAGPatterns.h339 bool isLeaf() const { return Val != 0; }
361 Init *getLeafValue() const { assert(isLeaf()); return Val; }
362 Record *getOperator() const { assert(!isLeaf()); return Operator; }
/external/llvm/include/llvm/IR/
H A DIntrinsics.h60 bool isLeaf(ID id);
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DIntrinsics.h69 bool isLeaf(ID id);
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
H A DCallGraph.java80 boolean isLeaf() { method in class:CallGraph.Node
202 if (node.isLeaf()) {
318 if (caller.isLeaf()) {
/external/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp251 if (!Callee || !Intrinsic::isLeaf(Callee->getIntrinsicID()))
/external/llvm/include/llvm/Analysis/
H A DCallGraph.h239 !Intrinsic::isLeaf(CS.getCalledFunction()->getIntrinsicID()));
/external/llvm/lib/Analysis/
H A DCallGraph.cpp87 if (!Callee || !Intrinsic::isLeaf(Callee->getIntrinsicID()))
90 // Intrinsic::isLeaf.
H A DCallGraphSCCPass.cpp223 Intrinsic::isLeaf(
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djdepend-2.9.jarMETA-INF/ META-INF/MANIFEST.MF jdepend/ jdepend/framework/ jdepend/framework/AbstractParser.class AbstractParser. ...
/external/llvm/lib/IR/
H A DFunction.cpp888 bool Intrinsic::isLeaf(ID id) { function in class:Intrinsic
/external/guice/lib/build/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/jsr330/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/slf4j/integration/lib/
H A Djunit-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...

Completed in 1017 milliseconds

12