Searched refs:i64_ptr (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | constant-combines.ll | 23 %i64_ptr = bitcast i8* %i8_ptr to i64* 24 store i64 0, i64* %i64_ptr, align 8 47 %i64_ptr = bitcast i8* %i8_ptr to i64* 48 store i64 0, i64* %i64_ptr, align 8
|
| /llvm-project-15.0.7/clang/test/Sema/aarch64-sve2-intrinsics/ |
| H A D | acle_sve2.cpp | 23 int64_t *i64_ptr; variable 2156 SVE_ACLE_FUNC(svstnt1_scatter_, s64, offset, _s64)(pg, i64_ptr, svundef_s64(), svundef_s64()); in test_s64() 2159 SVE_ACLE_FUNC(svstnt1_scatter_, u64, offset, _s64)(pg, i64_ptr, svundef_u64(), svundef_s64()); in test_s64() 2165 SVE_ACLE_FUNC(svstnt1_scatter_, s64, index, _s64)(pg, i64_ptr, svundef_s64(), svundef_s64()); in test_s64() 2168 SVE_ACLE_FUNC(svstnt1_scatter_, u64, index, _s64)(pg, i64_ptr, svundef_u64(), svundef_s64()); in test_s64()
|
| /llvm-project-15.0.7/mlir/test/Dialect/LLVMIR/ |
| H A D | invalid.mlir | 653 func.func @cmpxchg_mismatched_operands(%i64_ptr : !llvm.ptr<i64>, %i32 : i32) { 655 …%0 = "llvm.cmpxchg"(%i64_ptr, %i32, %i32) {success_ordering=2,failure_ordering=2} : (!llvm.ptr<i64…
|