Home
last modified time | relevance | path

Searched refs:us2 (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dzvector.c49 us = us2; in test_assign()
86 us = +us2; in test_pos()
158 ++us2; in test_preinc()
204 us2++; in test_postinc()
250 --us2; in test_predec()
296 us2--; in test_postdec()
521 us += us2; in test_add_assign()
751 us -= us2; in test_sub_assign()
866 us *= us2; in test_mul_assign()
976 us /= us2; in test_div_assign()
[all …]
/llvm-project-15.0.7/clang/test/Sema/
H A Dzvector.c94 us = us2; in foo()
201 ++us2; in foo()
241 --us2; in foo()
281 us = +us2; in foo()
307 us = -us2; in foo()
333 us = ~us2; in foo()
420 us += us2; in foo()
454 us -= us2; in foo()
489 us *= us2; in foo()
523 us /= us2; in foo()
[all …]
H A Dzvector2.c10 vector unsigned short us, us2; variable
/llvm-project-15.0.7/libcxx/test/std/time/time.duration/time.duration.arithmetic/
H A Dop_mod=duration.pass.cpp25 std::chrono::microseconds us2(3); in test_constexpr() local
26 us1 %= us2; in test_constexpr()
35 std::chrono::microseconds us2(3); in main() local
36 us1 %= us2; in main()
/llvm-project-15.0.7/libcxx/test/std/time/time.duration/time.duration.literals/
H A Dliterals2.pass.cpp44 auto us2 = 867.0us; in main() local
45 assert ( us == us2 ); in main()
H A Dliterals1.pass.cpp41 auto us2 = 867.0us; in main() local
42 assert ( us == us2 ); in main()
H A Dliterals.pass.cpp52 auto us2 = 867.0us; in main() local
53 assert ( us == us2 ); in main()
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/Fast-ISel/
H A Dshftopm.ll9 @us2 = global i16 5, align 2
53 %1 = load i16, i16* @us2, align 2
61 ; CHECK-DAG: lw $[[US2_ADDR:[0-9]+]], %got(us2)($[[REG_GP]])
H A Dlogopm.ll11 @us2 = common global i16 0, align 2
421 %1 = load i16, i16* @us2, align 2, !tbaa !5
429 ; CHECK-DAG: lw $[[US2_ADDR:[0-9]+]], %got(us2)($[[REG_GP]])
483 %1 = load i16, i16* @us2, align 2, !tbaa !5
491 ; CHECK-DAG: lw $[[US2_ADDR:[0-9]+]], %got(us2)($[[REG_GP]])
534 %1 = load i16, i16* @us2, align 2, !tbaa !5
542 ; CHECK-DAG: lw $[[US2_ADDR:[0-9]+]], %got(us2)($[[REG_GP]])
H A Dloadstoreconv.ll19 @us2 = global i16 -1, align 2
97 %1 = load i16, i16* @us2, align 2
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-literal-conversion.cpp57 …unsigned short us2 = -65537.0; // expected-warning{{implicit conversion of out of range value from… in test1() local
/llvm-project-15.0.7/clang/lib/Headers/
H A D__clang_cuda_intrinsics.h377 typedef unsigned short us2 __attribute__((ext_vector_type(2))); in __ldg() typedef
378 us2 rv = __nvvm_ldg_us2(reinterpret_cast<const us2 *>(ptr)); in __ldg()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dnarrowing-conversions.cpp217 unsigned short us2 = 65535; in narrow_constant_to_unsigned_integer_is_ok() local
/llvm-project-15.0.7/llvm/test/Analysis/MemorySSA/
H A Dsimple_loop_unswitch_nontrivial.ll62 ; Ensure MemorySSA remains correct. Due to SLU's pruned cloning, continue.us2 becomes unreachable, …
/llvm-project-15.0.7/llvm/test/Transforms/SimpleLoopUnswitch/
H A Dendless-unswitch.ll35 ; CHECK: for.cond5.us2:
H A Dguards.ll52 ; CHECK: guarded.us2:
H A Dnontrivial-unswitch-freeze.ll52 ; CHECK: latch.us2:
1466 ; CHECK: header.us2:
1622 ; CHECK: header.us2:
H A Dnontrivial-unswitch.ll187 ; CHECK-NEXT: br label %latch.us2
189 ; CHECK: latch.us2: