| /llvm-project-15.0.7/clang/test/CodeGen/SystemZ/ |
| H A D | zvector.c | 49 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 D | zvector.c | 94 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 D | zvector2.c | 10 vector unsigned short us, us2; variable
|
| /llvm-project-15.0.7/libcxx/test/std/time/time.duration/time.duration.arithmetic/ |
| H A D | op_mod=duration.pass.cpp | 25 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 D | literals2.pass.cpp | 44 auto us2 = 867.0us; in main() local 45 assert ( us == us2 ); in main()
|
| H A D | literals1.pass.cpp | 41 auto us2 = 867.0us; in main() local 42 assert ( us == us2 ); in main()
|
| H A D | literals.pass.cpp | 52 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 D | shftopm.ll | 9 @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 D | logopm.ll | 11 @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 D | loadstoreconv.ll | 19 @us2 = global i16 -1, align 2 97 %1 = load i16, i16* @us2, align 2
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | warn-literal-conversion.cpp | 57 …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.h | 377 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 D | narrowing-conversions.cpp | 217 unsigned short us2 = 65535; in narrow_constant_to_unsigned_integer_is_ok() local
|
| /llvm-project-15.0.7/llvm/test/Analysis/MemorySSA/ |
| H A D | simple_loop_unswitch_nontrivial.ll | 62 ; 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 D | endless-unswitch.ll | 35 ; CHECK: for.cond5.us2:
|
| H A D | guards.ll | 52 ; CHECK: guarded.us2:
|
| H A D | nontrivial-unswitch-freeze.ll | 52 ; CHECK: latch.us2: 1466 ; CHECK: header.us2: 1622 ; CHECK: header.us2:
|
| H A D | nontrivial-unswitch.ll | 187 ; CHECK-NEXT: br label %latch.us2 189 ; CHECK: latch.us2:
|