/minix3/external/bsd/llvm/dist/llvm/unittests/ADT/ |
H A D | DenseSetTest.cpp | 33 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; } in getHashValue() function 34 static unsigned getHashValue(const char* Val) { in getHashValue() function
|
H A D | DenseMapTest.cpp | 63 static unsigned getHashValue(const CtorTester &Val) { in getHashValue() function 330 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; } in getHashValue() function 331 static unsigned getHashValue(const char* Val) { in getHashValue() function 369 static unsigned getHashValue(const unsigned& Val) { return Val; } in getHashValue() function
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/PBQP/ |
H A D | CostAllocator.h | 56 static unsigned getHashValue(const ValueKeyT &C) { in getHashValue() function 60 static unsigned getHashValue(PoolEntry *P) { in getHashValue() function 64 static unsigned getHashValue(const PoolEntry *P) { in getHashValue() function
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | LLVMContextImpl.h | 59 static unsigned getHashValue(const APInt &Key) { in getHashValue() function 70 static unsigned getHashValue(const APFloat &Key) { in getHashValue() function 103 static unsigned getHashValue(const KeyTy& Key) { in getHashValue() function 108 static unsigned getHashValue(const StructType *ST) { in getHashValue() function 150 static unsigned getHashValue(const KeyTy& Key) { in getHashValue() function 156 static unsigned getHashValue(const FunctionType *FT) { in getHashValue() function 206 static unsigned getHashValue(const KeyTy &Key) { return Key.Hash; } in getHashValue() function 207 static unsigned getHashValue(const MDTuple *U) { in getHashValue() function 246 static unsigned getHashValue(const KeyTy &Key) { in getHashValue() function 249 static unsigned getHashValue(const MDLocation *U) { in getHashValue() function
|
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | ASTTypeTraits.h | 103 static unsigned getHashValue(const ASTNodeKind &Val) { return Val.KindId; } in getHashValue() function
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | EarlyCSE.cpp | 92 unsigned DenseMapInfo<SimpleValue>::getHashValue(SimpleValue Val) { in getHashValue() function in DenseMapInfo 234 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue() function in DenseMapInfo
|
H A D | GVN.cpp | 152 static unsigned getHashValue(const Expression e) { in getHashValue() function
|
H A D | LoopStrengthReduce.cpp | 1191 static unsigned getHashValue(const SmallVector<const SCEV *, 4> &V) { in getHashValue() function
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | BypassSlowDivision.cpp | 64 static unsigned getHashValue(const DivOpInfo &Val) { in getHashValue() function
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
H A D | SourceLocation.h | 56 unsigned getHashValue() const { return static_cast<unsigned>(ID); } in getHashValue() function
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/ |
H A D | DenseMap.h | 343 static unsigned getHashValue(const KeyT &Val) { in getHashValue() function 347 static unsigned getHashValue(const LookupKeyT &Val) { in getHashValue() function
|
/minix3/external/bsd/llvm/dist/clang/lib/Basic/ |
H A D | IdentifierTable.cpp | 327 unsigned llvm::DenseMapInfo<clang::Selector>::getHashValue(clang::Selector S) { in getHashValue() function in llvm::DenseMapInfo::Selector
|
H A D | VirtualFileSystem.cpp | 338 static unsigned getHashValue(StringRef Val) { return HashString(Val); } in getHashValue() function
|
/minix3/external/bsd/llvm/dist/llvm/lib/Linker/ |
H A D | LinkModules.cpp | 1633 unsigned Linker::StructTypeKeyInfo::getHashValue(const KeyTy &Key) { in getHashValue() function in Linker::StructTypeKeyInfo 1638 unsigned Linker::StructTypeKeyInfo::getHashValue(const StructType *ST) { in getHashValue() function in Linker::StructTypeKeyInfo
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombinePHI.cpp | 597 static unsigned getHashValue(const LoweredPHIRecord &Val) { in getHashValue() function
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 237 static unsigned getHashValue(const WeakObjectProfileTy &Val) { in getHashValue() function
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/ |
H A D | ProgramPoint.h | 160 unsigned getHashValue() const { in getHashValue() function
|
/minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
H A D | CXCursor.cpp | 1236 static inline unsigned getHashValue(const CXCursor &cursor) { in getHashValue() function
|
/minix3/external/bsd/llvm/dist/llvm/lib/MC/ |
H A D | MCDwarf.cpp | 1440 static unsigned getHashValue(const CIEKey &Key) { in getHashValue() function
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
H A D | MachineInstr.cpp | 1943 MachineInstrExpressionTrait::getHashValue(const MachineInstr* const &MI) { in getHashValue() function in MachineInstrExpressionTrait
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/ |
H A D | ASTBitCodes.h | 116 static inline unsigned getHashValue(QualType T) { in getHashValue() function
|
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 2057 static unsigned getHashValue(const EditEntry& Val) { in getHashValue() function
|
/minix3/external/bsd/llvm/dist/llvm/lib/TableGen/ |
H A D | Record.cpp | 68 static unsigned getHashValue(const TableGenStringKey& Val) { in getHashValue() function
|
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | RetainCountChecker.cpp | 476 static unsigned getHashValue(const ObjCSummaryKey &V) { in getHashValue() function
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 2712 static unsigned getHashValue(Instruction *I) { in getHashValue() function
|