Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DScalarEvolution.h69 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();
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DScalarEvolution.h61 FoldingSetNodeIDRef FastID;
100 FastID(ID), SCEVType(SCEVTy), SubclassData(0) {}
135 ID = X.FastID;
139 return ID == X.FastID;
142 return X.FastID.ComputeHash();
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DFoldingSet.h661 FoldingSetNodeID FastID; variable
663 explicit FastFoldingSetNode(const FoldingSetNodeID &ID) : FastID(ID) {} in FastFoldingSetNode()
666 ID.AddNodeID(FastID); in Profile()
/external/llvm/include/llvm/ADT/
DFoldingSet.h737 FoldingSetNodeID FastID; variable
740 explicit FastFoldingSetNode(const FoldingSetNodeID &ID) : FastID(ID) {} in FastFoldingSetNode()
743 void Profile(FoldingSetNodeID &ID) const { ID.AddNodeID(FastID); } in Profile()
/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h50 FoldingSetNodeIDRef FastID;
58 FastID(ID), VTs(VT), NumVTs(Num) {
71 ID = X.FastID;
77 return ID == X.FastID;
/external/llvm/lib/Analysis/
DScalarEvolution.cpp10204 : FastID(ID), Kind(Kind) {} in SCEVPredicate()