/external/llvm/lib/IR/ |
D | LLVMContextImpl.h | 61 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/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | LLVMContextImpl.h | 75 static unsigned getHashValue(const APInt &Key) { in getHashValue() function 88 static unsigned getHashValue(const APFloat &Key) { in getHashValue() function 128 static unsigned getHashValue(const KeyTy& Key) { in getHashValue() function 134 static unsigned getHashValue(const StructType *ST) { in getHashValue() function 183 static unsigned getHashValue(const KeyTy& Key) { in getHashValue() function 190 static unsigned getHashValue(const FunctionType *FT) { in getHashValue() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/PBQP/ |
D | CostAllocator.h | 58 static unsigned getHashValue(const ValueKeyT &C) { in getHashValue() function 62 static unsigned getHashValue(PoolEntry *P) { in getHashValue() function 66 static unsigned getHashValue(const PoolEntry *P) { in getHashValue() function
|
/external/llvm/include/llvm/CodeGen/PBQP/ |
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
|
/external/llvm/unittests/ADT/ |
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
|
D | DenseMapTest.cpp | 64 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/ |
D | GVNExpression.h | 114 virtual hash_code getHashValue() const { return getOpcode(); } in getHashValue() function 223 hash_code getHashValue() const override { in getHashValue() function 281 hash_code getHashValue() const override { in getHashValue() function 464 hash_code getHashValue() const override { in getHashValue() function 525 hash_code getHashValue() const override { in getHashValue() function 571 hash_code getHashValue() const override { in getHashValue() function 608 hash_code getHashValue() const override { in getHashValue() function 644 hash_code getHashValue() const override { in getHashValue() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | DenseSetTest.cpp | 30 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; } in getHashValue() function 31 static unsigned getHashValue(const char* Val) { in getHashValue() function 154 static unsigned getHashValue(const CountCopyAndMove &Val) { in getHashValue() function
|
D | DenseMapTest.cpp | 64 static unsigned getHashValue(const CtorTester &Val) { in getHashValue() function 504 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; } in getHashValue() function 505 static unsigned getHashValue(const char* Val) { in getHashValue() function 543 static unsigned getHashValue(const unsigned& Val) { return Val; } in getHashValue() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwp/ |
D | DWPStringPool.h | 19 static unsigned getHashValue(const char *Val) { in getHashValue() function
|
/external/llvm/tools/llvm-dwp/ |
D | DWPStringPool.h | 19 static unsigned getHashValue(const char *Val) { in getHashValue() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | DeclContext.h | 154 static unsigned getHashValue(const DeclContext *Ctxt) { in getHashValue() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | ReverseIterationTest.cpp | 74 static int getHashValue(const PtrLikeInt *P) { in getHashValue() function
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | LLVMContextImpl.h | 57 static unsigned getHashValue(const KeyTy &Key) { in getHashValue() function 84 static unsigned getHashValue(const KeyTy &Key) { in getHashValue() function
|
D | DebugLoc.cpp | 175 unsigned DenseMapInfo<DebugLoc>::getHashValue(const DebugLoc &Key) { in getHashValue() function in DenseMapInfo
|
/external/clang/include/clang/AST/ |
D | ASTTypeTraits.h | 105 static unsigned getHashValue(const ASTNodeKind &Val) { return Val.KindId; } in getHashValue() function
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 89 unsigned DenseMapInfo<SimpleValue>::getHashValue(SimpleValue Val) { in getHashValue() function in DenseMapInfo 181 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue() function in DenseMapInfo
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | GVNSink.cpp | 328 static unsigned getHashValue(const ModelledPHI &V) { return V.hash(); } in getHashValue() function 370 hash_code getHashValue() const override { in getHashValue() function in __anon926b4d560111::InstructionUseExpr 375 template <typename Function> hash_code getHashValue(Function MapFn) { in getHashValue() function in __anon926b4d560111::InstructionUseExpr
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.h | 337 static unsigned getHashValue(uint32_t Code) { in getHashValue() function 340 static unsigned getHashValue(const Abbrev &Abbr) { in getHashValue() function
|
/external/llvm/lib/Transforms/Utils/ |
D | BypassSlowDivision.cpp | 64 static unsigned getHashValue(const DivOpInfo &Val) { in getHashValue() function
|
/external/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 92 unsigned DenseMapInfo<SimpleValue>::getHashValue(SimpleValue Val) { in getHashValue() function in DenseMapInfo 221 unsigned DenseMapInfo<CallValue>::getHashValue(CallValue Val) { in getHashValue() function in DenseMapInfo
|
/external/clang/include/clang/Basic/ |
D | SourceLocation.h | 57 unsigned getHashValue() const { return static_cast<unsigned>(ID); } in getHashValue() function
|
/external/llvm/lib/Target/X86/ |
D | X86OptimizeLEAs.cpp | 116 static unsigned getHashValue(const MemOpKey &Val) { in getHashValue() function
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | LazyValueInfo.cpp | 320 static unsigned getHashValue(const LVIValueHandle &Val) { in getHashValue() function 341 static unsigned getHashValue( const PairTy &Val) { in getHashValue() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86OptimizeLEAs.cpp | 131 static unsigned getHashValue(const MemOpKey &Val) { in getHashValue() function
|