HomeSort by relevance Sort by last modified time
    Searched refs:FastID (Results 1 - 11 of 11) sorted by null

  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 69 FoldingSetNodeIDRef FastID;
109 FastID(ID), SCEVType(SCEVTy), SubclassData(0) {}
145 ID = X.FastID;
149 return ID == X.FastID;
152 return X.FastID.ComputeHash();
179 FoldingSetNodeIDRef FastID;
227 ID = X.FastID;
232 return ID == X.FastID;
236 return X.FastID.ComputeHash();
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ScalarEvolution.h 59 /// FastID - A reference to an Interned FoldingSetNodeID for this node.
61 FoldingSetNodeIDRef FastID;
100 FastID(ID), SCEVType(SCEVTy), SubclassData(0) {}
135 ID = X.FastID;
139 return ID == X.FastID;
142 return X.FastID.ComputeHash();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
ScalarEvolution.h 82 FoldingSetNodeIDRef FastID;
120 : FastID(ID), SCEVType(SCEVTy) {}
152 static void Profile(const SCEV &X, FoldingSetNodeID &ID) { ID = X.FastID; }
156 return ID == X.FastID;
160 return X.FastID.ComputeHash();
187 FoldingSetNodeIDRef FastID;
233 ID = X.FastID;
238 return ID == X.FastID;
243 return X.FastID.ComputeHash();
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
FoldingSet.h 661 FoldingSetNodeID FastID;
663 explicit FastFoldingSetNode(const FoldingSetNodeID &ID) : FastID(ID) {}
666 ID.AddNodeID(FastID);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
FoldingSet.h 734 FoldingSetNodeID FastID;
737 explicit FastFoldingSetNode(const FoldingSetNodeID &ID) : FastID(ID) {}
740 void Profile(FoldingSetNodeID &ID) const { ID.AddNodeID(FastID); }
  /external/llvm/include/llvm/ADT/
FoldingSet.h 737 FoldingSetNodeID FastID;
740 explicit FastFoldingSetNode(const FoldingSetNodeID &ID) : FastID(ID) {}
743 void Profile(FoldingSetNodeID &ID) const { ID.AddNodeID(FastID); }
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
FoldingSet.h 749 FoldingSetNodeID FastID;
752 explicit FastFoldingSetNode(const FoldingSetNodeID &ID) : FastID(ID) {}
755 void Profile(FoldingSetNodeID &ID) const { ID.AddNodeID(FastID); }
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 50 FoldingSetNodeIDRef FastID;
58 FastID(ID), VTs(VT), NumVTs(Num) {
71 ID = X.FastID;
77 return ID == X.FastID;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SelectionDAG.h 93 FoldingSetNodeIDRef FastID;
102 FastID(ID), VTs(VT), NumVTs(Num) {
116 ID = X.FastID;
123 return ID == X.FastID;
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 309 milliseconds