Home
last modified time | relevance | path

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

12

/external/llvm/lib/IR/
DLLVMContextImpl.h64 static unsigned getHashValue(const KeyTy &Key) { in getHashValue() function
92 static unsigned getHashValue(const KeyTy &Key) { in getHashValue() function
126 static unsigned getHashValue(const KeyTy& Key) { in getHashValue() function
131 static unsigned getHashValue(const StructType *ST) { in getHashValue() function
174 static unsigned getHashValue(const KeyTy& Key) { in getHashValue() function
180 static unsigned getHashValue(const FunctionType *FT) { in getHashValue() function
DDebugLoc.cpp196 unsigned DenseMapInfo<DebugLoc>::getHashValue(const DebugLoc &Key) { in getHashValue() function in DenseMapInfo
/external/llvm/unittests/ADT/
DDenseMapTest.cpp63 static unsigned getHashValue(const CtorTester &Val) { in getHashValue() function
325 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; } in getHashValue() function
326 static unsigned getHashValue(const char* Val) { in getHashValue() function
364 static unsigned getHashValue(const unsigned& Val) { return Val; } in getHashValue() function
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp88 unsigned DenseMapInfo<SimpleValue>::getHashValue(SimpleValue Val) { in getHashValue() function in DenseMapInfo
230 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue() function in DenseMapInfo
DSampleProfile.cpp96 static inline unsigned getHashValue(InstructionLocation Val) { in getHashValue() function
DGVN.cpp149 static unsigned getHashValue(const Expression e) { in getHashValue() function
DLoopStrengthReduce.cpp1191 static unsigned getHashValue(const SmallVector<const SCEV *, 4> &V) { in getHashValue() function
/external/skia/tools/
Dimage_expectations.cpp75 uint64_t ImageDigest::getHashValue() const { in getHashValue() function in sk_tools::ImageDigest
/external/chromium_org/third_party/skia/tools/
Dimage_expectations.cpp80 uint64_t ImageDigest::getHashValue() { in getHashValue() function in sk_tools::ImageDigest
/external/llvm/lib/Transforms/Utils/
DBypassSlowDivision.cpp64 static unsigned getHashValue(const DivOpInfo &Val) { in getHashValue() function
/external/clang/include/clang/Basic/
DSourceLocation.h56 unsigned getHashValue() const { return static_cast<unsigned>(ID); } in getHashValue() function
/external/llvm/include/llvm/ADT/
DDenseMap.h330 static unsigned getHashValue(const KeyT &Val) { in getHashValue() function
334 static unsigned getHashValue(const LookupKeyT &Val) { in getHashValue() function
/external/clang/lib/Basic/
DIdentifierTable.cpp292 unsigned llvm::DenseMapInfo<clang::Selector>::getHashValue(clang::Selector S) { in getHashValue() function in llvm::DenseMapInfo::Selector
DVirtualFileSystem.cpp348 static unsigned getHashValue(StringRef Val) { return HashString(Val); } in getHashValue() function
/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp597 static unsigned getHashValue(const LoweredPHIRecord &Val) { in getHashValue() function
/external/clang/include/clang/Sema/
DScopeInfo.h236 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.cpp1060 static inline unsigned getHashValue(const CXCursor &cursor) { in getHashValue() function
/external/llvm/lib/MC/
DMCDwarf.cpp1552 static unsigned getHashValue(const CIEKey &Key) { in getHashValue() function
/external/llvm/lib/CodeGen/
DMachineInstr.cpp1860 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/clang/lib/ARCMigrate/
DObjCMT.cpp1919 static unsigned getHashValue(const EditEntry& Val) { in getHashValue() function
/external/llvm/lib/TableGen/
DRecord.cpp68 static unsigned getHashValue(const TableGenStringKey& Val) { in getHashValue() function
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp476 static unsigned getHashValue(const ObjCSummaryKey &V) { in getHashValue() function
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2535 static unsigned getHashValue(Instruction *I) { in getHashValue() function

12