Searched refs:empty_struct (Results 1 – 5 of 5) sorted by relevance
21 // INT64: %[[empty_struct:.*]] = llvm.mlir.undef : !llvm.struct<(ptr, i{{.*}})>22 // INT64: %[[struct_with_buffer:.*]] = llvm.insertvalue %[[char_array]], %[[empty_struct]][0] : …29 // INT32: %[[empty_struct:.*]] = llvm.mlir.undef : !llvm.struct<(ptr, i32)>31 // INT32: %[[struct_with_buffer:.*]] = llvm.insertvalue %[[char_array]], %[[empty_struct]][0] : …
19 // CHECK: %struct.empty_struct = type {}20 typedef struct empty_struct22 } empty_struct;217 // CHECK: void @kernel_empty_struct_arg(%struct.empty_struct %s.coerce)218 __kernel void kernel_empty_struct_arg(empty_struct s) { }269 void func_empty_struct_arg(empty_struct empty) { }320 empty_struct func_empty_struct_ret()322 empty_struct s = {};
31 // CHECK: !spirv.ptr<!spirv.struct<empty_struct, ()>, StorageBuffer>32 spirv.GlobalVariable @id_empty : !spirv.ptr<!spirv.struct<empty_struct, ()>, StorageBuffer>
74 struct { char a[]; } empty_struct = {}; variable 75 // CHECK: @empty_struct ={{.*}} global %struct.anon{{.*}} zeroinitializer, align 1
128 namespace empty_struct { namespace