Home
last modified time | relevance | path

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

12

/minix3/external/bsd/llvm/dist/llvm/unittests/ADT/
H A DDenseSetTest.cpp33 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; } in getHashValue() function
34 static unsigned getHashValue(const char* Val) { in getHashValue() function
H A DDenseMapTest.cpp63 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 DCostAllocator.h56 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 DLLVMContextImpl.h59 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 DASTTypeTraits.h103 static unsigned getHashValue(const ASTNodeKind &Val) { return Val.KindId; } in getHashValue() function
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp92 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 DGVN.cpp152 static unsigned getHashValue(const Expression e) { in getHashValue() function
H A DLoopStrengthReduce.cpp1191 static unsigned getHashValue(const SmallVector<const SCEV *, 4> &V) { in getHashValue() function
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp64 static unsigned getHashValue(const DivOpInfo &Val) { in getHashValue() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DSourceLocation.h56 unsigned getHashValue() const { return static_cast<unsigned>(ID); } in getHashValue() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DDenseMap.h343 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 DIdentifierTable.cpp327 unsigned llvm::DenseMapInfo<clang::Selector>::getHashValue(clang::Selector S) { in getHashValue() function in llvm::DenseMapInfo::Selector
H A DVirtualFileSystem.cpp338 static unsigned getHashValue(StringRef Val) { return HashString(Val); } in getHashValue() function
/minix3/external/bsd/llvm/dist/llvm/lib/Linker/
H A DLinkModules.cpp1633 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 DInstCombinePHI.cpp597 static unsigned getHashValue(const LoweredPHIRecord &Val) { in getHashValue() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h237 static unsigned getHashValue(const WeakObjectProfileTy &Val) { in getHashValue() function
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/
H A DProgramPoint.h160 unsigned getHashValue() const { in getHashValue() function
/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCXCursor.cpp1236 static inline unsigned getHashValue(const CXCursor &cursor) { in getHashValue() function
/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCDwarf.cpp1440 static unsigned getHashValue(const CIEKey &Key) { in getHashValue() function
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachineInstr.cpp1943 MachineInstrExpressionTrait::getHashValue(const MachineInstr* const &MI) { in getHashValue() function in MachineInstrExpressionTrait
/minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DASTBitCodes.h116 static inline unsigned getHashValue(QualType T) { in getHashValue() function
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp2057 static unsigned getHashValue(const EditEntry& Val) { in getHashValue() function
/minix3/external/bsd/llvm/dist/llvm/lib/TableGen/
H A DRecord.cpp68 static unsigned getHashValue(const TableGenStringKey& Val) { in getHashValue() function
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp476 static unsigned getHashValue(const ObjCSummaryKey &V) { in getHashValue() function
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2712 static unsigned getHashValue(Instruction *I) { in getHashValue() function

12