Home
last modified time | relevance | path

Searched defs:NodeInfo (Results 1 – 20 of 20) sorted by relevance

/external/v8/src/regexp/
Djsregexp.h342 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/
DCFLGraph.h70 struct NodeInfo { struct
76 std::vector<NodeInfo> Levels; argument
DCFLAndersAliasAnalysis.cpp639 auto NodeInfo = Graph.getNode(ToNode); in processWorkListItem() local
/external/tensorflow/tensorflow/core/graph/
Dgraph_constructor.cc266 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/
DCFLGraph.h47 struct NodeInfo { struct
53 std::vector<NodeInfo> Levels; argument
/external/v8/src/compiler/
Dloop-analysis.cc22 struct NodeInfo { struct
23 Node* node;
24 NodeInfo* next; // link in chaining loop members
Dsimplified-lowering.cc247 class NodeInfo final { class in v8::internal::compiler::RepresentationSelector
/external/python/cpython2/Tools/compiler/
Dastgen.py41 class NodeInfo: class
/external/ImageMagick/MagickCore/
Dsplay-tree.c81 } NodeInfo; typedef
1014 int (*method)(NodeInfo *,const void *),const void *value) in IterateOverSplayTree()
Dhistogram.c89 } NodeInfo; typedef
Dquantize.c251 } NodeInfo; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/AggressiveInstCombine/
DTruncInstCombine.cpp304 TruncInstCombine::Info &NodeInfo = Itr.second; in ReduceExpressionDag() local
/external/tensorflow/tensorflow/core/framework/
Dfunction.cc446 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/
DCodeGenDAGPatterns.cpp810 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/
DCodeGenDAGPatterns.cpp962 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/
DMachinePipeliner.cpp210 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/
DMachinePipeliner.cpp244 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/
DCodeGenDAGPatterns.cpp1394 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/
DMIParser.cpp1264 auto NodeInfo = PFS.IRSlots.MetadataNodes.find(ID); in parseMDNode() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1597 auto NodeInfo = PFS.IRSlots.MetadataNodes.find(ID); in parseMDNode() local