Home
last modified time | relevance | path

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

12345

/external/llvm/lib/IR/
DLLVMContextImpl.h61 static unsigned getHashValue(const APInt &Key) { in getHashValue() function
72 static unsigned getHashValue(const APFloat &Key) { in getHashValue() function
105 static unsigned getHashValue(const KeyTy& Key) { in getHashValue() function
110 static unsigned getHashValue(const StructType *ST) { in getHashValue() function
152 static unsigned getHashValue(const KeyTy& Key) { in getHashValue() function
158 static unsigned getHashValue(const FunctionType *FT) { in getHashValue() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContextImpl.h75 static unsigned getHashValue(const APInt &Key) { in getHashValue() function
88 static unsigned getHashValue(const APFloat &Key) { in getHashValue() function
128 static unsigned getHashValue(const KeyTy& Key) { in getHashValue() function
134 static unsigned getHashValue(const StructType *ST) { in getHashValue() function
183 static unsigned getHashValue(const KeyTy& Key) { in getHashValue() function
190 static unsigned getHashValue(const FunctionType *FT) { in getHashValue() function
/external/llvm-project/llvm/lib/IR/
DLLVMContextImpl.h66 static unsigned getHashValue(const APFloat &Key) { in getHashValue() function
106 static unsigned getHashValue(const KeyTy& Key) { in getHashValue() function
112 static unsigned getHashValue(const StructType *ST) { in getHashValue() function
161 static unsigned getHashValue(const KeyTy& Key) { in getHashValue() function
168 static unsigned getHashValue(const FunctionType *FT) { in getHashValue() function
/external/llvm-project/llvm/include/llvm/CodeGen/PBQP/
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
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
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
/external/llvm/include/llvm/CodeGen/PBQP/
DCostAllocator.h56 static unsigned getHashValue(const ValueKeyT &C) { in getHashValue() function
60 static unsigned getHashValue(PoolEntry *P) { in getHashValue() function
64 static unsigned getHashValue(const PoolEntry *P) { in getHashValue() function
/external/llvm/unittests/ADT/
DDenseSetTest.cpp33 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; } in getHashValue() function
34 static unsigned getHashValue(const char* Val) { in getHashValue() function
DDenseMapTest.cpp64 static unsigned getHashValue(const CtorTester &Val) { in getHashValue() function
511 static unsigned getHashValue(const CachedHashTest &X) { in getHashValue() function
553 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; } in getHashValue() function
554 static unsigned getHashValue(const char* Val) { in getHashValue() function
592 static unsigned getHashValue(const unsigned& Val) { return Val; } in getHashValue() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DGVNExpression.h113 virtual hash_code getHashValue() const { return getOpcode(); } in getHashValue() function
222 hash_code getHashValue() const override { in getHashValue() function
280 hash_code getHashValue() const override { in getHashValue() function
464 hash_code getHashValue() const override { in getHashValue() function
525 hash_code getHashValue() const override { in getHashValue() function
571 hash_code getHashValue() const override { in getHashValue() function
608 hash_code getHashValue() const override { in getHashValue() function
644 hash_code getHashValue() const override { in getHashValue() function
/external/llvm-project/llvm/include/llvm/Transforms/Scalar/
DGVNExpression.h113 virtual hash_code getHashValue() const { return getOpcode(); } in getHashValue() function
222 hash_code getHashValue() const override { in getHashValue() function
280 hash_code getHashValue() const override { in getHashValue() function
457 hash_code getHashValue() const override { in getHashValue() function
518 hash_code getHashValue() const override { in getHashValue() function
564 hash_code getHashValue() const override { in getHashValue() function
601 hash_code getHashValue() const override { in getHashValue() function
637 hash_code getHashValue() const override { in getHashValue() function
/external/llvm-project/mlir/include/mlir/IR/
DDialectInterface.h79 static unsigned getHashValue(Dialect *key) { return llvm::hash_value(key); } in getHashValue() function
80 static unsigned getHashValue(const DialectInterface *key) { in getHashValue() function
/external/llvm-project/mlir/lib/Dialect/Quant/IR/
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
/external/llvm-project/llvm/unittests/ADT/
DDenseSetTest.cpp36 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
DDenseMapTest.cpp63 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
553 static unsigned getHashValue(const unsigned& Val) { return Val; } in getHashValue() function
/external/llvm-project/clang/include/clang/Basic/
DSourceLocation.h58 unsigned getHashValue() const { return static_cast<unsigned>(ID); } in getHashValue() function
/external/llvm/tools/llvm-dwp/
DDWPStringPool.h19 static unsigned getHashValue(const char *Val) { in getHashValue() function
/external/llvm-project/llvm/tools/llvm-dwp/
DDWPStringPool.h19 static unsigned getHashValue(const char *Val) { in getHashValue() function
/external/llvm-project/lld/include/lld/Core/
DSymbolTable.h66 static unsigned getHashValue(StringRef const val) { in getHashValue() function
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinkerDeclContext.h153 static unsigned getHashValue(const DeclContext *Ctxt) { in getHashValue() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinkerDeclContext.h152 static unsigned getHashValue(const DeclContext *Ctxt) { in getHashValue() function
/external/llvm-project/llvm/unittests/Support/
DReverseIterationTest.cpp73 static int getHashValue(const PtrLikeInt *P) { in getHashValue() function
/external/clang/include/clang/AST/
DASTTypeTraits.h105 static unsigned getHashValue(const ASTNodeKind &Val) { return Val.KindId; } in getHashValue() function
/external/llvm-project/mlir/lib/IR/
DMLIRContext.cpp157 static unsigned getHashValue(const AffineMap &key) { in getHashValue() function
162 static unsigned getHashValue(KeyTy key) { in getHashValue() function
183 static unsigned getHashValue(const IntegerSet &key) { in getHashValue() function
188 static unsigned getHashValue(KeyTy key) { in getHashValue() function
/external/llvm-project/mlir/lib/Support/
DStorageUniquer.cpp58 static unsigned getHashValue(const HashedStorage &key) { in getHashValue() function
61 static unsigned getHashValue(LookupKey key) { return key.hashValue; } in getHashValue() function
/external/llvm-project/mlir/include/mlir/Analysis/
DCallGraph.h125 static unsigned getHashValue(const Edge &edge) { in getHashValue() function

12345