Home
last modified time | relevance | path

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

/external/v8/src/
Djsregexp.h453 struct NodeInfo { struct
454 NodeInfo() in NodeInfo() function
466 bool Matches(NodeInfo* that) { in Matches() argument
475 void AddFromPreceding(NodeInfo* that) { in AddFromPreceding() argument
490 void AddFromFollowing(NodeInfo* that) { in AddFromFollowing() argument
496 void ResetCompilationState() { in ResetCompilationState()
501 bool being_analyzed: 1;
502 bool been_analyzed: 1;
506 bool follows_word_interest: 1;
507 bool follows_newline_interest: 1;
[all …]
/external/v8/src/compiler/
Dsimplified-lowering.cc55 struct NodeInfo { struct in v8::internal::compiler::RepresentationSelector
56 MachineTypeUnion use : 15; // Union of all usages for the node.
57 bool queued : 1; // Bookkeeping for the traversal.
58 bool visited : 1; // Bookkeeping for the traversal.
59 MachineTypeUnion output : 15; // Output type of the node.
/external/llvm/utils/TableGen/
DCodeGenDAGPatterns.cpp924 const SDNodeInfo &NodeInfo, in getOperandNum()
949 const SDNodeInfo &NodeInfo, in ApplyTypeConstraint()
1978 const SDNodeInfo &NodeInfo = CDP.getSDNodeInfo(getOperator()); in canPatternMatch() local
3642 const SDNodeInfo &NodeInfo = CDP.getSDNodeInfo(N->getOperator()); in GenerateVariantsOf() local