Searched refs:char_array (Results 1 – 8 of 8) sorted by relevance
/llvm-project/flang/test/Fir/ |
H A D | convert-to-llvm-target.fir | 12 func.func @test_embox(%char_array : !fir.ref<!fir.char<1,?>>) -> () { 14 %box_char = fir.emboxchar %char_array, %c10 : (!fir.ref<!fir.char<1,?>>, i64) -> !fir.boxchar<1> 19 // INT64-SAME: (%[[char_array:.*]]: !llvm.ptr) 22 // INT64: %[[struct_with_buffer:.*]] = llvm.insertvalue %[[char_array]], %[[empty_struct]][0] : … 27 // INT32-SAME: %[[char_array:.*]]: !llvm.ptr) 31 // INT32: %[[struct_with_buffer:.*]] = llvm.insertvalue %[[char_array]], %[[empty_struct]][0] : …
|
/llvm-project/flang/test/Semantics/ |
H A D | error_stop1b.f90 | 13 character(len=128) char_code, char_array(1), char_coarray[*], non_logical variable 32 error stop char_array
|
H A D | error_stop1a.f90 | 10 character(len=128) char_code, char_array(1), char_coarray[*], non_logical variable 27 error stop char_array(1)
|
H A D | coshape.f90 | 14 character char_array(1) variable 84 char_array = coshape(real_coarray)
|
/llvm-project/llvm/test/CodeGen/AMDGPU/ |
H A D | private-memory-r600.ll | 119 ; FUNC-LABEL: {{^}}char_array: 122 define amdgpu_kernel void @char_array(ptr addrspace(1) %out, i32 %index) #0 {
|
H A D | amdgpu.private-memory.ll | 234 ; FUNC-LABEL: {{^}}char_array: 243 define amdgpu_kernel void @char_array(ptr addrspace(1) %out, i32 %index) #0 {
|
/llvm-project/flang/test/HLFIR/ |
H A D | designate.fir | 78 // char_array(3:4)
|
/llvm-project/llvm/test/Analysis/StackSafetyAnalysis/ |
H A D | lifetime.ll | 665 %struct.char_array = type { [500 x i8] } 672 %a = alloca %struct.char_array, align 8 673 %b = alloca %struct.char_array, align 8
|