Searched defs:NodeInfo (Results 1 – 12 of 12) sorted by relevance
315 struct NodeInfo { struct316 NodeInfo() in NodeInfo() function328 bool Matches(NodeInfo* that) { in Matches() argument337 void AddFromPreceding(NodeInfo* that) { in AddFromPreceding() argument352 void AddFromFollowing(NodeInfo* that) { in AddFromFollowing() argument358 void ResetCompilationState() { in ResetCompilationState()363 bool being_analyzed: 1;364 bool been_analyzed: 1;368 bool follows_word_interest: 1;369 bool follows_newline_interest: 1;[all …]
47 struct NodeInfo { struct53 std::vector<NodeInfo> Levels; argument
22 struct NodeInfo { struct23 Node* node;24 NodeInfo* next; // link in chaining loop members
244 class NodeInfo final { class in v8::internal::compiler::RepresentationSelector
41 class NodeInfo: class
80 } NodeInfo; typedef972 int (*method)(NodeInfo *,const void *),const void *value) in IterateOverSplayTree()
86 } NodeInfo; typedef
248 } NodeInfo; typedef
810 const SDNodeInfo &NodeInfo, in getOperandNum()836 const SDNodeInfo &NodeInfo, in ApplyTypeConstraint()1682 const SDNodeInfo &NodeInfo = CDP.getSDNodeInfo(getOperator()); in canPatternMatch() local3120 const SDNodeInfo &NodeInfo = CDP.getSDNodeInfo(N->getOperator()); in GenerateVariantsOf() local
962 const SDNodeInfo &NodeInfo, in getOperandNum()988 const SDNodeInfo &NodeInfo, in ApplyTypeConstraint()2023 const SDNodeInfo &NodeInfo = CDP.getSDNodeInfo(getOperator()); in canPatternMatch() local3677 const SDNodeInfo &NodeInfo = CDP.getSDNodeInfo(N->getOperator()); in GenerateVariantsOf() local
210 struct NodeInfo { struct in __anonfa3445320111::SwingSchedulerDAG211 int ASAP;212 int ALAP;213 NodeInfo() : ASAP(0), ALAP(0) {} in NodeInfo() function
1264 auto NodeInfo = PFS.IRSlots.MetadataNodes.find(ID); in parseMDNode() local