| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | IterationSpace.cpp | 97 static unsigned getHashValue( in getHashValue() function in __anoncf831cc00111::HashEvaluateExpr 114 static unsigned getHashValue( in getHashValue() function in __anoncf831cc00111::HashEvaluateExpr 120 static unsigned getHashValue( in getHashValue() function in __anoncf831cc00111::HashEvaluateExpr 126 static unsigned getHashValue( in getHashValue() function in __anoncf831cc00111::HashEvaluateExpr 132 static unsigned getHashValue( in getHashValue() function in __anoncf831cc00111::HashEvaluateExpr 138 static unsigned getHashValue( in getHashValue() function in __anoncf831cc00111::HashEvaluateExpr 144 static unsigned getHashValue( in getHashValue() function in __anoncf831cc00111::HashEvaluateExpr 150 static unsigned getHashValue( in getHashValue() function in __anoncf831cc00111::HashEvaluateExpr 157 static unsigned getHashValue( in getHashValue() function in __anoncf831cc00111::HashEvaluateExpr 248 static unsigned getHashValue( in getHashValue() function in __anoncf831cc00111::HashEvaluateExpr [all …]
|
| /llvm-project-15.0.7/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-15.0.7/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 83 static unsigned getHashValue(const APFloat &Key) { in getHashValue() function 120 static unsigned getHashValue(const KeyTy &Key) { in getHashValue() function 125 static unsigned getHashValue(const StructType *ST) { in getHashValue() function 172 static unsigned getHashValue(const KeyTy &Key) { in getHashValue() function 178 static unsigned getHashValue(const FunctionType *FT) { in getHashValue() function
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | DialectInterface.h | 80 static unsigned getHashValue(Dialect *key) { return llvm::hash_value(key); } in getHashValue() function 81 static unsigned getHashValue(const DialectInterface *key) { in getHashValue() function
|
| /llvm-project-15.0.7/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 { in getHashValue() function 528 hash_code getHashValue() const override { in getHashValue() function 574 hash_code getHashValue() const override { in getHashValue() function 611 hash_code getHashValue() const override { in getHashValue() function 647 hash_code getHashValue() const override { in getHashValue() function
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | SourceLocation.h | 55 unsigned getHashValue() const { return static_cast<unsigned>(ID); } in getHashValue() function
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Weak.h | 45 static unsigned getHashValue(const WeakInfo &W) { in getHashValue() function
|
| /llvm-project-15.0.7/llvm/include/llvm/DWP/ |
| H A D | DWPStringPool.h | 19 static unsigned getHashValue(const char *Val) { in getHashValue() function
|
| /llvm-project-15.0.7/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-15.0.7/llvm/unittests/ADT/ |
| H A D | DenseSetTest.cpp | 36 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; } in getHashValue() function 37 static unsigned getHashValue(const char* Val) { in getHashValue() function 186 static unsigned getHashValue(const CountCopyAndMove &Val) { in getHashValue() function
|
| H A D | DenseMapTest.cpp | 63 static unsigned getHashValue(const CtorTester &Val) { in getHashValue() function 514 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; } in getHashValue() function 515 static unsigned getHashValue(const char* Val) { in getHashValue() function 562 static unsigned getHashValue(const unsigned& Val) { return Val; } in getHashValue() function 684 static unsigned getHashValue(const T &Val) { return Val.value; } in getHashValue() function
|
| /llvm-project-15.0.7/mlir/lib/TableGen/ |
| H A D | Constraint.cpp | 126 unsigned DenseMapInfo<Constraint>::getHashValue(Constraint constraint) { in getHashValue() function in DenseMapInfo
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | ReverseIterationTest.cpp | 74 static int getHashValue(const PtrLikeInt *P) { in getHashValue() function
|
| /llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFLinkerDeclContext.h | 172 static unsigned getHashValue(const DeclContext *Ctxt) { in getHashValue() function
|
| /llvm-project-15.0.7/mlir/include/mlir/Analysis/ |
| H A D | CallGraph.h | 125 static unsigned getHashValue(const Edge &edge) { in getHashValue() function
|
| /llvm-project-15.0.7/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-15.0.7/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-15.0.7/clang/lib/Basic/ |
| H A D | SourceLocation.cpp | 53 unsigned SourceLocation::getHashValue() const { in getHashValue() function in SourceLocation
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ASTTypeTraits.h | 116 static unsigned getHashValue(const ASTNodeKind &Val) { return Val.KindId; } in getHashValue() function
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.h | 449 static unsigned getHashValue(const ModuleCacheKey &key) { in getHashValue() function
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | GVNSink.cpp | 324 static unsigned getHashValue(const ModelledPHI &V) { return V.hash(); } in getHashValue() function 370 hash_code getHashValue() const override { in getHashValue() function in __anon7f9656e30111::InstructionUseExpr 375 template <typename Function> hash_code getHashValue(Function MapFn) { in getHashValue() function in __anon7f9656e30111::InstructionUseExpr
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.h | 339 static unsigned getHashValue(uint32_t Code) { in getHashValue() function 342 static unsigned getHashValue(const Abbrev &Abbr) { in getHashValue() function
|
| /llvm-project-15.0.7/mlir/include/mlir/TableGen/ |
| H A D | Format.h | 79 static unsigned getHashValue(const PHKind &val) { in getHashValue() function
|
| /llvm-project-15.0.7/mlir/lib/Transforms/ |
| H A D | CSE.cpp | 30 static unsigned getHashValue(const Operation *opC) { in getHashValue() function
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_dense_map.h | 338 static unsigned getHashValue(const KeyT &Val) { in getHashValue() function 343 static unsigned getHashValue(const LookupKeyT &Val) { in getHashValue() function
|