Home
last modified time | relevance | path

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

/external/v8/src/regexp/
Djsregexp.h315 struct NodeInfo { struct
316 NodeInfo() in NodeInfo() function
328 bool Matches(NodeInfo* that) { in Matches() argument
337 void AddFromPreceding(NodeInfo* that) { in AddFromPreceding() argument
352 void AddFromFollowing(NodeInfo* that) { in AddFromFollowing() argument
358 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 …]
/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.cc244 class NodeInfo final { class in v8::internal::compiler::RepresentationSelector
/external/python/cpython2/Tools/compiler/
Dastgen.py41 class NodeInfo: class
/external/ImageMagick/MagickCore/
Dsplay-tree.c80 } NodeInfo; typedef
972 int (*method)(NodeInfo *,const void *),const void *value) in IterateOverSplayTree()
Dhistogram.c86 } NodeInfo; typedef
Dquantize.c248 } NodeInfo; typedef
/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 __anonfa3445320111::SwingSchedulerDAG
211 int ASAP;
212 int ALAP;
213 NodeInfo() : ASAP(0), ALAP(0) {} in NodeInfo() function
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1264 auto NodeInfo = PFS.IRSlots.MetadataNodes.find(ID); in parseMDNode() local