Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.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 char &Val) { return Val * 37U; }
85 static unsigned getHashValue(const unsigned short &Val) { return Val * 37U; }
96 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; }
108 static unsigned getHashValue(const unsigned long& Val) {
122 static unsigned getHashValue(const unsigned long long& Val) {
136 static unsigned getHashValue(const short &Val) { return Val * 37U; }
144 static unsigned getHashValue(const int& Val) { return (unsigned)(Val * 37U); }
159 static unsigned getHashValue(const long& Val) {
[all …]
DCachedHashString.h37 : CachedHashStringRef(S, DenseMapInfo<StringRef>::getHashValue(S)) {} in CachedHashStringRef()
57 static unsigned getHashValue(const CachedHashStringRef &S) {
102 : CachedHashString(S, DenseMapInfo<StringRef>::getHashValue(S)) {}
162 static unsigned getHashValue(const CachedHashString &S) {
DPointerEmbeddedInt.h110 static unsigned getHashValue(const T &Arg) {
111 return IntInfo::getHashValue(Arg);
DPointerSumType.h282 static unsigned getHashValue(const SumType &Arg) {
284 return DenseMapInfo<uintptr_t>::getHashValue(OpaqueValue);
/third_party/skia/third_party/externals/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 …]
/third_party/skia/third_party/externals/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
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(); }
299 unsigned getHashValue() const {
[all …]
DConstantsContext.h591 static unsigned getHashValue(const ConstantClass *CP) {
593 return getHashValue(LookupKey(CP->getType(), ValType(CP, Storage)));
600 static unsigned getHashValue(const LookupKey &Val) {
604 static unsigned getHashValue(const LookupKeyHashed &Val) {
651 LookupKeyHashed Lookup(MapInfo::getHashValue(Key), Key);
679 LookupKeyHashed Lookup(MapInfo::getHashValue(Key), Key);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DGVNExpression.h96 HashVal = getHashValue(); in getComputedHash()
113 virtual hash_code getHashValue() const { return getOpcode(); } in getHashValue() function
222 hash_code getHashValue() const override { in getHashValue() function
223 return hash_combine(this->Expression::getHashValue(), ValueType, in getHashValue()
280 hash_code getHashValue() const override { in getHashValue() function
281 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 …]
/third_party/skia/third_party/externals/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
62 return getHashValue(P->getValue()); in getHashValue()
65 static unsigned getHashValue(const PoolEntry *P) { in getHashValue() function
66 return getHashValue(P->getValue()); in getHashValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryLocation.h279 static unsigned getHashValue(const LocationSize &Val) {
280 return DenseMapInfo<uint64_t>::getHashValue(Val.toRaw());
296 static unsigned getHashValue(const MemoryLocation &Val) {
297 return DenseMapInfo<const Value *>::getHashValue(Val.Ptr) ^
298 DenseMapInfo<LocationSize>::getHashValue(Val.Size) ^
299 DenseMapInfo<AAMDNodes>::getHashValue(Val.AATags);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
DFileEntry.h57 static unsigned getHashValue(const gsym::FileEntry &Val) {
58 return llvm::hash_combine(DenseMapInfo<uint32_t>::getHashValue(Val.Dir),
59 DenseMapInfo<uint32_t>::getHashValue(Val.Base));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValueHandle.h184 static unsigned getHashValue(const WeakVH &Val) {
185 return DenseMapInfo<Value *>::getHashValue(Val);
321 static unsigned getHashValue(const AssertingVH<T> &Val) {
322 return DenseMapInfo<Value *>::getHashValue(Val.getRawValPtr());
552 static unsigned getHashValue(const PoisoningVH<T> &Val) {
553 return DenseMapInfo<Value *>::getHashValue(Val.getRawValPtr());
DDominators.h105 static unsigned getHashValue(const BasicBlockEdge *V);
115 static unsigned getHashValue(const BasicBlockEdge &Edge) {
116 return hash_combine(BBInfo::getHashValue(Edge.getStart()),
117 BBInfo::getHashValue(Edge.getEnd()));
DValueMap.h309 static unsigned getHashValue(const VH &Val) {
310 return DenseMapInfo<KeyT>::getHashValue(Val.Unwrap());
313 static unsigned getHashValue(const KeyT &Val) {
314 return DenseMapInfo<KeyT>::getHashValue(Val);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasmTraits.h35 static unsigned getHashValue(const wasm::WasmSignature &Sig) {
57 static unsigned getHashValue(const wasm::WasmGlobalType &GlobalType) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCRegister.h100 static unsigned getHashValue(const MCRegister &Val) {
101 return DenseMapInfo<unsigned>::getHashValue(Val.id());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Linker/
DIRMover.h37 static unsigned getHashValue(const KeyTy &Key);
38 static unsigned getHashValue(const StructType *ST);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegister.h146 static unsigned getHashValue(const Register &Val) {
147 return DenseMapInfo<unsigned>::getHashValue(Val.id());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h336 static unsigned getHashValue(uint32_t Code) { in getHashValue() function
337 return DenseMapInfo<uint32_t>::getHashValue(Code); in getHashValue()
339 static unsigned getHashValue(const Abbrev &Abbr) { in getHashValue() function
340 return getHashValue(Abbr.Code); in getHashValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DSymbolStringPool.h185 static unsigned getHashValue(const orc::SymbolStringPtr &V) {
186 return DenseMapInfo<orc::SymbolStringPtr::PoolEntryPtr>::getHashValue(V.S);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasAnalysisSummary.h254 static unsigned getHashValue(const cflaa::InstantiatedValue &IV) {
255 return DenseMapInfo<std::pair<Value *, unsigned>>::getHashValue(
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeHashing.h183 static unsigned getHashValue(codeview::LocallyHashedType Val) {
203 static unsigned getHashValue(codeview::GloballyHashedType Val) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVNSink.cpp328 static unsigned getHashValue(const ModelledPHI &V) { return V.hash(); } in getHashValue() function
370 hash_code getHashValue() const override { in getHashValue() function in __anon7fc7e4bc0111::InstructionUseExpr
371 return hash_combine(GVNExpression::BasicExpression::getHashValue(), in getHashValue()
375 template <typename Function> hash_code getHashValue(Function MapFn) { in getHashValue() function in __anon7fc7e4bc0111::InstructionUseExpr
497 hash_code H = exp->getHashValue([=](Value *V) { return lookupOrAdd(V); }); in lookupOrAdd()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMinidump.h260 static unsigned getHashValue(minidump::StreamType Val) {
261 return DenseMapInfo<uint32_t>::getHashValue(static_cast<uint32_t>(Val));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DLowLevelTypeImpl.h293 static inline unsigned getHashValue(const LLT &Ty) {
295 return DenseMapInfo<uint64_t>::getHashValue(Val);

123