Home
last modified time | relevance | path

Searched refs:private_array (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/polly/test/GPGPU/
H A Dprivate-memory.ll27 ; KERNEL: %private_array = alloca [1 x float]
29 ; KERNEL: %polly.access.cast.private_array = bitcast [1 x float]* %private_array to float*
30 ; KERNEL-NEXT: %polly.access.private_array = getelementptr float, float* %polly.access.cast.priva…
34 ; KERNEL-NEXT: store float %shared.read, float* %polly.access.private_array
36 ; KERNEL: %polly.access.cast.private_array5 = bitcast [1 x float]* %private_array to float*
H A Dlive-range-reordering-with-privatization.ll35 ; KERNELIR: %private_array = alloca i32
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dsanitize-address-field-padding.cpp36 short private_array[6]; member in Positive1