Home
last modified time | relevance | path

Searched defs:getHashValue (Results 1 – 25 of 79) sorted by relevance

1234

/llvm-project/flang/include/flang/Lower/Support/
H A DUtils.h109 static unsigned getHashValue(const Fortran::semantics::Symbol &x) { in getHashValue() function
113 static unsigned getHashValue(const Fortran::common::Indirection<A, COPY> &x) { in getHashValue() function
117 static unsigned getHashValue(const std::optional<A> &x) { in getHashValue() function
122 static unsigned getHashValue(const Fortran::evaluate::Subscript &x) { in getHashValue() function
126 static unsigned getHashValue(const Fortran::evaluate::Triplet &x) { in getHashValue() function
130 static unsigned getHashValue(const Fortran::evaluate::Component &x) { in getHashValue() function
133 static unsigned getHashValue(const Fortran::evaluate::ArrayRef &x) { in getHashValue() function
139 static unsigned getHashValue(const Fortran::evaluate::CoarrayRef &x) { in getHashValue() function
153 static unsigned getHashValue(const Fortran::evaluate::NamedEntity &x) { in getHashValue() function
158 static unsigned getHashValue(const Fortran::evaluate::DataRef &x) { in getHashValue() function
[all …]
/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h57 static unsigned getHashValue(const ValueKeyT &C) { in getHashValue() function
61 static unsigned getHashValue(PoolEntry *P) { in getHashValue() function
65 static unsigned getHashValue(const PoolEntry *P) { in getHashValue() function
/llvm-project/mlir/include/mlir/IR/
H A DDialectInterface.h84 static unsigned getHashValue(Dialect *key) { return llvm::hash_value(key); } in getHashValue() function
83 static unsigned getHashValue(Dialect *key) { return llvm::hash_value(key); } getHashValue() function
/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h113 virtual hash_code getHashValue() const { return getOpcode(); } in getHashValue() function
222 hash_code getHashValue() const override { in getHashValue() function
285 hash_code getHashValue() const override { in getHashValue() function
462 hash_code getHashValue() const override { getHashValue() function
528 hash_code getHashValue() const override { getHashValue() function
574 hash_code getHashValue() const override { getHashValue() function
611 hash_code getHashValue() const override { getHashValue() function
647 hash_code getHashValue() const override { getHashValue() function
[all...]
/llvm-project/llvm/include/llvm/DWARFLinker/
H A DStringPool.h28 static inline uint64_t getHashValue(const StringRef &Key) { in getHashValue() function
/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h56 unsigned getHashValue() const { return static_cast<unsigned>(ID); } in getHashValue() function
/llvm-project/clang/include/clang/Sema/
H A DWeak.h45 static unsigned getHashValue(const WeakInfo &W) { in getHashValue() function
/llvm-project/mlir/lib/Dialect/Quant/IR/
H A DTypeDetail.h71 unsigned getHashValue() const { in getHashValue() function
131 unsigned getHashValue() const { in getHashValue() function
206 unsigned getHashValue() const { in getHashValue() function
278 unsigned getHashValue() const { in getHashValue() function
/llvm-project/llvm/include/llvm/DWP/
H A DDWPStringPool.h19 static unsigned getHashValue(const char *Val) { in getHashValue() function
/llvm-project/llvm/unittests/ADT/
H A DDenseSetTest.cpp38 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; } in getHashValue() function
39 static unsigned getHashValue(const char* Val) { in getHashValue() function
188 static unsigned getHashValue(const CountCopyAndMove &Val) { in getHashValue() function
H A DDenseMapTest.cpp77 static unsigned getHashValue(const CtorTester &Val) { in getHashValue() function
556 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; } in getHashValue() function
557 static unsigned getHashValue(const char* Val) { in getHashValue() function
604 static unsigned getHashValue(const unsigned& Val) { return Val; } in getHashValue() function
730 static unsigned getHashValue(const T &Val) { return Val.value; } in getHashValue() function
740 static unsigned getHashValue(const T &Val) { return 0; } in getHashValue() function
/llvm-project/bolt/include/bolt/Passes/
H A DSplitFunctions.h68 static unsigned getHashValue(const TrampolineKey &Val) { in getHashValue() function
/llvm-project/mlir/lib/TableGen/
H A DConstraint.cpp128 unsigned DenseMapInfo<Constraint>::getHashValue(Constraint constraint) { getHashValue() function in DenseMapInfo
/llvm-project/mlir/lib/Dialect/Func/Transforms/
H A DDuplicateFunctionElimination.cpp23 static unsigned getHashValue(const func::FuncOp cFunc) { in getHashValue() function
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DTypePool.h84 static inline uint64_t getHashValue(const StringRef &Key) { in getHashValue() function
/llvm-project/llvm/unittests/Support/
H A DReverseIterationTest.cpp74 static int getHashValue(const PtrLikeInt *P) { in getHashValue() function
/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerDeclContext.h174 static unsigned getHashValue(const DeclContext *Ctxt) { in getHashValue() function
/llvm-project/mlir/include/mlir/Analysis/
H A DCallGraph.h125 static unsigned getHashValue(const Edge &edge) { in getHashValue() function
/llvm-project/mlir/lib/Support/
H A DStorageUniquer.cpp58 static inline unsigned getHashValue(const HashedStorage &key) { in getHashValue() function
61 static inline unsigned getHashValue(const LookupKey &key) { in getHashValue() function
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_dense_map_test.cpp87 static unsigned getHashValue(const CtorTester &Val) { in getHashValue() function
480 static unsigned getHashValue(const unsigned &Val) { return Val * 37U; } in getHashValue() function
481 static unsigned getHashValue(const char *Val) { in getHashValue() function
/llvm-project/clang/include/clang/AST/
H A DASTTypeTraits.h118 static unsigned getHashValue(const ASTNodeKind &Val) { return Val.KindId; } in getHashValue() function
/llvm-project/clang/lib/Basic/
H A DSourceLocation.cpp53 unsigned SourceLocation::getHashValue() const { in getHashValue() function in SourceLocation
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h457 static unsigned getHashValue(const ModuleCacheKey &key) { getHashValue() function
/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp398 return hash_combine(GVNExpression::BasicExpression::getHashValue(), in getHashValue() function in __anon3afcf1460111::InstructionUseExpr
352 static unsigned getHashValue(const ModelledPHI &V) { return V.hash(); } getHashValue() function
403 template <typename Function> hash_code getHashValue(Function MapFn) { getHashValue() function in __anon3afcf1460111::InstructionUseExpr
/llvm-project/mlir/include/mlir/TableGen/
H A DFormat.h77 static unsigned getHashValue(const PHKind &val) { in getHashValue() function

1234