HomeSort by relevance Sort by last modified time
    Searched refs:getHashValue (Results 1 - 25 of 401) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
DenseMapInfo.h 26 //static unsigned getHashValue(const T &Val);
43 static unsigned getHashValue(const T *PtrVal) {
54 static unsigned getHashValue(const char& Val) { return Val * 37U; }
64 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; }
74 static unsigned getHashValue(const unsigned long& Val) {
86 static unsigned getHashValue(const unsigned long long& Val) {
99 static unsigned getHashValue(const int& Val) { return (unsigned)(Val * 37U); }
111 static unsigned getHashValue(const long& Val) {
123 static unsigned getHashValue(const long long& Val) {
147 static unsigned getHashValue(const Pair& PairVal)
    [all...]
  /external/llvm/include/llvm/ADT/
DenseMapInfo.h 29 //static unsigned getHashValue(const T &Val);
35 Hash = DenseMapInfo<T>::getHashValue(Val);
52 static unsigned getHashValue(CachedHash<T> Val) {
76 static unsigned getHashValue(const T *PtrVal) {
87 static unsigned getHashValue(const char& Val) { return Val * 37U; }
97 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; }
107 static unsigned getHashValue(const unsigned long& Val) {
119 static unsigned getHashValue(const unsigned long long& Val) {
132 static unsigned getHashValue(const int& Val) { return (unsigned)(Val * 37U); }
144 static unsigned getHashValue(const long& Val)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
DenseMapInfo.h 29 //static unsigned getHashValue(const T &Val);
46 static unsigned getHashValue(const T *PtrVal) {
57 static unsigned getHashValue(const char& Val) { return Val * 37U; }
67 static unsigned getHashValue(const unsigned short &Val) { return Val * 37U; }
77 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; }
87 static unsigned getHashValue(const unsigned long& Val) {
99 static unsigned getHashValue(const unsigned long long& Val) {
112 static unsigned getHashValue(const short &Val) { return Val * 37U; }
120 static unsigned getHashValue(const int& Val) { return (unsigned)(Val * 37U); }
132 static unsigned getHashValue(const long& Val)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
DenseMapInfo.h 29 //static unsigned getHashValue(const T &Val);
46 static unsigned getHashValue(const T *PtrVal) {
57 static unsigned getHashValue(const char& Val) { return Val * 37U; }
67 static unsigned getHashValue(const unsigned short &Val) { return Val * 37U; }
77 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; }
87 static unsigned getHashValue(const unsigned long& Val) {
99 static unsigned getHashValue(const unsigned long long& Val) {
112 static unsigned getHashValue(const short &Val) { return Val * 37U; }
120 static unsigned getHashValue(const int& Val) { return (unsigned)(Val * 37U); }
132 static unsigned getHashValue(const long& Val)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
DenseMapInfo.h 29 //static unsigned getHashValue(const T &Val);
46 static unsigned getHashValue(const T *PtrVal) {
57 static unsigned getHashValue(const char& Val) { return Val * 37U; }
67 static unsigned getHashValue(const unsigned short &Val) { return Val * 37U; }
77 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; }
87 static unsigned getHashValue(const unsigned long& Val) {
99 static unsigned getHashValue(const unsigned long long& Val) {
112 static unsigned getHashValue(const short &Val) { return Val * 37U; }
120 static unsigned getHashValue(const int& Val) { return (unsigned)(Val * 37U); }
132 static unsigned getHashValue(const long& Val)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
DenseMapInfo.h 29 //static unsigned getHashValue(const T &Val);
46 static unsigned getHashValue(const T *PtrVal) {
57 static unsigned getHashValue(const char& Val) { return Val * 37U; }
67 static unsigned getHashValue(const unsigned short &Val) { return Val * 37U; }
77 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; }
87 static unsigned getHashValue(const unsigned long& Val) {
99 static unsigned getHashValue(const unsigned long long& Val) {
112 static unsigned getHashValue(const short &Val) { return Val * 37U; }
120 static unsigned getHashValue(const int& Val) { return (unsigned)(Val * 37U); }
132 static unsigned getHashValue(const long& Val)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
DenseMapInfo.h 29 //static unsigned getHashValue(const T &Val);
46 static unsigned getHashValue(const T *PtrVal) {
57 static unsigned getHashValue(const char& Val) { return Val * 37U; }
67 static unsigned getHashValue(const unsigned short &Val) { return Val * 37U; }
77 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; }
87 static unsigned getHashValue(const unsigned long& Val) {
99 static unsigned getHashValue(const unsigned long long& Val) {
112 static unsigned getHashValue(const short &Val) { return Val * 37U; }
120 static unsigned getHashValue(const int& Val) { return (unsigned)(Val * 37U); }
132 static unsigned getHashValue(const long& Val)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
DenseMapInfo.h 29 //static unsigned getHashValue(const T &Val);
46 static unsigned getHashValue(const T *PtrVal) {
57 static unsigned getHashValue(const char& Val) { return Val * 37U; }
67 static unsigned getHashValue(const unsigned short &Val) { return Val * 37U; }
77 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; }
87 static unsigned getHashValue(const unsigned long& Val) {
99 static unsigned getHashValue(const unsigned long long& Val) {
112 static unsigned getHashValue(const short &Val) { return Val * 37U; }
120 static unsigned getHashValue(const int& Val) { return (unsigned)(Val * 37U); }
132 static unsigned getHashValue(const long& Val)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
DenseMapInfo.h 29 //static unsigned getHashValue(const T &Val);
46 static unsigned getHashValue(const T *PtrVal) {
57 static unsigned getHashValue(const char& Val) { return Val * 37U; }
67 static unsigned getHashValue(const unsigned short &Val) { return Val * 37U; }
77 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; }
87 static unsigned getHashValue(const unsigned long& Val) {
99 static unsigned getHashValue(const unsigned long long& Val) {
112 static unsigned getHashValue(const short &Val) { return Val * 37U; }
120 static unsigned getHashValue(const int& Val) { return (unsigned)(Val * 37U); }
132 static unsigned getHashValue(const long& Val)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
DenseMapInfo.h 29 //static unsigned getHashValue(const T &Val);
46 static unsigned getHashValue(const T *PtrVal) {
57 static unsigned getHashValue(const char& Val) { return Val * 37U; }
67 static unsigned getHashValue(const unsigned short &Val) { return Val * 37U; }
77 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; }
87 static unsigned getHashValue(const unsigned long& Val) {
99 static unsigned getHashValue(const unsigned long long& Val) {
112 static unsigned getHashValue(const short &Val) { return Val * 37U; }
120 static unsigned getHashValue(const int& Val) { return (unsigned)(Val * 37U); }
132 static unsigned getHashValue(const long& Val)
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DenseMapInfo.h 29 //static unsigned getHashValue(const T &Val);
46 static unsigned getHashValue(const T *PtrVal) {
57 static unsigned getHashValue(const char& Val) { return Val * 37U; }
67 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; }
77 static unsigned getHashValue(const unsigned long& Val) {
89 static unsigned getHashValue(const unsigned long long& Val) {
102 static unsigned getHashValue(const int& Val) { return (unsigned)(Val * 37U); }
114 static unsigned getHashValue(const long& Val) {
126 static unsigned getHashValue(const long long& Val) {
150 static unsigned getHashValue(const Pair& PairVal)
    [all...]
  /external/llvm/include/llvm/CodeGen/PBQP/
CostAllocator.h 56 static unsigned getHashValue(const ValueKeyT &C) {
60 static unsigned getHashValue(PoolEntry *P) {
61 return getHashValue(P->getValue());
64 static unsigned getHashValue(const PoolEntry *P) {
65 return getHashValue(P->getValue());
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
CostAllocator.h 56 static unsigned getHashValue(const ValueKeyT &C) {
60 static unsigned getHashValue(PoolEntry *P) {
61 return getHashValue(P->getValue());
64 static unsigned getHashValue(const PoolEntry *P) {
65 return getHashValue(P->getValue());
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
CostAllocator.h 56 static unsigned getHashValue(const ValueKeyT &C) {
60 static unsigned getHashValue(PoolEntry *P) {
61 return getHashValue(P->getValue());
64 static unsigned getHashValue(const PoolEntry *P) {
65 return getHashValue(P->getValue());
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
CostAllocator.h 56 static unsigned getHashValue(const ValueKeyT &C) {
60 static unsigned getHashValue(PoolEntry *P) {
61 return getHashValue(P->getValue());
64 static unsigned getHashValue(const PoolEntry *P) {
65 return getHashValue(P->getValue());
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
CostAllocator.h 56 static unsigned getHashValue(const ValueKeyT &C) {
60 static unsigned getHashValue(PoolEntry *P) {
61 return getHashValue(P->getValue());
64 static unsigned getHashValue(const PoolEntry *P) {
65 return getHashValue(P->getValue());
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
CostAllocator.h 56 static unsigned getHashValue(const ValueKeyT &C) {
60 static unsigned getHashValue(PoolEntry *P) {
61 return getHashValue(P->getValue());
64 static unsigned getHashValue(const PoolEntry *P) {
65 return getHashValue(P->getValue());
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
CostAllocator.h 56 static unsigned getHashValue(const ValueKeyT &C) {
60 static unsigned getHashValue(PoolEntry *P) {
61 return getHashValue(P->getValue());
64 static unsigned getHashValue(const PoolEntry *P) {
65 return getHashValue(P->getValue());
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
CostAllocator.h 56 static unsigned getHashValue(const ValueKeyT &C) {
60 static unsigned getHashValue(PoolEntry *P) {
61 return getHashValue(P->getValue());
64 static unsigned getHashValue(const PoolEntry *P) {
65 return getHashValue(P->getValue());
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
CostAllocator.h 56 static unsigned getHashValue(const ValueKeyT &C) {
60 static unsigned getHashValue(PoolEntry *P) {
61 return getHashValue(P->getValue());
64 static unsigned getHashValue(const PoolEntry *P) {
65 return getHashValue(P->getValue());
  /external/llvm/include/llvm/Analysis/
MemoryLocation.h 131 static unsigned getHashValue(const MemoryLocation &Val) {
132 return DenseMapInfo<const Value *>::getHashValue(Val.Ptr) ^
133 DenseMapInfo<uint64_t>::getHashValue(Val.Size) ^
134 DenseMapInfo<AAMDNodes>::getHashValue(Val.AATags);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
MemoryLocation.h 131 static unsigned getHashValue(const MemoryLocation &Val) {
132 return DenseMapInfo<const Value *>::getHashValue(Val.Ptr) ^
133 DenseMapInfo<uint64_t>::getHashValue(Val.Size) ^
134 DenseMapInfo<AAMDNodes>::getHashValue(Val.AATags);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
MemoryLocation.h 131 static unsigned getHashValue(const MemoryLocation &Val) {
132 return DenseMapInfo<const Value *>::getHashValue(Val.Ptr) ^
133 DenseMapInfo<uint64_t>::getHashValue(Val.Size) ^
134 DenseMapInfo<AAMDNodes>::getHashValue(Val.AATags);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
MemoryLocation.h 131 static unsigned getHashValue(const MemoryLocation &Val) {
132 return DenseMapInfo<const Value *>::getHashValue(Val.Ptr) ^
133 DenseMapInfo<uint64_t>::getHashValue(Val.Size) ^
134 DenseMapInfo<AAMDNodes>::getHashValue(Val.AATags);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
MemoryLocation.h 131 static unsigned getHashValue(const MemoryLocation &Val) {
132 return DenseMapInfo<const Value *>::getHashValue(Val.Ptr) ^
133 DenseMapInfo<uint64_t>::getHashValue(Val.Size) ^
134 DenseMapInfo<AAMDNodes>::getHashValue(Val.AATags);

Completed in 604 milliseconds

1 2 3 4 5 6 7 8 91011>>