Searched refs:i32_ptr (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/ |
| H A D | test_TypeInfoforMF.ll | 4 define i32 @outgoing_gpr(i32* %i32_ptr) { 11 %0 = load i32, i32* %i32_ptr 87 define i32 @incoming_i32_instr(i32 %val1, i32 %val2, i32* %i32_ptr, i1 %test) { 97 %0 = load i32, i32* %i32_ptr
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/GlobalISel/regbankselect/ |
| H A D | test_TypeInfoforMF.mir | 5 define void @outgoing_gpr(i32* %i32_ptr) {entry: ret void} 11 define void @incoming_i32_instr(i32* %i32_ptr) {entry: ret void} 27 ; MIPS32: [[LOAD:%[0-9]+]]:gprb(s32) = G_LOAD [[COPY]](p0) :: (load (s32) from %ir.i32_ptr) 31 %1:_(s32) = G_LOAD %0(p0) :: (load (s32) from %ir.i32_ptr) 192 ; MIPS32: [[LOAD:%[0-9]+]]:gprb(s32) = G_LOAD [[COPY2]](p0) :: (load (s32) from %ir.i32_ptr) 204 %5:_(s32) = G_LOAD %2(p0) :: (load (s32) from %ir.i32_ptr)
|
| /llvm-project-15.0.7/mlir/test/Dialect/LLVMIR/ |
| H A D | invalid.mlir | 621 func.func @atomicrmw_expected_float(%i32_ptr : !llvm.ptr<i32>, %i32 : i32) { 623 %0 = llvm.atomicrmw fadd %i32_ptr, %i32 unordered : i32 669 func.func @cmpxchg_at_least_monotonic_success(%i32_ptr : !llvm.ptr<i32>, %i32 : i32) { 671 %0 = llvm.cmpxchg %i32_ptr, %i32, %i32 unordered monotonic : i32 677 func.func @cmpxchg_at_least_monotonic_failure(%i32_ptr : !llvm.ptr<i32>, %i32 : i32) { 679 %0 = llvm.cmpxchg %i32_ptr, %i32, %i32 monotonic unordered : i32 685 func.func @cmpxchg_failure_release(%i32_ptr : !llvm.ptr<i32>, %i32 : i32) { 687 %0 = llvm.cmpxchg %i32_ptr, %i32, %i32 acq_rel release : i32 693 func.func @cmpxchg_failure_acq_rel(%i32_ptr : !llvm.ptr<i32>, %i32 : i32) { 695 %0 = llvm.cmpxchg %i32_ptr, %i32, %i32 acq_rel acq_rel : i32
|
| /llvm-project-15.0.7/mlir/test/Target/LLVMIR/ |
| H A D | llvmir.mlir | 1282 %i32_ptr : !llvm.ptr<i32>, %i32 : i32) { 1290 %3 = llvm.atomicrmw add %i32_ptr, %i32 acquire : i32 1292 %4 = llvm.atomicrmw sub %i32_ptr, %i32 release : i32 1294 %5 = llvm.atomicrmw _and %i32_ptr, %i32 acq_rel : i32 1296 %6 = llvm.atomicrmw nand %i32_ptr, %i32 seq_cst : i32 1298 %7 = llvm.atomicrmw _or %i32_ptr, %i32 monotonic : i32 1300 %8 = llvm.atomicrmw _xor %i32_ptr, %i32 monotonic : i32 1302 %9 = llvm.atomicrmw max %i32_ptr, %i32 monotonic : i32 1304 %10 = llvm.atomicrmw min %i32_ptr, %i32 monotonic : i32 1306 %11 = llvm.atomicrmw umax %i32_ptr, %i32 monotonic : i32 [all …]
|
| /llvm-project-15.0.7/clang/test/Sema/aarch64-sve2-intrinsics/ |
| H A D | acle_sve2.cpp | 26 int32_t *i32_ptr; variable 1438 SVE_ACLE_FUNC(svstnt1_scatter_, u32, offset, _s32)(pg, i32_ptr, svundef_u32(), svundef_s32()); in test_s32() 2483 SVE_ACLE_FUNC(svstnt1w_scatter_, s64, offset, _s64)(pg, i32_ptr, svundef_s64(), svundef_s64()); in test_s64() 2486 SVE_ACLE_FUNC(svstnt1w_scatter_, u64, offset, _s64)(pg, i32_ptr, svundef_u64(), svundef_s64()); in test_s64() 2492 SVE_ACLE_FUNC(svstnt1w_scatter_, s64, index, _s64)(pg, i32_ptr, svundef_s64(), svundef_s64()); in test_s64() 2495 SVE_ACLE_FUNC(svstnt1w_scatter_, u64, index, _s64)(pg, i32_ptr, svundef_u64(), svundef_s64()); in test_s64()
|