HomeSort by relevance Sort by last modified time
    Searched refs:getNumNodes (Results 1 - 21 of 21) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceLiveness.cpp 42 SizeT NumNodes = Func->getNumNodes();
IceCfg.h 94 SizeT getNumNodes() const { return Nodes.size(); }
IceCfg.cpp 116 for (SizeT I = 0, NumNodes = getNumNodes(); I < NumNodes; ++I)
299 SizeT NumNodes = getNumNodes();
379 SizeT NumNodes = getNumNodes();
485 assert(getNumNodes() == Reordered.size());
    [all...]
IceTargetLowering.cpp 810 CfgVector<size_t> LocalsSize(Func->getNumNodes());
    [all...]
PNaClTranslator.cpp     [all...]
IceTargetLoweringMIPS32.cpp 122 CfgVector<size_t> LocalsSize(Func->getNumNodes());
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/
Graph.h 186 unsigned getNumNodes() const { return numNodes; }
367 os << " edge [ len=" << getNumNodes() << " ]\n";
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcherEmitter.cpp 469 if (MN->getNumNodes() == 1 && MN->getNode(0) < 2) {
474 OS << "OPC_EmitMergeInputChains, " << MN->getNumNodes() << ", ";
475 for (unsigned i = 0, e = MN->getNumNodes(); i != e; ++i)
478 return 2+MN->getNumNodes();
551 OS << "OPC_MarkGlueResults, " << CFR->getNumNodes() << ", ";
553 for (unsigned i = 0, e = CFR->getNumNodes(); i != e; ++i)
DAGISelMatcher.h 878 unsigned getNumNodes() const { return ChainNodes.size(); }
    [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcherEmitter.cpp 511 if (MN->getNumNodes() == 1 && MN->getNode(0) < 3) {
516 OS << "OPC_EmitMergeInputChains, " << MN->getNumNodes() << ", ";
517 for (unsigned i = 0, e = MN->getNumNodes(); i != e; ++i)
520 return 2+MN->getNumNodes();
DAGISelMatcher.h 850 unsigned getNumNodes() const { return ChainNodes.size(); }
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java 156 public int getNumNodes() {
312 debug.append("\nNum nodes_: ").append(getNumNodes());
    [all...]
  /external/llvm/include/llvm/CodeGen/PBQP/
Graph.h 463 unsigned getNumNodes() const { return NodeIdSet(*this).size(); }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
Graph.h 444 unsigned getNumNodes() const { return NodeIdSet(*this).size(); }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
Graph.h 444 unsigned getNumNodes() const { return NodeIdSet(*this).size(); }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
Graph.h 444 unsigned getNumNodes() const { return NodeIdSet(*this).size(); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
Graph.h 444 unsigned getNumNodes() const { return NodeIdSet(*this).size(); }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
Graph.h 444 unsigned getNumNodes() const { return NodeIdSet(*this).size(); }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
Graph.h 444 unsigned getNumNodes() const { return NodeIdSet(*this).size(); }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
Graph.h 444 unsigned getNumNodes() const { return NodeIdSet(*this).size(); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
Graph.h 444 unsigned getNumNodes() const { return NodeIdSet(*this).size(); }

Completed in 1070 milliseconds