/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | LLVMContextImpl.h | 66 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
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/PBQP/ |
H A D | CostAllocator.h | 57 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
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/ |
H A D | GVNExpression.h | 113 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
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | SourceLocation.h | 58 unsigned getHashValue() const { return static_cast<unsigned>(ID); } in getHashValue() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/ |
H A D | DWPStringPool.h | 19 static unsigned getHashValue(const char *Val) { in getHashValue() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFLinkerDeclContext.h | 166 static unsigned getHashValue(const DeclContext *Ctxt) { in getHashValue() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ASTTypeTraits.h | 114 static unsigned getHashValue(const ASTNodeKind &Val) { return Val.KindId; } in getHashValue() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | GVNSink.cpp | 326 static unsigned getHashValue(const ModelledPHI &V) { return V.hash(); } in getHashValue() function 372 hash_code getHashValue() const override { in getHashValue() function in __anonf1d6865e0111::InstructionUseExpr 377 template <typename Function> hash_code getHashValue(Function MapFn) { in getHashValue() function in __anonf1d6865e0111::InstructionUseExpr
|
H A D | EarlyCSE.cpp | 316 unsigned DenseMapInfo<SimpleValue>::getHashValue(SimpleValue Val) { in getHashValue() function in DenseMapInfo 488 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue() function in DenseMapInfo
|
H A D | LoopUnrollPass.cpp | 302 static inline unsigned getHashValue(const UnrolledInstState &S) { in getHashValue() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/ |
H A D | SourceLocation.cpp | 53 unsigned SourceLocation::getHashValue() const { in getHashValue() function in SourceLocation
|
H A D | IdentifierTable.cpp | 399 unsigned llvm::DenseMapInfo<clang::Selector>::getHashValue(clang::Selector S) { in getHashValue() function in llvm::DenseMapInfo::Selector
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFAcceleratorTable.h | 339 static unsigned getHashValue(uint32_t Code) { in getHashValue() function 342 static unsigned getHashValue(const Abbrev &Abbr) { in getHashValue() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64StackTaggingPreRA.cpp | 223 static unsigned getHashValue(const SlotWithTag &V) { in getHashValue() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ItaniumCXXABI.cpp | 111 static unsigned getHashValue(DecompositionDeclName Key) { in getHashValue() function
|
H A D | APValue.cpp | 210 unsigned llvm::DenseMapInfo<clang::APValue::LValueBase>::getHashValue( in getHashValue() function in llvm::DenseMapInfo::APValue::LValueBase
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | DenseMap.h | 444 static unsigned getHashValue(const KeyT &Val) { in getHashValue() function 449 static unsigned getHashValue(const LookupKeyT &Val) { in getHashValue() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | IRSimilarityIdentifier.h | 220 static unsigned getHashValue(const IRInstructionData *E) { in getHashValue() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | CFLAndersAliasAnalysis.cpp | 286 static unsigned getHashValue(const OffsetValue &OVal) { in getHashValue() function 310 static unsigned getHashValue(const OffsetInstantiatedValue &OVal) { in getHashValue() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86OptimizeLEAs.cpp | 133 static unsigned getHashValue(const MemOpKey &Val) { in getHashValue() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
H A D | GSIStreamBuilder.cpp | 77 static unsigned getHashValue(const CVSymbol &Val) { in getHashValue() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/ |
H A D | IRMover.cpp | 1553 unsigned IRMover::StructTypeKeyInfo::getHashValue(const KeyTy &Key) { in getHashValue() function in IRMover::StructTypeKeyInfo 1558 unsigned IRMover::StructTypeKeyInfo::getHashValue(const StructType *ST) { in getHashValue() function in IRMover::StructTypeKeyInfo
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 318 static unsigned getHashValue(const WeakObjectProfileTy &Val) { in getHashValue() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
H A D | ProgramPoint.h | 188 unsigned getHashValue() const { in getHashValue() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 329 static unsigned getHashValue(const VTableSlot &I) { in getHashValue() function 348 static unsigned getHashValue(const VTableSlotSummary &I) { in getHashValue() function
|