/llvm-project/clang/test/CodeGen/ |
H A D | aarch64-neon-vcombine.c |
|
H A D | 2002-09-18-UnionProblem.c | 5 char high, low; member
|
H A D | 2005-09-24-BitFieldCrash.c | 9 long long high; member
|
/llvm-project/lld/test/ELF/ |
H A D | ppc64-pcrel-long-branch.s | 51 .globl high symbol 52 high: label
|
H A D | arm-extreme-range-pi-thunk.s | 26 .global high symbol 28 high: label
|
H A D | ppc64-pcrel-long-branch-error.s | 36 .globl high symbol 37 high: label
|
H A D | ppc64-long-branch-rel14.s | 61 .globl high symbol 62 high: label
|
H A D | ppc32-long-thunk.s | 86 .globl high symbol 87 high: label
|
H A D | ppc64-long-branch.s | 77 .globl high symbol 78 high: label
|
H A D | arm-thumb2-ldrlit-err.s | 29 high: label
|
H A D | aarch64-thunk-reuse2.s | 33 high: label
|
H A D | arm-ldrlit-err.s | 31 high: label
|
H A D | arm-thumb2-adr-err.s | 28 high: label
|
H A D | arm-thunk-reuse.s | 70 high: label
|
H A D | aarch64-thunk-reuse.s | 40 high: label
|
/llvm-project/libc/src/__support/ |
H A D | hash.h | 27 uint64_t high = static_cast<uint64_t>(p >> 64); folded_multiply() local 59 read_small_values(const void * ptr,size_t size,uint64_t & low,uint64_t & high) read_small_values() argument 103 update(uint64_t low,uint64_t high) update() argument 131 uint64_t low, high; update() local [all...] |
/llvm-project/compiler-rt/lib/builtins/ppc/ |
H A D | floatunditf.c | 18 doublebits high = {.d = twop84}; in __floatunditf() local
|
/llvm-project/compiler-rt/lib/builtins/ |
H A D | fixunsdfdi.c | 19 su_int high = a / 4294967296.f; // a / 0x1p32f; in __fixunsdfdi() local
|
H A D | fixunssfdi.c | 20 su_int high = da / 4294967296.f; // da / 0x1p32f; in __fixunssfdi() local
|
H A D | int_types.h | 45 si_int high; member 58 su_int high; member 87 di_int high; member 100 du_int high; member 146 udwords high; member
|
H A D | floatdidf.c | 36 const double high = (int32_t)(a >> 32) * twop32; in __floatdidf() local
|
H A D | floatundidf.c | 36 } high = {.d = twop84}; in __floatundidf() local
|
/llvm-project/llvm/lib/BinaryFormat/ |
H A D | Magic.cpp | 115 unsigned high = Data2MSB ? 16 : 17; in identify_magic() local
|
/llvm-project/libcxx/test/std/utilities/utility/utility.underlying/ |
H A D | to_underlying.pass.cpp | 26 high = std::numeric_limits<long long>::max() enumerator
|
/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/ |
H A D | SPIRVWebGPUTransforms.cpp | 124 auto combineDigits = [loc, cst16, &rewriter](Value low, Value high) { in lowerExtendedMultiplication() argument 129 Value high = combineDigits(resultDigits[2], resultDigits[3]); in lowerExtendedMultiplication() local
|