Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Sema/
H A Dzvector.c90 uc = uc2; in foo()
197 ++uc2; in foo()
237 --uc2; in foo()
277 uc = +uc2; in foo()
303 uc = -uc2; in foo()
329 uc = ~uc2; in foo()
401 uc += uc2; in foo()
446 uc -= uc2; in foo()
481 uc *= uc2; in foo()
515 uc /= uc2; in foo()
[all …]
H A Dzvector2.c6 vector unsigned char uc, uc2; variable
44 ff = uc2; // expected-error {{incompatible type}} in foo()
/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dzvector.c46 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()
516 uc += uc2; in test_add_assign()
746 uc -= uc2; in test_sub_assign()
863 uc *= uc2; in test_mul_assign()
973 uc /= uc2; in test_div_assign()
[all …]
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dnarrowing-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
H A Dnarrowing-conversions-unsigned-char.cpp71 unsigned char uc2 = 255; in narrow_constant_to_unsigned_integer_is_ok() local
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/Fast-ISel/
H A Dloadstoreconv.ll13 @uc2 = global i8 -1, align 1
57 %1 = load i8, i8* @uc2, align 1
149 %1 = load i8, i8* @uc2, align 1
H A 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]])
/llvm-project-15.0.7/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-15.0.7/clang/lib/Headers/
H A 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()
/llvm-project-15.0.7/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.cpp15 unsigned char uc2 = {-1}; // expected-error {{ cannot be narrowed }} expected-note {{silence}} in std_example() local
/llvm-project-15.0.7/llvm/lib/Support/
H A Dregcomp.c1414 unsigned uc2 = (uch)c2; in samesets() local
1417 if (col[uc1] != col[uc2]) in samesets()