HomeSort by relevance Sort by last modified time
    Searched refs:NumNodes (Results 26 - 33 of 33) sorted by null

12

  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
FoldingSet.h 125 /// NumNodes - Number of nodes in the folding set. Growth occurs when NumNodes
127 unsigned NumNodes;
183 unsigned size() const { return NumNodes; }
186 bool empty() const { return NumNodes == 0; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
FoldingSet.h 125 /// NumNodes - Number of nodes in the folding set. Growth occurs when NumNodes
127 unsigned NumNodes;
183 unsigned size() const { return NumNodes; }
186 bool empty() const { return NumNodes == 0; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
FoldingSet.h 125 /// NumNodes - Number of nodes in the folding set. Growth occurs when NumNodes
127 unsigned NumNodes;
183 unsigned size() const { return NumNodes; }
186 bool empty() const { return NumNodes == 0; }
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcher.h 875 EmitMergeInputChainsMatcher(const unsigned *nodes, unsigned NumNodes)
876 : Matcher(EmitMergeInputChains), ChainNodes(nodes, nodes+NumNodes) {}
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp 780 unsigned NumNodes = Sequence.size();
781 for (unsigned i = 0; i != NumNodes; ++i) {
782 SDNode *N = Sequence[NumNodes-i-1];
ScheduleDAGSDNodes.cpp 309 unsigned NumNodes = 0;
312 ++NumNodes;
320 SUnits.reserve(NumNodes * 2);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 270 unsigned NumNodes = 0;
274 ++NumNodes;
282 SUnits.reserve(NumNodes * 2);
SelectionDAGISel.cpp     [all...]

Completed in 204 milliseconds

12