Home
last modified time | relevance | path

Searched defs:getHashValue (Results 1 - 25 of 56) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DWasmTraits.h35 static unsigned getHashValue(const wasm::WasmSignature &Sig) { in getHashValue() function
57 static unsigned getHashValue(const wasm::WasmGlobalType &GlobalType) { in getHashValue() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DDenseMapInfo.h51 static unsigned getHashValue(const T *PtrVal) { in getHashValue() function
63 static unsigned getHashValue(const char& Val) { return Val * 37U; } in getHashValue() function
74 static unsigned getHashValue(const unsigned char &Val) { return Val * 37U; } in getHashValue() function
85 static unsigned getHashValue(const unsigned short &Val) { return Val * 37U; } in getHashValue() function
96 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; } in getHashValue() function
108 static unsigned getHashValue(const unsigned long& Val) { in getHashValue() function
122 static unsigned getHashValue(const unsigned long long& Val) { in getHashValue() function
136 static unsigned getHashValue(const short &Val) { return Val * 37U; } in getHashValue() function
144 static unsigned getHashValue(cons in getTombstoneKey() function
159 static unsigned getHashValue(const long& Val) { getHashValue() function
173 static unsigned getHashValue(const long long& Val) { getHashValue() function
200 static unsigned getHashValue(const Pair& PairVal) { getHashValue() function
232 static unsigned getHashValue(StringRef Val) { getHashValue() function
260 static unsigned getHashValue(ArrayRef<T> Val) { getHashValue() function
279 static unsigned getHashValue(hash_code val) { return val; } getHashValue() function
286 static unsigned getHashValue(const ElementCount& EltCnt) { getHashValue() function
[all...]
H A DCachedHashString.h57 static unsigned getHashValue(const CachedHashStringRef &S) { in getHashValue() function
162 static unsigned getHashValue(const CachedHashString &S) { in getHashValue() function
H A DImmutableList.h233 static unsigned getHashValue(ImmutableList<T> X) { in getHashValue() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
H A DFileEntry.h57 static unsigned getHashValue(const gsym::FileEntry &Val) { in getHashValue() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DBypassSlowDivision.h55 static unsigned getHashValue(const DivRemMapKey &Val) { in getHashValue() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DDenseMapInfo.h46 static unsigned getHashValue(const T *PtrVal) { in getHashValue() function
57 static unsigned getHashValue(const char& Val) { return Val * 37U; } in getHashValue() function
67 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; } in getHashValue() function
77 static unsigned getHashValue(const unsigned long& Val) { in getHashValue() function
89 static unsigned getHashValue(const unsigned long long& Val) { in getHashValue() function
102 static unsigned getHashValue(const int& Val) { return (unsigned)(Val * 37U); } in getHashValue() function
114 static unsigned getHashValue(const long& Val) { in getHashValue() function
126 static unsigned getHashValue(const long long& Val) { in getHashValue() function
150 static unsigned getHashValue(cons in getTombstoneKey() function
179 static unsigned getHashValue(StringRef Val) { getHashValue() function
204 static unsigned getHashValue(ArrayRef<T> Val) { getHashValue() function
[all...]
H A DPointerUnion.h466 static unsigned getHashValue(const Pair &PairVal) { in getHashValue() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCRegister.h100 static unsigned getHashValue(const MCRegister &Val) { in getHashValue() function
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dark_gvn.h80 static unsigned getHashValue(const BuiltinKey &key) in getHashValue() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.cpp43 static unsigned getHashValue(const CVSymbol &Val) { in getHashValue() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h183 static unsigned getHashValue(codeview::LocallyHashedType Val) { in getHashValue() function
203 static unsigned getHashValue(codeview::GloballyHashedType Val) { in getHashValue() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h57 static unsigned getHashValue(const ValueKeyT &C) { in getHashValue() function in llvm::PBQP::ValuePool::PoolEntryDSInfo
61 static unsigned getHashValue(PoolEntry *P) { in getHashValue() function in llvm::PBQP::ValuePool::PoolEntryDSInfo
65 static unsigned getHashValue(const PoolEntry *P) { in getHashValue() function in llvm::PBQP::ValuePool::PoolEntryDSInfo
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DSymbolStringPool.h185 static unsigned getHashValue(const orc::SymbolStringPtr &V) { in getHashValue() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DDominators.h115 static unsigned getHashValue(const BasicBlockEdge &Edge) { in getHashValue() function
H A DValueHandle.h184 static unsigned getHashValue(const WeakVH &Val) { in getHashValue() function
321 static unsigned getHashValue(const AssertingVH<T> &Val) { in getHashValue() function
552 static unsigned getHashValue(const PoisoningVH<T> &Val) { in getHashValue() function
H A DAttributes.h321 static unsigned getHashValue(AttributeSet AS) { in getHashValue() function
690 static unsigned getHashValue(AttributeList AS) { in getHashValue() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DAliasAnalysisSummary.h254 static unsigned getHashValue(const cflaa::InstantiatedValue &IV) { in getHashValue() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DRegister.h146 static unsigned getHashValue(const Register &Val) { in getHashValue() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h152 static unsigned getHashValue(const DeclContext *Ctxt) { in getHashValue() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DLowLevelTypeImpl.h293 static inline unsigned getHashValue(const LLT &Ty) { in getHashValue() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h113 virtual hash_code getHashValue() const { return getOpcode(); } in getHashValue() function in llvm::GVNExpression::Expression
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DAttributes.h427 static unsigned getHashValue(AttributeSet AS) { in getHashValue() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DMemoryLocation.h279 static unsigned getHashValue(const LocationSize &Val) { in getHashValue() function
296 static unsigned getHashValue(const MemoryLocation &Val) { in getHashValue() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DConstantsContext.h591 static unsigned getHashValue(const ConstantClass *CP) { in getHashValue() function
600 static unsigned getHashValue(const LookupKey &Val) { in getHashValue() function
604 static unsigned getHashValue(const LookupKeyHashed &Val) { in getHashValue() function

Completed in 23 milliseconds

123