Home
last modified time | relevance | path

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

12

/external/llvm/lib/IR/
DLLVMContextImpl.h60 static unsigned getHashValue(const APInt &Key) { in getHashValue() function
71 static unsigned getHashValue(const APFloat &Key) { in getHashValue() function
104 static unsigned getHashValue(const KeyTy& Key) { in getHashValue() function
109 static unsigned getHashValue(const StructType *ST) { in getHashValue() function
151 static unsigned getHashValue(const KeyTy& Key) { in getHashValue() function
157 static unsigned getHashValue(const FunctionType *FT) { in getHashValue() function
/external/llvm/include/llvm/CodeGen/PBQP/
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
/external/llvm/unittests/ADT/
DDenseSetTest.cpp33 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; } in getHashValue() function
34 static unsigned getHashValue(const char* Val) { in getHashValue() function
DDenseMapTest.cpp64 static unsigned getHashValue(const CtorTester &Val) { in getHashValue() function
331 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; } in getHashValue() function
332 static unsigned getHashValue(const char* Val) { in getHashValue() function
370 static unsigned getHashValue(const unsigned& Val) { return Val; } in getHashValue() function
/external/clang/include/clang/AST/
DASTTypeTraits.h103 static unsigned getHashValue(const ASTNodeKind &Val) { return Val.KindId; } in getHashValue() function
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp90 unsigned DenseMapInfo<SimpleValue>::getHashValue(SimpleValue Val) { in getHashValue() function in DenseMapInfo
237 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue() function in DenseMapInfo
DGVN.cpp153 static unsigned getHashValue(const Expression e) { in getHashValue() function
/external/llvm/lib/Transforms/Utils/
DBypassSlowDivision.cpp64 static unsigned getHashValue(const DivOpInfo &Val) { in getHashValue() function
/external/skia/tools/
Dimage_expectations.cpp80 uint64_t ImageDigest::getHashValue() { in getHashValue() function in sk_tools::ImageDigest
/external/clang/include/clang/Basic/
DSourceLocation.h56 unsigned getHashValue() const { return static_cast<unsigned>(ID); } in getHashValue() function
/external/llvm/include/llvm/ADT/
DDenseMap.h346 static unsigned getHashValue(const KeyT &Val) { in getHashValue() function
350 static unsigned getHashValue(const LookupKeyT &Val) { in getHashValue() function
/external/clang/lib/Basic/
DIdentifierTable.cpp335 unsigned llvm::DenseMapInfo<clang::Selector>::getHashValue(clang::Selector S) { in getHashValue() function in llvm::DenseMapInfo::Selector
DVirtualFileSystem.cpp336 static unsigned getHashValue(StringRef Val) { return HashString(Val); } in getHashValue() function
/external/llvm/lib/Linker/
DLinkModules.cpp1645 unsigned Linker::StructTypeKeyInfo::getHashValue(const KeyTy &Key) { in getHashValue() function in Linker::StructTypeKeyInfo
1650 unsigned Linker::StructTypeKeyInfo::getHashValue(const StructType *ST) { in getHashValue() function in Linker::StructTypeKeyInfo
/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp597 static unsigned getHashValue(const LoweredPHIRecord &Val) { in getHashValue() function
/external/clang/include/clang/Sema/
DScopeInfo.h243 static unsigned getHashValue(const WeakObjectProfileTy &Val) { in getHashValue() function
/external/clang/include/clang/Analysis/
DProgramPoint.h160 unsigned getHashValue() const { in getHashValue() function
/external/clang/tools/libclang/
DCXCursor.cpp1236 static inline unsigned getHashValue(const CXCursor &cursor) { in getHashValue() function
/external/llvm/lib/MC/
DMCDwarf.cpp1454 static unsigned getHashValue(const CIEKey &Key) { in getHashValue() function
/external/llvm/lib/CodeGen/
DMachineInstr.cpp1918 MachineInstrExpressionTrait::getHashValue(const MachineInstr* const &MI) { in getHashValue() function in MachineInstrExpressionTrait
/external/clang/include/clang/Serialization/
DASTBitCodes.h116 static inline unsigned getHashValue(QualType T) { in getHashValue() function
/external/llvm/lib/TableGen/
DRecord.cpp68 static unsigned getHashValue(const TableGenStringKey& Val) { in getHashValue() function
/external/clang/lib/ARCMigrate/
DObjCMT.cpp2076 static unsigned getHashValue(const EditEntry& Val) { in getHashValue() function
/external/clang/lib/Sema/
DSemaStmt.cpp3467 static unsigned getHashValue(const CatchHandlerType &Base) { in getHashValue() function
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp501 static unsigned getHashValue(const ObjCSummaryKey &V) { in getHashValue() function

12