Home
last modified time | relevance | path

Searched refs:uc1 (Results 1 – 25 of 32) sorted by relevance

12

/external/clang/test/CodeGen/
Dcomplex-convert.c17 unsigned char uc1; in foo() local
58 uc1 = csc; in foo()
63 uc1 = cuc; in foo()
68 uc1 = csll; in foo()
74 uc1 = cull; in foo()
/external/llvm-project/clang/test/CodeGen/
Dcomplex-convert.c17 unsigned char uc1; in foo() local
58 uc1 = csc; in foo()
63 uc1 = cuc; in foo()
68 uc1 = csll; in foo()
74 uc1 = cull; in foo()
/external/OpenCL-CTS/test_common/gl/
Dhelpers.cpp117 cl_uchar uc1 = p[i * 4 + 1]; in CreateGLTexture1DArray() local
122 p[ i * 4 + 1 ] = uc1; in CreateGLTexture1DArray()
135 cl_uchar uc1 = p[i * 4 + 1]; in CreateGLTexture1DArray() local
139 p[ i * 4 + 0 ] = uc1; in CreateGLTexture1DArray()
234 cl_uchar uc1 = p[i * 4 + 1]; in CreateGLTexture2DArray() local
239 p[ i * 4 + 1 ] = uc1; in CreateGLTexture2DArray()
252 cl_uchar uc1 = p[i * 4 + 1]; in CreateGLTexture2DArray() local
256 p[ i * 4 + 0 ] = uc1; in CreateGLTexture2DArray()
330 cl_uchar uc1 = p[i * 4 + 1]; in CreateGLTextureBuffer() local
335 p[ i * 4 + 1 ] = uc1; in CreateGLTextureBuffer()
[all …]
/external/llvm/test/CodeGen/Mips/Fast-ISel/
Dlogopm.ll7 @uc1 = common global i8 0, align 1
235 %0 = load i8, i8* @uc1, align 1, !tbaa !2
245 ; CHECK-DAG: lw $[[UC1_ADDR:[0-9]+]], %got(uc1)($[[REG_GP]])
256 %0 = load i8, i8* @uc1, align 1, !tbaa !2
264 ; CHECK-DAG: lw $[[UC1_ADDR:[0-9]+]], %got(uc1)($[[REG_GP]])
276 %0 = load i8, i8* @uc1, align 1, !tbaa !2
284 ; CHECK-DAG: lw $[[UC1_ADDR:[0-9]+]], %got(uc1)($[[REG_GP]])
296 %0 = load i8, i8* @uc1, align 1, !tbaa !2
306 ; CHECK-DAG: lw $[[UC1_ADDR:[0-9]+]], %got(uc1)($[[REG_GP]])
318 %0 = load i8, i8* @uc1, align 1, !tbaa !2
[all …]
Dloadstoreconv.ll12 @uc1 = global i8 0, align 1
54 %0 = load i8, i8* @uc1, align 1
146 %0 = load i8, i8* @uc1, align 1
Dcallabi.ll247 @uc1 = global i8 27, align 1
261 ; ALL-DAG: lw $[[REG_UC1_ADDR:[0-9]+]], %got(uc1)($[[REG_GP]])
276 %2 = load i8, i8* @uc1, align 1
/external/llvm-project/llvm/test/CodeGen/Mips/Fast-ISel/
Dlogopm.ll7 @uc1 = common global i8 0, align 1
235 %0 = load i8, i8* @uc1, align 1, !tbaa !2
245 ; CHECK-DAG: lw $[[UC1_ADDR:[0-9]+]], %got(uc1)($[[REG_GP]])
256 %0 = load i8, i8* @uc1, align 1, !tbaa !2
264 ; CHECK-DAG: lw $[[UC1_ADDR:[0-9]+]], %got(uc1)($[[REG_GP]])
276 %0 = load i8, i8* @uc1, align 1, !tbaa !2
284 ; CHECK-DAG: lw $[[UC1_ADDR:[0-9]+]], %got(uc1)($[[REG_GP]])
296 %0 = load i8, i8* @uc1, align 1, !tbaa !2
306 ; CHECK-DAG: lw $[[UC1_ADDR:[0-9]+]], %got(uc1)($[[REG_GP]])
318 %0 = load i8, i8* @uc1, align 1, !tbaa !2
[all …]
Dloadstoreconv.ll12 @uc1 = global i8 0, align 1
54 %0 = load i8, i8* @uc1, align 1
146 %0 = load i8, i8* @uc1, align 1
Dcallabi.ll236 @uc1 = global i8 27, align 1
250 ; ALL-DAG: lw $[[REG_UC1_ADDR:[0-9]+]], %got(uc1)($[[REG_GP]])
265 %2 = load i8, i8* @uc1, align 1
/external/llvm-project/clang/test/CXX/expr/
Dp9.cpp22 __typeof__(uc0 + uc0) uc1; variable
23 int &ucr = uc1;
/external/clang/test/CXX/expr/
Dp9.cpp22 __typeof__(uc0 + uc0) uc1; variable
23 int &ucr = uc1;
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dcppcoreguidelines-narrowing-conversions.cpp212 unsigned char uc1 = 0; in narrow_constant_to_unsigned_integer_is_ok() local
246 char uc1 = b ? 1 : 0; in narrow_conditional_operator_contant_to_signed_is_not_ok() local
Dcppcoreguidelines-narrowing-conversions-unsigned-char.cpp70 unsigned char uc1 = 0; in narrow_constant_to_unsigned_integer_is_ok() local
/external/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
Dp3-0x.cpp25 unsigned_c<1> uc1 = f<int>(); in test_f() local
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
Dp3-0x.cpp25 unsigned_c<1> uc1 = f<int>(); in test_f() local
/external/OpenCL-CTS/test_common/gles/
Dhelpers.cpp163 cl_uchar uc1 = p[i * 4 + 1]; in CreateGLTexture2D() local
168 p[ i * 4 + 1 ] = uc1; in CreateGLTexture2D()
251 cl_uchar uc1 = p[i * 4 + 1]; in CreateGLTexture3D() local
256 p[ i * 4 + 1 ] = uc1; in CreateGLTexture3D()
564 cl_uchar uc1 = p[i * 4 + 1]; in CreateGLRenderbuffer() local
569 p[ i * 4 + 1 ] = uc1; in CreateGLRenderbuffer()
/external/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
Dp7-cxx11-nowarn.cpp15 unsigned char uc1 = {5}; // OK: no narrowing needed in std_example() local
Dp7-0x.cpp14 unsigned char uc1 = {5}; // OK: no narrowing needed in std_example() local
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
Dp7-cxx11-nowarn.cpp15 unsigned char uc1 = {5}; // OK: no narrowing needed in std_example() local
Dp7-0x.cpp14 unsigned char uc1 = {5}; // OK: no narrowing needed in std_example() local
/external/curl/lib/
Dtelnet.c959 unsigned char *uc1, *uc2; in sendsuboption() local
975 uc1 = (unsigned char *)&x; in sendsuboption()
977 CURL_SB_ACCUM(tn, uc1[0]); in sendsuboption()
978 CURL_SB_ACCUM(tn, uc1[1]); in sendsuboption()
/external/libffi/testsuite/libffi.bhaible/
Dtest-call.c457 vpr = vp_vpdpcpsp(&uc1,&d2,str3,&I4); in pointer_tests()
466 void* puc1 = &uc1; in pointer_tests()
491 ucr = uc_ucsil(uc1, us2, ui3, ul4); in mixed_number_tests()
501 /*const*/ void* args[] = { &uc1, &us2, &ui3, &ul4 }; in mixed_number_tests()
/external/llvm-project/llvm/lib/Support/
Dregcomp.c1411 unsigned uc1 = (uch)c1; in samesets() local
1415 if (col[uc1] != col[uc2]) in samesets()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregcomp.c1283 unsigned uc1 = (uch)c1; in samesets() local
1287 if (col[uc1] != col[uc2]) in samesets()
/external/libcups/vcnet/regex/
Dregcomp.c1293 register unsigned uc1 = (unsigned char)c1; local
1297 if (col[uc1] != col[uc2])

12