LLVM: include/llvm/Support/xxhash.h Source File (original) (raw)
Go to the documentation of this file.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38#ifndef LLVM_SUPPORT_XXHASH_H
39#define LLVM_SUPPORT_XXHASH_H
40
44
45namespace llvm {
46
49
54
55
56
57
58
59
60
61
62
63
64
74
75
77
78}
79
80#endif
ArrayRef - Represent a constant reference to an array (0 or more elements consecutively in memory),...
StringRef - Represent a constant reference to a string, i.e.
This is an optimization pass for GlobalISel generic memory operations.
LLVM_ABI uint64_t xxh3_64bits(ArrayRef< uint8_t > data)
LLVM_ABI XXH128_hash_t xxh3_128bits(ArrayRef< uint8_t > data)
XXH3's 128-bit variant.
FunctionAddr VTableAddr uintptr_t uintptr_t Data
ArrayRef(const T &OneElt) -> ArrayRef< T >
The return value from 128-bit hashes.
Definition xxhash.h:65
bool operator==(const XXH128_hash_t rhs) const
Convenience equality check operator.
Definition xxhash.h:70
uint64_t low64
value & 0xFFFFFFFFFFFFFFFF
Definition xxhash.h:66
uint64_t high64
value >> 64
Definition xxhash.h:67