Home
last modified time | relevance | path

Searched refs:uc2 (Results 1 – 14 of 14) sorted by relevance

/llvm-project/clang/test/Sema/
H A Dzvector.c6 vector unsigned char uc, uc2; variable
111 uc = uc2; in foo()
131 sc = uc2; // expected-error {{incompatible type}} in foo()
136 bc = uc2; // expected-error {{incompatible type}} in foo()
163 us = uc2; // expected-error {{incompatible type}} in foo()
164 ui = uc2; // expected-error {{incompatible type}} in foo()
165 ul = uc2; // expected-error {{incompatible type}} in foo()
166 fd = uc2; // expected-error {{incompatible type}} in foo()
167 ulll = uc2; // expected-error {{incompatible type}} in foo()
186 bc = (vector bool char)uc2; in foo()
[all...]
H A Dzvector2.c6 vector unsigned char uc, uc2; variable
48 ff = uc2; // expected-error {{incompatible type}} in foo()
/llvm-project/clang/test/CodeGen/SystemZ/
H A Dzvector.c7 volatile vector unsigned char uc, uc2;
35 // CHECK-NEXT: [[TMP1:%.*]] = load volatile <16 x i8>, ptr @uc2, align 8
60 uc = uc2; in test_assign()
82 // CHECK-NEXT: [[TMP1:%.*]] = load volatile <16 x i8>, ptr @uc2, align 8 in test_pos()
107 uc = +uc2;
163 // CHECK-NEXT: [[TMP1:%.*]] = load volatile <16 x i8>, ptr @uc2, align 8 in test_preinc()
165 // CHECK-NEXT: store volatile <16 x i8> [[INC1]], ptr @uc2, align 8 in test_preinc()
198 ++uc2;
221 // CHECK-NEXT: [[TMP1:%.*]] = load volatile <16 x i8>, ptr @uc2, align 8
223 // CHECK-NEXT: store volatile <16 x i8> [[INC1]], ptr @uc2, alig
6 volatile vector unsigned char uc, uc2; global() variable
[all...]
/llvm-project/llvm/test/CodeGen/Mips/Fast-ISel/
H A Dloadstoreconv.ll13 @uc2 = global i8 -1, align 1
57 %1 = load i8, ptr @uc2, align 1
149 %1 = load i8, ptr @uc2, align 1
H A Dlogopm.ll8 @uc2 = common global i8 0, align 1
236 %1 = load i8, ptr @uc2, align 1, !tbaa !2
244 ; CHECK-DAG: lw $[[UC2_ADDR:[0-9]+]], %got(uc2)($[[REG_GP]])
297 %1 = load i8, ptr @uc2, align 1, !tbaa !2
305 ; CHECK-DAG: lw $[[UC2_ADDR:[0-9]+]], %got(uc2)($[[REG_GP]])
359 %1 = load i8, ptr @uc2, align 1, !tbaa !2
367 ; CHECK-DAG: lw $[[UC2_ADDR:[0-9]+]], %got(uc2)($[[REG_GP]])
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dnarrowing-conversions.cpp
H A Dnarrowing-conversions-unsigned-char.cpp
/llvm-project/llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_subgroups/
H A Dcl_intel_sub_groups.ll27 ; uchar2 uc2 = intel_sub_group_block_read_uc2(image_in, coord);
28 ; intel_sub_group_block_write_uc2(image_out, coord, uc2);
29 ; uc2 = intel_sub_group_block_read_uc2(cp);
30 ; intel_sub_group_block_write_uc2(cp, uc2);
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
H A Dp3-0x.cpp26 unsigned_c<2> uc2 = f<float, double>(); in test_f() local
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp7-cxx11-nowarn.cpp16 unsigned char uc2 = {-1}; // expected-warning {{ cannot be narrowed }} expected-note {{silence}} in std_example() local
H A Dp7-0x.cpp18 unsigned char uc2 = {-1}; // expected-error {{ cannot be narrowed }} expected-note {{silence}} in std_example() local
/llvm-project/clang/lib/Headers/
H A D__clang_cuda_intrinsics.h357 typedef unsigned char uc2 __attribute__((ext_vector_type(2))); in __ldg() typedef
358 uc2 rv = __nvvm_ldg_uc2(reinterpret_cast<const uc2 *>(ptr)); in __ldg()
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dredundant-member-init.cpp293 UsesCleanup uc2{}; member
/llvm-project/llvm/lib/Support/
H A Dregcomp.c1410 unsigned uc2 = (uch)c2; in samesets() local
1413 if (col[uc1] != col[uc2]) in samesets()