/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 | 8 unsigned long long low; member
|
H A D | arm-bf16-getset-intrinsics.c | 97 bfloat16x8_t test_vcombine_bf16(bfloat16x4_t low, bfloat16x4_t high) { in test_vcombine_bf16()
|
H A D | aarch64-bf16-getset-intrinsics.c |
|
/llvm-project/libc/src/__support/ |
H A D | hash.h | 26 uint64_t low = static_cast<uint64_t>(p); folded_multiply() local 58 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/lld/test/ELF/ |
H A D | arm-thumb2-ldrlit-err.s | 8 low: label
|
H A D | arm-ldrlit-err.s | 7 low: label
|
H A D | arm-thumb2-adr-err.s | 8 low: label
|
H A D | arm-adr-err.s | 7 low: label
|
H A D | arm-thumb-ldrlit-err.s | 8 low: label
|
H A D | arm-thumb-adr-err.s | 8 low: label
|
/llvm-project/compiler-rt/lib/builtins/ppc/ |
H A D | floatditf.c | 15 doublebits low = {.d = twop52}; in __floatditf() local
|
H A D | floatunditf.c | 19 doublebits low = {.d = twop52}; in __floatunditf() local
|
/llvm-project/compiler-rt/lib/builtins/ |
H A D | fixunsdfdi.c | 20 su_int low = a - (double)high * 4294967296.f; // high * 0x1p32f; in __fixunsdfdi() local
|
H A D | fixunssfdi.c | 21 su_int low = da - (double)high * 4294967296.f; // high * 0x1p32f; in __fixunssfdi() local
|
H A D | int_types.h | 44 su_int low; member 57 su_int low; member 86 du_int low; member 99 du_int low; member 145 udwords low; member
|
H A D | floatdidf.c | 34 } low = {.d = twop52}; in __floatdidf() local
|
H A D | floatundidf.c | 40 } low = {.d = twop52}; in __floatundidf() local
|
/llvm-project/clang/test/OpenMP/ |
H A D | outlined_artificial.c | 22 void foo_simd(int low, int up) { in foo_simd()
|
H A D | ordered_codegen.cpp | 107 void foo_simd(int low, int up) { in foo_simd() argument
|
/llvm-project/clang/lib/Lex/ |
H A D | PPConditionalDirectiveRecord.cpp | 28 CondDirectiveLocsTy::const_iterator low = llvm::lower_bound( in rangeIntersectsConditionalDirective() local 57 CondDirectiveLocsTy::const_iterator low = llvm::lower_bound( in findConditionalDirectiveRegionLoc() local
|
/llvm-project/llvm/lib/BinaryFormat/ |
H A D | Magic.cpp | 116 unsigned low = Data2MSB ? 17 : 16; in identify_magic() local
|
/llvm-project/libcxx/test/std/utilities/utility/utility.underlying/ |
H A D | to_underlying.pass.cpp | 25 low = std::numeric_limits<long long>::min(), 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 128 Value low = combineDigits(resultDigits[0], resultDigits[1]); in lowerExtendedMultiplication() local
|