Searched refs:ll2 (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | atomics-inlining.c | 15 unsigned long long ll1, ll2; variable 34 (void)__atomic_load(&ll1, &ll2, memory_order_seq_cst); in test1() 35 (void)__atomic_store(&ll1, &ll2, memory_order_seq_cst); in test1()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/ |
| H A D | l3mc.ll | 22 @ll2 = global i64 0, align 8 53 store i64 %conv2, i64* @ll2, align 8 81 %2 = load i64, i64* @ll2, align 8
|
| /llvm-project-15.0.7/llvm/utils/ |
| H A D | findoptdiff | 65 ll2="${bc2}.ll"
|
| /llvm-project-15.0.7/clang/lib/Headers/ |
| H A D | __clang_cuda_intrinsics.h | 350 typedef long long ll2 __attribute__((ext_vector_type(2))); in __ldg() typedef 351 ll2 rv = __nvvm_ldg_ll2(reinterpret_cast<const ll2 *>(ptr)); in __ldg()
|
| /llvm-project-15.0.7/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/ |
| H A D | p7-0x.cpp | 192 unsigned long long ll2 = { 1 }; // OK in shrink_int() local
|
| /llvm-project-15.0.7/clang/test/ARCMT/ |
| H A D | objcmt-ns-macros.m | 378 ll2= 0xff,
|
| H A D | objcmt-ns-macros.m.result | 354 ll2= 0xff,
|
| /llvm-project-15.0.7/clang/test/CXX/expr/expr.const/ |
| H A D | p2-0x.cpp | 249 …constexpr long long ll2 = ll1 + 1; // expected-error {{constant}} expected-note {{ 922337203685477… variable
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | aix-cc-abi.ll | 1457 @ll2 = common global i64 0, align 8 1468 %5 = load i64, i64* @ll2, align 8 1502 ; 32BIT-DAG: renamable $r[[REGLL2ADDR:[0-9]+]] = LWZtoc @ll2, $r2 :: (load (s32) from got) 1503 …L2A:[0-9]+]] = LWZ 0, renamable $r[[REGLL2ADDR]] :: (dereferenceable load (s32) from @ll2, align 8) 1504 …LWZ 4, killed renamable $r[[REGLL2ADDR]] :: (dereferenceable load (s32) from @ll2 + 4, basealign 8) 1540 ; 64BIT-DAG: renamable $x[[REGLL2ADDR:[0-9]+]] = LDtoc @ll2, $x2 :: (load (s64) from got) 1541 …REGLL2:[0-9]+]] = LD 0, killed renamable $x[[REGLL2ADDR]] :: (dereferenceable load (s64) from @ll2)
|