Home
last modified time | relevance | path

Searched refs:FastID (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolution.h81 FoldingSetNodeIDRef FastID;
123 : FastID(ID), SCEVType(SCEVTy), ExpressionSize(ExpressionSize) {}
168 static void Profile(const SCEV &X, FoldingSetNodeID &ID) { ID = X.FastID; }
172 return ID == X.FastID;
176 return X.FastID.ComputeHash();
203 FoldingSetNodeIDRef FastID;
249 ID = X.FastID;
254 return ID == X.FastID;
259 return X.FastID.ComputeHash();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DFoldingSet.h733 FoldingSetNodeID FastID; variable
736 explicit FastFoldingSetNode(const FoldingSetNodeID &ID) : FastID(ID) {} in FastFoldingSetNode()
739 void Profile(FoldingSetNodeID &ID) const { ID.AddNodeID(FastID); } in Profile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAG.h94 FoldingSetNodeIDRef FastID;
103 FastID(ID), VTs(VT), NumVTs(Num) {
117 ID = X.FastID;
124 return ID == X.FastID;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp12312 : FastID(ID), Kind(Kind) {} in SCEVPredicate()