Searched refs:ptr_a (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/ |
| H A D | regbank-fminimum.mir | 30 ; CHECK: %ptr_a:gpr(p0) = COPY $x0 32 ; CHECK-NEXT: %a:fpr(s32) = G_LOAD %ptr_a(p0) :: (load (s32)) 33 ; CHECK-NEXT: %b:fpr(s32) = G_LOAD %ptr_a(p0) :: (load (s32)) 37 %ptr_a:_(p0) = COPY $x0 39 %a:_(s32) = G_LOAD %ptr_a(p0) :: (load (s32)) 40 %b:_(s32) = G_LOAD %ptr_a(p0) :: (load (s32))
|
| H A D | regbank-fmaximum.mir | 30 ; CHECK: %ptr_a:gpr(p0) = COPY $x0 32 ; CHECK-NEXT: %a:fpr(s32) = G_LOAD %ptr_a(p0) :: (load (s32)) 33 ; CHECK-NEXT: %b:fpr(s32) = G_LOAD %ptr_a(p0) :: (load (s32)) 37 %ptr_a:_(p0) = COPY $x0 39 %a:_(s32) = G_LOAD %ptr_a(p0) :: (load (s32)) 40 %b:_(s32) = G_LOAD %ptr_a(p0) :: (load (s32))
|
| /llvm-project-15.0.7/llvm/test/Analysis/AliasSet/ |
| H A D | guards.ll | 1044 %a = load i8*, i8** %ptr_a 1059 %a = load i8*, i8** %ptr_a 1074 %a = load i8*, i8** %ptr_a 1089 %a = load i8*, i8** %ptr_a 1104 %a = load i8*, i8** %ptr_a 1119 %a = load i8*, i8** %ptr_a 1134 %a = load i8*, i8** %ptr_a 1149 %a = load i8*, i8** %ptr_a 1164 %a = load i8*, i8** %ptr_a 1180 %a = load i8*, i8** %ptr_a [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/GlobalISel/regbankselect/ |
| H A D | TypeInfoforMF_skipCopies.mir | 5 define void @skipCopiesOutgoing(float* %ptr_a, float* %ptr_b, float* %ptr_c) {entry: ret void} 23 ; MIPS32: [[LOAD:%[0-9]+]]:fprb(s32) = G_LOAD [[COPY]](p0) :: (load (s32) from %ir.ptr_a) 33 %3:_(s32) = G_LOAD %0(p0) :: (load (s32) from %ir.ptr_a)
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | uninitialized.cpp | 371 A* ptr_a; member in T 397 T(bool (*)[22]) : ptr_a(new A(ptr_a->count)) {} in T() 398 T(bool (*)[23]) : ptr_a(new A(ptr_a->ONE)) {} in T() 399 T(bool (*)[24]) : ptr_a(new A(ptr_a->TWO)) {} in T() 400 T(bool (*)[25]) : ptr_a(new A(ptr_a->zero())) {} in T() 402 …T(bool (*)[26]) : ptr_a(new A(ptr_a->get())) {} // expected-warning {{field 'ptr_a' is uninitiali… in T() 403 …T(bool (*)[27]) : ptr_a(new A(ptr_a->get2())) {} // expected-warning {{field 'ptr_a' is uninitial… in T() 404 …T(bool (*)[28]) : ptr_a(new A(ptr_a->num)) {} // expected-warning {{field 'ptr_a' is uninitialize… in T()
|
| /llvm-project-15.0.7/llvm/test/Feature/ |
| H A D | aliases.ll | 17 @ptr_a = alias i32*, i32** @ptr
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | mul_uint24-amdgcn.ll | 173 %ptr_a = getelementptr i16, i16 addrspace(1)* %in, i32 %tid.x 175 %a = load i16, i16 addrspace(1)* %ptr_a 293 %ptr_a = getelementptr i16, i16 addrspace(1)* %in, i32 %tid.x 295 %a = load i16, i16 addrspace(1)* %ptr_a
|