Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A 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
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h113 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
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinkerParallel/
H A DStringPool.h
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DWeak.h45 static unsigned getHashValue(const WeakInfo &W) { in getHashValue() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h56 unsigned getHashValue() const { return static_cast<unsigned>(ID); } in getHashValue() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWPStringPool.h19 static unsigned getHashValue(const char *Val) { in getHashValue() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp352 static unsigned getHashValue(const ModelledPHI &V) { return V.hash(); } in getHashValue() function
398 hash_code getHashValue() const override { in getHashValue() function in __anonac6bc9b30111::InstructionUseExpr
403 template <typename Function> hash_code getHashValue(Function MapFn) { in getHashValue() function in __anonac6bc9b30111::InstructionUseExpr
H A DEarlyCSE.cpp345 unsigned DenseMapInfo<SimpleValue>::getHashValue(SimpleValue Val) { in getHashValue() function in DenseMapInfo
534 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue() function in DenseMapInfo
605 unsigned DenseMapInfo<GEPValue>::getHashValue(const GEPValue &Val) { in getHashValue() function in DenseMapInfo
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h457 static unsigned getHashValue(const ModuleCacheKey &key) { in getHashValue() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCanonicalizeFreezeInLoops.cpp118 static unsigned getHashValue(const FrozenIndPHIInfo &Val) { in getHashValue() function
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h338 static unsigned getHashValue(const KeyT &Val) { in getHashValue() function
343 static unsigned getHashValue(const LookupKeyT &Val) { in getHashValue() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DConcurrentHashtable.h79 static inline uint64_t getHashValue(const KeyTy &Key) { getHashValue() function
H A DDenseMap.h487 static unsigned getHashValue(const KeyT &Val) { in getHashValue() function
492 static unsigned getHashValue(const LookupKeyT &Val) { in getHashValue() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTaggingPreRA.cpp219 return hash_combine(DenseMapInfo<int>::getHashValue(V.FI), in getHashValue() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h525 static unsigned getHashValue(uint32_t Code) { in getHashValue() function
528 static unsigned getHashValue(const Abbrev &Abbr) { in getHashValue() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DItaniumCXXABI.cpp112 static unsigned getHashValue(DecompositionDeclName Key) { in getHashValue() function
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp133 static unsigned getHashValue(const MemOpKey &Val) { in getHashValue() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.cpp78 static unsigned getHashValue(const CVSymbol &Val) { getHashValue() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h323 static unsigned getHashValue(const IRInstructionData *E) { in getHashValue() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DStringRef.cpp618 unsigned DenseMapInfo<StringRef, void>::getHashValue(StringRef Val) { in getHashValue() function in DenseMapInfo
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1703 unsigned IRMover::StructTypeKeyInfo::getHashValue(const KeyTy &Key) { in getHashValue() function in IRMover::StructTypeKeyInfo
1708 unsigned IRMover::StructTypeKeyInfo::getHashValue(const StructType *ST) { in getHashValue() function in IRMover::StructTypeKeyInfo
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp515 unsigned llvm::DenseMapInfo<clang::Selector>::getHashValue(clang::Selector S) { in getHashValue() function in llvm::DenseMapInfo::Selector
/freebsd/contrib/llvm-project/lld/COFF/
H A DChunks.h662 static unsigned getHashValue(const ChunkAndOffset &co) { in getHashValue() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp604 static unsigned getHashValue(const SpecSig &S) { in getHashValue() function

12