Home
last modified time | relevance | path

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

12

/external/clang/test/Sema/
Dzvector.c6 vector unsigned char uc, uc2; variable
47 uc = uc2; in foo()
63 sc = uc2; // expected-error {{incompatible type}} in foo()
68 bc = uc2; // expected-error {{incompatible type}} in foo()
92 us = uc2; // expected-error {{incompatible type}} in foo()
93 ui = uc2; // expected-error {{incompatible type}} in foo()
94 ul = uc2; // expected-error {{incompatible type}} in foo()
95 fd = uc2; // expected-error {{incompatible type}} in foo()
112 bc = (vector bool char)uc2; in foo()
145 bl = (vector bool long long)uc2; in foo()
[all …]
/external/llvm-project/clang/test/Sema/
Dzvector.c6 vector unsigned char uc, uc2; variable
90 uc = uc2; in foo()
106 sc = uc2; // expected-error {{incompatible type}} in foo()
111 bc = uc2; // expected-error {{incompatible type}} in foo()
135 us = uc2; // expected-error {{incompatible type}} in foo()
136 ui = uc2; // expected-error {{incompatible type}} in foo()
137 ul = uc2; // expected-error {{incompatible type}} in foo()
138 fd = uc2; // expected-error {{incompatible type}} in foo()
155 bc = (vector bool char)uc2; in foo()
188 bl = (vector bool long long)uc2; in foo()
[all …]
Dzvector2.c6 vector unsigned char uc, uc2; variable
44 ff = uc2; // expected-error {{incompatible type}} in foo()
/external/clang/test/CodeGen/
Dzvector.c5 volatile vector unsigned char uc, uc2; variable
33 uc = uc2; in test_assign()
70 uc = +uc2; in test_pos()
128 ++uc2; in test_preinc()
165 uc2++; in test_postinc()
202 --uc2; in test_predec()
239 uc2--; in test_postdec()
286 uc = uc + uc2; in test_add()
294 uc = bc + uc2; in test_add()
392 uc += uc2; in test_add_assign()
[all …]
/external/llvm-project/clang/test/CodeGen/SystemZ/
Dzvector.c4 volatile vector unsigned char uc, uc2; variable
46 uc = uc2; in test_assign()
83 uc = +uc2; in test_pos()
155 ++uc2; in test_preinc()
201 uc2++; in test_postinc()
247 --uc2; in test_predec()
293 uc2--; in test_postdec()
414 uc = uc + uc2; in test_add()
416 uc = bc + uc2; in test_add()
516 uc += uc2; in test_add_assign()
[all …]
/external/OpenCL-CTS/test_common/gl/
Dhelpers.cpp118 cl_uchar uc2 = p[i * 4 + 2]; in CreateGLTexture1DArray() local
121 p[ i * 4 + 0 ] = uc2; in CreateGLTexture1DArray()
136 cl_uchar uc2 = p[i * 4 + 2]; in CreateGLTexture1DArray() local
140 p[ i * 4 + 1 ] = uc2; in CreateGLTexture1DArray()
235 cl_uchar uc2 = p[i * 4 + 2]; in CreateGLTexture2DArray() local
238 p[ i * 4 + 0 ] = uc2; in CreateGLTexture2DArray()
253 cl_uchar uc2 = p[i * 4 + 2]; in CreateGLTexture2DArray() local
257 p[ i * 4 + 1 ] = uc2; in CreateGLTexture2DArray()
331 cl_uchar uc2 = p[i * 4 + 2]; in CreateGLTextureBuffer() local
334 p[ i * 4 + 0 ] = uc2; in CreateGLTextureBuffer()
[all …]
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dcppcoreguidelines-narrowing-conversions.cpp213 unsigned char uc2 = 255; in narrow_constant_to_unsigned_integer_is_ok() local
247 char uc2 = b ? 1 : 128; in narrow_conditional_operator_contant_to_signed_is_not_ok() local
Dcppcoreguidelines-narrowing-conversions-unsigned-char.cpp71 unsigned char uc2 = 255; in narrow_constant_to_unsigned_integer_is_ok() local
/external/llvm-project/llvm/test/CodeGen/Mips/Fast-ISel/
Dloadstoreconv.ll13 @uc2 = global i8 -1, align 1
57 %1 = load i8, i8* @uc2, align 1
149 %1 = load i8, i8* @uc2, align 1
Dlogopm.ll8 @uc2 = common global i8 0, align 1
236 %1 = load i8, i8* @uc2, align 1, !tbaa !2
244 ; CHECK-DAG: lw $[[UC2_ADDR:[0-9]+]], %got(uc2)($[[REG_GP]])
297 %1 = load i8, i8* @uc2, align 1, !tbaa !2
305 ; CHECK-DAG: lw $[[UC2_ADDR:[0-9]+]], %got(uc2)($[[REG_GP]])
359 %1 = load i8, i8* @uc2, align 1, !tbaa !2
367 ; CHECK-DAG: lw $[[UC2_ADDR:[0-9]+]], %got(uc2)($[[REG_GP]])
/external/llvm/test/CodeGen/Mips/Fast-ISel/
Dloadstoreconv.ll13 @uc2 = global i8 -1, align 1
57 %1 = load i8, i8* @uc2, align 1
149 %1 = load i8, i8* @uc2, align 1
Dlogopm.ll8 @uc2 = common global i8 0, align 1
236 %1 = load i8, i8* @uc2, align 1, !tbaa !2
244 ; CHECK-DAG: lw $[[UC2_ADDR:[0-9]+]], %got(uc2)($[[REG_GP]])
297 %1 = load i8, i8* @uc2, align 1, !tbaa !2
305 ; CHECK-DAG: lw $[[UC2_ADDR:[0-9]+]], %got(uc2)($[[REG_GP]])
359 %1 = load i8, i8* @uc2, align 1, !tbaa !2
367 ; CHECK-DAG: lw $[[UC2_ADDR:[0-9]+]], %got(uc2)($[[REG_GP]])
/external/clang/lib/Headers/
D__clang_cuda_intrinsics.h195 typedef unsigned char uc2 __attribute__((ext_vector_type(2))); in __ldg() typedef
196 uc2 rv = __nvvm_ldg_uc2(reinterpret_cast<const uc2 *>(ptr)); in __ldg()
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
Dp3-0x.cpp26 unsigned_c<2> uc2 = f<float, double>(); in test_f() local
/external/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
Dp3-0x.cpp26 unsigned_c<2> uc2 = f<float, double>(); in test_f() local
/external/OpenCL-CTS/test_common/gles/
Dhelpers.cpp164 cl_uchar uc2 = p[i * 4 + 2]; in CreateGLTexture2D() local
167 p[ i * 4 + 0 ] = uc2; in CreateGLTexture2D()
252 cl_uchar uc2 = p[i * 4 + 2]; in CreateGLTexture3D() local
255 p[ i * 4 + 0 ] = uc2; in CreateGLTexture3D()
565 cl_uchar uc2 = p[i * 4 + 2]; in CreateGLRenderbuffer() local
568 p[ i * 4 + 0 ] = uc2; in CreateGLRenderbuffer()
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_intrinsics.h359 typedef unsigned char uc2 __attribute__((ext_vector_type(2))); in __ldg() typedef
360 uc2 rv = __nvvm_ldg_uc2(reinterpret_cast<const uc2 *>(ptr)); in __ldg()
/external/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
Dp7-cxx11-nowarn.cpp16 unsigned char uc2 = {-1}; // expected-warning {{ cannot be narrowed }} expected-note {{silence}} in std_example() local
Dp7-0x.cpp15 unsigned char uc2 = {-1}; // expected-error {{ cannot be narrowed }} expected-note {{silence}} in std_example() local
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
Dp7-cxx11-nowarn.cpp16 unsigned char uc2 = {-1}; // expected-warning {{ cannot be narrowed }} expected-note {{silence}} in std_example() local
Dp7-0x.cpp15 unsigned char uc2 = {-1}; // expected-error {{ cannot be narrowed }} expected-note {{silence}} in std_example() local
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_gcm.cpp730 unsigned uc2 = uses[n]; in bu_release_val() local
742 sblog << " new uc=" << uc << ", total " << uc2 << "\n"; in bu_release_val()
745 if (uc == uc2) in bu_release_val()
/external/curl/lib/
Dtelnet.c959 unsigned char *uc1, *uc2; in sendsuboption() local
976 uc2 = (unsigned char *)&y; in sendsuboption()
979 CURL_SB_ACCUM(tn, uc2[0]); in sendsuboption()
980 CURL_SB_ACCUM(tn, uc2[1]); in sendsuboption()
/external/libcups/vcnet/regex/
Dregcomp.c1294 register unsigned uc2 = (unsigned char)c2; local
1297 if (col[uc1] != col[uc2])
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregcomp.c1412 unsigned uc2 = (uch)c2; in samesets() local
1415 if (col[uc1] != col[uc2]) in samesets()

12