Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A 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
/freebsd-13.1/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-13.1/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-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h57 unsigned getHashValue() const { return static_cast<unsigned>(ID); } in getHashValue() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DWP/
H A DDWPStringPool.h19 static unsigned getHashValue(const char *Val) { in getHashValue() function
/freebsd-13.1/contrib/llvm-project/lld/include/lld/Core/
H A DSymbolTable.h66 static unsigned getHashValue(StringRef const val) { in getHashValue() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerDeclContext.h166 static unsigned getHashValue(const DeclContext *Ctxt) { in getHashValue() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTTypeTraits.h114 static unsigned getHashValue(const ASTNodeKind &Val) { return Val.KindId; } in getHashValue() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp326 static unsigned getHashValue(const ModelledPHI &V) { return V.hash(); } in getHashValue() function
372 hash_code getHashValue() const override { in getHashValue() function in __anonf9347de70111::InstructionUseExpr
377 template <typename Function> hash_code getHashValue(Function MapFn) { in getHashValue() function in __anonf9347de70111::InstructionUseExpr
H A DEarlyCSE.cpp316 unsigned DenseMapInfo<SimpleValue>::getHashValue(SimpleValue Val) { in getHashValue() function in DenseMapInfo
488 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue() function in DenseMapInfo
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DSourceLocation.cpp53 unsigned SourceLocation::getHashValue() const { in getHashValue() function in SourceLocation
H A DIdentifierTable.cpp404 unsigned llvm::DenseMapInfo<clang::Selector>::getHashValue(clang::Selector S) { in getHashValue() function in llvm::DenseMapInfo::Selector
/freebsd-13.1/contrib/llvm-project/lld/lib/Core/
H A DSymbolTable.cpp207 unsigned SymbolTable::AtomMappingInfo::getHashValue(const DefinedAtom *atom) { in getHashValue() function in lld::SymbolTable::AtomMappingInfo
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h448 static unsigned getHashValue(const ModuleCacheKey &key) { in getHashValue() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h339 static unsigned getHashValue(uint32_t Code) { in getHashValue() function
342 static unsigned getHashValue(const Abbrev &Abbr) { in getHashValue() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTaggingPreRA.cpp223 static unsigned getHashValue(const SlotWithTag &V) { in getHashValue() function
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DItaniumCXXABI.cpp111 static unsigned getHashValue(DecompositionDeclName Key) { in getHashValue() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h444 static unsigned getHashValue(const KeyT &Val) { in getHashValue() function
449 static unsigned getHashValue(const LookupKeyT &Val) { in getHashValue() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h220 static unsigned getHashValue(const IRInstructionData *E) { in getHashValue() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DCFLAndersAliasAnalysis.cpp286 static unsigned getHashValue(const OffsetValue &OVal) { in getHashValue() function
310 static unsigned getHashValue(const OffsetInstantiatedValue &OVal) { in getHashValue() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp133 static unsigned getHashValue(const MemOpKey &Val) { in getHashValue() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGSIStreamBuilder.cpp77 static unsigned getHashValue(const CVSymbol &Val) { in getHashValue() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1558 unsigned IRMover::StructTypeKeyInfo::getHashValue(const KeyTy &Key) { in getHashValue() function in IRMover::StructTypeKeyInfo
1563 unsigned IRMover::StructTypeKeyInfo::getHashValue(const StructType *ST) { in getHashValue() function in IRMover::StructTypeKeyInfo
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DChunks.h568 static unsigned getHashValue(const ChunkAndOffset &co) { in getHashValue() function
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h318 static unsigned getHashValue(const WeakObjectProfileTy &Val) { in getHashValue() function

12