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

1 2 3 4

  /external/llvm/unittests/ADT/
HashingTest.cpp 107 EXPECT_EQ(hash_combine_range(s.c_str(), s.c_str() + s.size()), hash_value(s));
108 EXPECT_EQ(hash_combine_range(s.c_str(), s.c_str() + s.size() - 1),
110 EXPECT_EQ(hash_combine_range(s.c_str() + 1, s.c_str() + s.size() - 1),
114 EXPECT_EQ(hash_combine_range(ws.c_str(), ws.c_str() + ws.size()),
116 EXPECT_EQ(hash_combine_range(ws.c_str(), ws.c_str() + ws.size() - 1),
118 EXPECT_EQ(hash_combine_range(ws.c_str() + 1, ws.c_str() + ws.size() - 1),
133 hash_code dummy_hash = hash_combine_range(&dummy, &dummy);
137 hash_code arr1_hash = hash_combine_range(begin(arr1), end(arr1));
139 EXPECT_EQ(arr1_hash, hash_combine_range(begin(arr1), end(arr1)));
142 EXPECT_EQ(arr1_hash, hash_combine_range(vec.begin(), vec.end()))
    [all...]
  /external/llvm/lib/IR/
LLVMContextImpl.cpp 182 unsigned Hash = hash_combine_range(N->op_begin() + Offset, N->op_end());
195 return hash_combine_range(Ops.begin(), Ops.end());
ConstantsContext.h 385 return hash_combine_range(Operands.begin(), Operands.end());
498 hash_combine_range(Ops.begin(), Ops.end()),
499 hash_combine_range(Indexes.begin(), Indexes.end()));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
Math.h 102 return hash_combine(V.Length, hash_combine_range(VBegin, VEnd));
240 return hash_combine(M.Rows, M.Cols, hash_combine_range(MBegin, MEnd));
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/PBQP/
Math.h 104 return hash_combine(V.Length, hash_combine_range(VBegin, VEnd));
242 return hash_combine(M.Rows, M.Cols, hash_combine_range(MBegin, MEnd));
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/PBQP/
Math.h 104 return hash_combine(V.Length, hash_combine_range(VBegin, VEnd));
242 return hash_combine(M.Rows, M.Cols, hash_combine_range(MBegin, MEnd));
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/PBQP/
Math.h 104 return hash_combine(V.Length, hash_combine_range(VBegin, VEnd));
242 return hash_combine(M.Rows, M.Cols, hash_combine_range(MBegin, MEnd));
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/PBQP/
Math.h 104 return hash_combine(V.Length, hash_combine_range(VBegin, VEnd));
242 return hash_combine(M.Rows, M.Cols, hash_combine_range(MBegin, MEnd));
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/PBQP/
Math.h 104 return hash_combine(V.Length, hash_combine_range(VBegin, VEnd));
242 return hash_combine(M.Rows, M.Cols, hash_combine_range(MBegin, MEnd));
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/PBQP/
Math.h 104 return hash_combine(V.Length, hash_combine_range(VBegin, VEnd));
242 return hash_combine(M.Rows, M.Cols, hash_combine_range(MBegin, MEnd));
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
Math.h 102 return hash_combine(V.Length, hash_combine_range(VBegin, VEnd));
240 return hash_combine(M.Rows, M.Cols, hash_combine_range(MBegin, MEnd));
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/PBQP/
Math.h 104 return hash_combine(V.Length, hash_combine_range(VBegin, VEnd));
242 return hash_combine(M.Rows, M.Cols, hash_combine_range(MBegin, MEnd));
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/PBQP/
Math.h 104 return hash_combine(V.Length, hash_combine_range(VBegin, VEnd));
242 return hash_combine(M.Rows, M.Cols, hash_combine_range(MBegin, MEnd));
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/PBQP/
Math.h 104 return hash_combine(V.Length, hash_combine_range(VBegin, VEnd));
242 return hash_combine(M.Rows, M.Cols, hash_combine_range(MBegin, MEnd));
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/PBQP/
Math.h 104 return hash_combine(V.Length, hash_combine_range(VBegin, VEnd));
242 return hash_combine(M.Rows, M.Cols, hash_combine_range(MBegin, MEnd));
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/PBQP/
Math.h 104 return hash_combine(V.Length, hash_combine_range(VBegin, VEnd));
242 return hash_combine(M.Rows, M.Cols, hash_combine_range(MBegin, MEnd));
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/PBQP/
Math.h 104 return hash_combine(V.Length, hash_combine_range(VBegin, VEnd));
242 return hash_combine(M.Rows, M.Cols, hash_combine_range(MBegin, MEnd));
  /external/llvm/include/llvm/CodeGen/PBQP/
Math.h 145 return hash_combine(V.Length, hash_combine_range(VBegin, VEnd));
383 return hash_combine(M.Rows, M.Cols, hash_combine_range(MBegin, MEnd));
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 120 hash_combine_range(EVI->idx_begin(), EVI->idx_end()));
125 hash_combine_range(IVI->idx_begin(), IVI->idx_end()));
136 hash_combine_range(Inst->value_op_begin(), Inst->value_op_end()));
226 hash_combine_range(Inst->value_op_begin(), Inst->value_op_end()));
    [all...]
  /external/llvm/include/llvm/ADT/
Hashing.h 32 // -- 'hash_combine' and 'hash_combine_range' are functions designed to aid
37 // Note that 'hash_combine_range' contains very special logic for hashing
480 hash_code hash_combine_range(InputIteratorT first, InputIteratorT last) { function in namespace:llvm
656 return hash_combine_range(arg.begin(), arg.end());
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Hashing.h 32 // -- 'hash_combine' and 'hash_combine_range' are functions designed to aid
37 // Note that 'hash_combine_range' contains very special logic for hashing
480 hash_code hash_combine_range(InputIteratorT first, InputIteratorT last) { function in namespace:llvm
656 return hash_combine_range(arg.begin(), arg.end());
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
Hashing.h 32 // -- 'hash_combine' and 'hash_combine_range' are functions designed to aid
37 // Note that 'hash_combine_range' contains very special logic for hashing
480 hash_code hash_combine_range(InputIteratorT first, InputIteratorT last) { function in namespace:llvm
656 return hash_combine_range(arg.begin(), arg.end());
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Scalar/
GVNExpression.h 207 hash_combine_range(op_begin(), op_end()));
441 hash_combine_range(int_op_begin(), int_op_end()));
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
Hashing.h 32 // -- 'hash_combine' and 'hash_combine_range' are functions designed to aid
37 // Note that 'hash_combine_range' contains very special logic for hashing
480 hash_code hash_combine_range(InputIteratorT first, InputIteratorT last) { function in namespace:llvm
656 return hash_combine_range(arg.begin(), arg.end());
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Scalar/
GVNExpression.h 219 hash_combine_range(op_begin(), op_end()));
463 hash_combine_range(int_op_begin(), int_op_end()));

Completed in 617 milliseconds

1 2 3 4