/llvm-project/flang/include/flang/Lower/Support/ |
H A D | Utils.h | 109 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 D | CostAllocator.h | 57 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 D | DialectInterface.h | 84 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 D | GVNExpression.h | 113 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 D | StringPool.h | 28 static inline uint64_t getHashValue(const StringRef &Key) { in getHashValue() function
|
/llvm-project/clang/include/clang/Basic/ |
H A D | SourceLocation.h | 56 unsigned getHashValue() const { return static_cast<unsigned>(ID); } in getHashValue() function
|
/llvm-project/clang/include/clang/Sema/ |
H A D | Weak.h | 45 static unsigned getHashValue(const WeakInfo &W) { in getHashValue() function
|
/llvm-project/mlir/lib/Dialect/Quant/IR/ |
H A D | TypeDetail.h | 71 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 D | DWPStringPool.h | 19 static unsigned getHashValue(const char *Val) { in getHashValue() function
|
/llvm-project/llvm/unittests/ADT/ |
H A D | DenseSetTest.cpp | 38 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 D | DenseMapTest.cpp | 77 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 D | SplitFunctions.h | 68 static unsigned getHashValue(const TrampolineKey &Val) { in getHashValue() function
|
/llvm-project/mlir/lib/TableGen/ |
H A D | Constraint.cpp | 128 unsigned DenseMapInfo<Constraint>::getHashValue(Constraint constraint) { getHashValue() function in DenseMapInfo
|
/llvm-project/mlir/lib/Dialect/Func/Transforms/ |
H A D | DuplicateFunctionElimination.cpp | 23 static unsigned getHashValue(const func::FuncOp cFunc) { in getHashValue() function
|
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | TypePool.h | 84 static inline uint64_t getHashValue(const StringRef &Key) { in getHashValue() function
|
/llvm-project/llvm/unittests/Support/ |
H A D | ReverseIterationTest.cpp | 74 static int getHashValue(const PtrLikeInt *P) { in getHashValue() function
|
/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
H A D | DWARFLinkerDeclContext.h | 174 static unsigned getHashValue(const DeclContext *Ctxt) { in getHashValue() function
|
/llvm-project/mlir/include/mlir/Analysis/ |
H A D | CallGraph.h | 125 static unsigned getHashValue(const Edge &edge) { in getHashValue() function
|
/llvm-project/mlir/lib/Support/ |
H A D | StorageUniquer.cpp | 58 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 D | sanitizer_dense_map_test.cpp | 87 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 D | ASTTypeTraits.h | 118 static unsigned getHashValue(const ASTNodeKind &Val) { return Val.KindId; } in getHashValue() function
|
/llvm-project/clang/lib/Basic/ |
H A D | SourceLocation.cpp | 53 unsigned SourceLocation::getHashValue() const { in getHashValue() function in SourceLocation
|
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.h | 457 static unsigned getHashValue(const ModuleCacheKey &key) { getHashValue() function
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GVNSink.cpp | 398 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 D | Format.h | 77 static unsigned getHashValue(const PHKind &val) { in getHashValue() function
|