/external/v8/src/regexp/ |
D | jsregexp.h | 342 struct NodeInfo { struct 343 NodeInfo() in NodeInfo() function 355 bool Matches(NodeInfo* that) { in Matches() argument 364 void AddFromPreceding(NodeInfo* that) { in AddFromPreceding() argument 379 void AddFromFollowing(NodeInfo* that) { in AddFromFollowing() argument 385 void ResetCompilationState() { in ResetCompilationState() 390 bool being_analyzed: 1; 391 bool been_analyzed: 1; 395 bool follows_word_interest: 1; 396 bool follows_newline_interest: 1; [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | CFLGraph.h | 70 struct NodeInfo { struct 76 std::vector<NodeInfo> Levels; argument
|
D | CFLAndersAliasAnalysis.cpp | 639 auto NodeInfo = Graph.getNode(ToNode); in processWorkListItem() local
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph_constructor.cc | 266 struct NodeInfo { struct in tensorflow::__anone0324be20111::GraphConstructor 267 explicit NodeInfo(int i) : gdef_index(i), node(nullptr) {} in NodeInfo() argument 269 NodeInfo() : NodeInfo(-1) {} in NodeInfo() argument 270 int gdef_index; 271 Node* node; // nullptr until the NodeDef is converted to a Node.
|
/external/llvm/lib/Analysis/ |
D | CFLGraph.h | 47 struct NodeInfo { struct 53 std::vector<NodeInfo> Levels; argument
|
/external/v8/src/compiler/ |
D | loop-analysis.cc | 22 struct NodeInfo { struct 23 Node* node; 24 NodeInfo* next; // link in chaining loop members
|
D | simplified-lowering.cc | 247 class NodeInfo final { class in v8::internal::compiler::RepresentationSelector
|
/external/python/cpython2/Tools/compiler/ |
D | astgen.py | 41 class NodeInfo: class
|
/external/ImageMagick/MagickCore/ |
D | splay-tree.c | 81 } NodeInfo; typedef 1014 int (*method)(NodeInfo *,const void *),const void *value) in IterateOverSplayTree()
|
D | histogram.c | 89 } NodeInfo; typedef
|
D | quantize.c | 251 } NodeInfo; typedef
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/AggressiveInstCombine/ |
D | TruncInstCombine.cpp | 304 TruncInstCombine::Info &NodeInfo = Itr.second; in ReduceExpressionDag() local
|
/external/tensorflow/tensorflow/core/framework/ |
D | function.cc | 446 struct NodeInfo { struct in tensorflow::__anon2646128d0111::FunctionInstantiationHelper 447 string name; 449 std::vector<std::pair<int, int>> data_inputs; 451 std::vector<int> control_inputs;
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 810 const SDNodeInfo &NodeInfo, in getOperandNum() 836 const SDNodeInfo &NodeInfo, in ApplyTypeConstraint() 1682 const SDNodeInfo &NodeInfo = CDP.getSDNodeInfo(getOperator()); in canPatternMatch() local 3120 const SDNodeInfo &NodeInfo = CDP.getSDNodeInfo(N->getOperator()); in GenerateVariantsOf() local
|
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 962 const SDNodeInfo &NodeInfo, in getOperandNum() 988 const SDNodeInfo &NodeInfo, in ApplyTypeConstraint() 2023 const SDNodeInfo &NodeInfo = CDP.getSDNodeInfo(getOperator()); in canPatternMatch() local 3677 const SDNodeInfo &NodeInfo = CDP.getSDNodeInfo(N->getOperator()); in GenerateVariantsOf() local
|
/external/llvm/lib/CodeGen/ |
D | MachinePipeliner.cpp | 210 struct NodeInfo { struct in __anond1144dfc0111::SwingSchedulerDAG 211 int ASAP; 212 int ALAP; 213 NodeInfo() : ASAP(0), ALAP(0) {} in NodeInfo() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachinePipeliner.cpp | 244 struct NodeInfo { struct in __anon2a7f91540111::SwingSchedulerDAG 245 int ASAP = 0; 246 int ALAP = 0; 247 int ZeroLatencyDepth = 0; 248 int ZeroLatencyHeight = 0;
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 1394 const SDNodeInfo &NodeInfo, in getOperandNum() 1420 const SDNodeInfo &NodeInfo, in ApplyTypeConstraint() 2512 const SDNodeInfo &NodeInfo = CDP.getSDNodeInfo(getOperator()); in canPatternMatch() local 4339 const SDNodeInfo &NodeInfo = CDP.getSDNodeInfo(N->getOperator()); in GenerateVariantsOf() local
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 1264 auto NodeInfo = PFS.IRSlots.MetadataNodes.find(ID); in parseMDNode() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 1597 auto NodeInfo = PFS.IRSlots.MetadataNodes.find(ID); in parseMDNode() local
|