Home
last modified time | relevance | path

Searched refs:getHashValue (Results 1 – 25 of 159) sorted by relevance

1234567

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DDenseMapInfo.h51 static unsigned getHashValue(const T *PtrVal) {
63 static unsigned getHashValue(const char& Val) { return Val * 37U; }
74 static unsigned getHashValue(const unsigned short &Val) { return Val * 37U; }
85 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; }
97 static unsigned getHashValue(const unsigned long& Val) {
111 static unsigned getHashValue(const unsigned long long& Val) {
125 static unsigned getHashValue(const short &Val) { return Val * 37U; }
133 static unsigned getHashValue(const int& Val) { return (unsigned)(Val * 37U); }
148 static unsigned getHashValue(const long& Val) {
162 static unsigned getHashValue(const long long& Val) {
[all …]
DCachedHashString.h38 : CachedHashStringRef(S, DenseMapInfo<StringRef>::getHashValue(S)) {} in CachedHashStringRef()
58 static unsigned getHashValue(const CachedHashStringRef &S) {
103 : CachedHashString(S, DenseMapInfo<StringRef>::getHashValue(S)) {}
163 static unsigned getHashValue(const CachedHashString &S) {
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DDenseMapInfo.h43 static unsigned getHashValue(const T *PtrVal) {
54 static unsigned getHashValue(const char& Val) { return Val * 37U; }
64 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; }
74 static unsigned getHashValue(const unsigned long& Val) {
86 static unsigned getHashValue(const unsigned long long& Val) {
99 static unsigned getHashValue(const int& Val) { return (unsigned)(Val * 37U); }
111 static unsigned getHashValue(const long& Val) {
123 static unsigned getHashValue(const long long& Val) {
147 static unsigned getHashValue(const Pair& PairVal) {
148 uint64_t key = (uint64_t)FirstInfo::getHashValue(PairVal.first) << 32
[all …]
/external/llvm/include/llvm/ADT/
DDenseMapInfo.h35 Hash = DenseMapInfo<T>::getHashValue(Val); in CachedHash()
52 static unsigned getHashValue(CachedHash<T> Val) {
76 static unsigned getHashValue(const T *PtrVal) {
87 static unsigned getHashValue(const char& Val) { return Val * 37U; }
97 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; }
107 static unsigned getHashValue(const unsigned long& Val) {
119 static unsigned getHashValue(const unsigned long long& Val) {
132 static unsigned getHashValue(const int& Val) { return (unsigned)(Val * 37U); }
144 static unsigned getHashValue(const long& Val) {
156 static unsigned getHashValue(const long long& Val) {
[all …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DDenseMapInfo.h46 static unsigned getHashValue(const T *PtrVal) {
57 static unsigned getHashValue(const char& Val) { return Val * 37U; }
67 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; }
77 static unsigned getHashValue(const unsigned long& Val) {
89 static unsigned getHashValue(const unsigned long long& Val) {
102 static unsigned getHashValue(const int& Val) { return (unsigned)(Val * 37U); }
114 static unsigned getHashValue(const long& Val) {
126 static unsigned getHashValue(const long long& Val) {
150 static unsigned getHashValue(const Pair& PairVal) {
151 uint64_t key = (uint64_t)FirstInfo::getHashValue(PairVal.first) << 32
[all …]
/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
111 return getHashValue(KeyTy(ST)); in getHashValue()
152 static unsigned getHashValue(const KeyTy& Key) { in getHashValue() function
158 static unsigned getHashValue(const FunctionType *FT) { in getHashValue() function
159 return getHashValue(KeyTy(FT)); in getHashValue()
236 unsigned getHashValue() const { return getHash(); }
262 unsigned getHashValue() const {
[all …]
/external/swiftshader/third_party/llvm-7.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
135 return getHashValue(KeyTy(ST)); in getHashValue()
183 static unsigned getHashValue(const KeyTy& Key) { in getHashValue() function
190 static unsigned getHashValue(const FunctionType *FT) { in getHashValue() function
191 return getHashValue(KeyTy(FT)); in getHashValue()
270 unsigned getHashValue() const { return getHash(); }
296 unsigned getHashValue() const {
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DGVNExpression.h97 HashVal = getHashValue(); in getComputedHash()
114 virtual hash_code getHashValue() const { return getOpcode(); } in getHashValue() function
223 hash_code getHashValue() const override { in getHashValue() function
224 return hash_combine(this->Expression::getHashValue(), ValueType, in getHashValue()
281 hash_code getHashValue() const override { in getHashValue() function
282 return hash_combine(this->BasicExpression::getHashValue(), MemoryLeader); in getHashValue()
464 hash_code getHashValue() const override { in getHashValue() function
465 return hash_combine(this->BasicExpression::getHashValue(), in getHashValue()
525 hash_code getHashValue() const override { in getHashValue() function
526 return hash_combine(this->BasicExpression::getHashValue(), BB); in getHashValue()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/PBQP/
DCostAllocator.h58 static unsigned getHashValue(const ValueKeyT &C) { in getHashValue() function
62 static unsigned getHashValue(PoolEntry *P) { in getHashValue() function
63 return getHashValue(P->getValue()); in getHashValue()
66 static unsigned getHashValue(const PoolEntry *P) { in getHashValue() function
67 return getHashValue(P->getValue()); in getHashValue()
/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
61 return getHashValue(P->getValue()); in getHashValue()
64 static unsigned getHashValue(const PoolEntry *P) { in getHashValue() function
65 return getHashValue(P->getValue()); in getHashValue()
/external/llvm/include/llvm/Analysis/
DMemoryLocation.h131 static unsigned getHashValue(const MemoryLocation &Val) {
132 return DenseMapInfo<const Value *>::getHashValue(Val.Ptr) ^
133 DenseMapInfo<uint64_t>::getHashValue(Val.Size) ^
134 DenseMapInfo<AAMDNodes>::getHashValue(Val.AATags);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DMemoryLocation.h150 static unsigned getHashValue(const MemoryLocation &Val) {
151 return DenseMapInfo<const Value *>::getHashValue(Val.Ptr) ^
152 DenseMapInfo<LocationSize>::getHashValue(Val.Size) ^
153 DenseMapInfo<AAMDNodes>::getHashValue(Val.AATags);
/external/swiftshader/third_party/LLVM/lib/VMCore/
DLLVMContextImpl.h57 static unsigned getHashValue(const KeyTy &Key) { in getHashValue() function
58 return DenseMapInfo<void*>::getHashValue(Key.type) ^ in getHashValue()
59 Key.val.getHashValue(); in getHashValue()
84 static unsigned getHashValue(const KeyTy &Key) { in getHashValue() function
85 return Key.val.getHashValue(); in getHashValue()
/external/clang/lib/CodeGen/
DCodeGenTBAA.h141 static unsigned getHashValue(const clang::CodeGen::TBAAPathTag &Val) {
142 return DenseMapInfo<const clang::Type *>::getHashValue(Val.BaseT) ^
143 DenseMapInfo<const MDNode *>::getHashValue(Val.AccessN) ^
144 DenseMapInfo<uint64_t>::getHashValue(Val.Offset);
/external/llvm/include/llvm/IR/
DDominators.h59 static unsigned getHashValue(const BasicBlockEdge *V);
68 static unsigned getHashValue(const BasicBlockEdge &Edge) {
69 return hash_combine(BBInfo::getHashValue(Edge.getStart()),
70 BBInfo::getHashValue(Edge.getEnd()));
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DBinaryHolder.h152 getHashValue(const dsymutil::BinaryHolder::ArchiveEntry::KeyTy &K) {
153 return hash_combine(DenseMapInfo<StringRef>::getHashValue(K.Filename),
154 DenseMapInfo<unsigned>::getHashValue(
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DWasmTraits.h32 static unsigned getHashValue(const wasm::WasmSignature &Sig) {
52 static unsigned getHashValue(const wasm::WasmGlobalType &GlobalType) {
/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
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DEarlyCSE.cpp36 return DenseMapInfo<const void*>::getHashValue(V); in getHash()
84 static unsigned getHashValue(SimpleValue Val);
89 unsigned DenseMapInfo<SimpleValue>::getHashValue(SimpleValue Val) { in getHashValue() function in DenseMapInfo
177 static unsigned getHashValue(CallValue Val);
181 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue() function in DenseMapInfo
/external/clang/include/clang/AST/
DTypeOrdering.h48 static unsigned getHashValue(clang::QualType Val) {
68 static unsigned getHashValue(clang::CanQualType Val) {
DBaseSubobject.h67 static unsigned getHashValue(const clang::BaseSubobject &Base) {
69 return DenseMapInfo<PairTy>::getHashValue(PairTy(Base.getBase(),
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDominators.h103 static unsigned getHashValue(const BasicBlockEdge *V);
113 static unsigned getHashValue(const BasicBlockEdge &Edge) {
114 return hash_combine(BBInfo::getHashValue(Edge.getStart()),
115 BBInfo::getHashValue(Edge.getEnd()));
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DDenseSetTest.cpp30 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; } in getHashValue() function
31 static unsigned getHashValue(const char* Val) { in getHashValue() function
154 static unsigned getHashValue(const CountCopyAndMove &Val) { in getHashValue() function
/external/llvm/include/llvm/Linker/
DIRMover.h38 static unsigned getHashValue(const KeyTy &Key);
39 static unsigned getHashValue(const StructType *ST);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Linker/
DIRMover.h38 static unsigned getHashValue(const KeyTy &Key);
39 static unsigned getHashValue(const StructType *ST);

1234567