Searched defs:NodeInfo (Results 1 – 3 of 3) sorted by relevance
453 struct NodeInfo { struct454 NodeInfo() in NodeInfo() function466 bool Matches(NodeInfo* that) { in Matches() argument475 void AddFromPreceding(NodeInfo* that) { in AddFromPreceding() argument490 void AddFromFollowing(NodeInfo* that) { in AddFromFollowing() argument496 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 …]
55 struct NodeInfo { struct in v8::internal::compiler::RepresentationSelector56 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.
924 const SDNodeInfo &NodeInfo, in getOperandNum()949 const SDNodeInfo &NodeInfo, in ApplyTypeConstraint()1978 const SDNodeInfo &NodeInfo = CDP.getSDNodeInfo(getOperator()); in canPatternMatch() local3642 const SDNodeInfo &NodeInfo = CDP.getSDNodeInfo(N->getOperator()); in GenerateVariantsOf() local