Home
last modified time | relevance | path

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

12

/external/llvm/lib/IR/
DLLVMContextImpl.h61 static unsigned getHashValue(const APInt &Key) { in getHashValue() function
72 static unsigned getHashValue(const APFloat &Key) { in getHashValue() function
105 static unsigned getHashValue(const KeyTy& Key) { in getHashValue() function
110 static unsigned getHashValue(const StructType *ST) { in getHashValue() function
152 static unsigned getHashValue(const KeyTy& Key) { in getHashValue() function
158 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
511 static unsigned getHashValue(const CachedHashTest &X) { in getHashValue() function
553 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; } in getHashValue() function
554 static unsigned getHashValue(const char* Val) { in getHashValue() function
592 static unsigned getHashValue(const unsigned& Val) { return Val; } in getHashValue() function
/external/llvm/tools/llvm-dwp/
DDWPStringPool.h19 static unsigned getHashValue(const char *Val) { in getHashValue() function
/external/swiftshader/third_party/LLVM/lib/VMCore/
DLLVMContextImpl.h57 static unsigned getHashValue(const KeyTy &Key) { in getHashValue() function
84 static unsigned getHashValue(const KeyTy &Key) { in getHashValue() function
DDebugLoc.cpp175 unsigned DenseMapInfo<DebugLoc>::getHashValue(const DebugLoc &Key) { in getHashValue() function in DenseMapInfo
/external/clang/include/clang/AST/
DASTTypeTraits.h105 static unsigned getHashValue(const ASTNodeKind &Val) { return Val.KindId; } in getHashValue() function
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DEarlyCSE.cpp89 unsigned DenseMapInfo<SimpleValue>::getHashValue(SimpleValue Val) { in getHashValue() function in DenseMapInfo
181 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue() function in DenseMapInfo
/external/llvm/lib/Transforms/Utils/
DBypassSlowDivision.cpp64 static unsigned getHashValue(const DivOpInfo &Val) { in getHashValue() function
DLocal.cpp913 static unsigned getHashValue(PHINode *PN) { in EliminateDuplicatePHINodes() function
1474 static unsigned getHashValue(CatchPadInst *CatchPad) { in markAliveBlocks() function
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp92 unsigned DenseMapInfo<SimpleValue>::getHashValue(SimpleValue Val) { in getHashValue() function in DenseMapInfo
221 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue() function in DenseMapInfo
DLoopUnrollPass.cpp200 static inline unsigned getHashValue(const UnrolledInstState &S) { in getHashValue() function
/external/clang/include/clang/Basic/
DSourceLocation.h57 unsigned getHashValue() const { return static_cast<unsigned>(ID); } in getHashValue() function
/external/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp116 static unsigned getHashValue(const MemOpKey &Val) { in getHashValue() function
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLazyValueInfo.cpp320 static unsigned getHashValue(const LVIValueHandle &Val) { in getHashValue() function
341 static unsigned getHashValue( const PairTy &Val) { in getHashValue() function
/external/llvm/include/llvm/ADT/
DDenseMap.h369 static unsigned getHashValue(const KeyT &Val) { in getHashValue() function
373 static unsigned getHashValue(const LookupKeyT &Val) { in getHashValue() function
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DDenseMap.h310 static unsigned getHashValue(const KeyT &Val) { in getHashValue() function
/external/llvm/lib/Linker/
DIRMover.cpp1281 unsigned IRMover::StructTypeKeyInfo::getHashValue(const KeyTy &Key) { in getHashValue() function in IRMover::StructTypeKeyInfo
1286 unsigned IRMover::StructTypeKeyInfo::getHashValue(const StructType *ST) { in getHashValue() function in IRMover::StructTypeKeyInfo
/external/clang/lib/Basic/
DIdentifierTable.cpp345 unsigned llvm::DenseMapInfo<clang::Selector>::getHashValue(clang::Selector S) { in getHashValue() function in llvm::DenseMapInfo::Selector
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DMergeFunctions.cpp142 static unsigned getHashValue(const ComparableFunction &CF) { in getHashValue() function
/external/llvm/lib/Transforms/IPO/
DWholeProgramDevirt.cpp194 static unsigned getHashValue(const VTableSlot &I) { in getHashValue() function
/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp673 static unsigned getHashValue(const LoweredPHIRecord &Val) { in getHashValue() function
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombinePHI.cpp597 static unsigned getHashValue(const LoweredPHIRecord &Val) { in getHashValue() function
/external/clang/include/clang/Sema/
DScopeInfo.h262 static unsigned getHashValue(const WeakObjectProfileTy &Val) { in getHashValue() function

12