xref: /aosp_15_r20/external/llvm/test/CodeGen/ARM/out-of-registers.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker; RUN: llc -O3 %s -o - | FileCheck %s
2*9880d681SAndroid Build Coastguard Worker; ModuleID = 'fo.c'
3*9880d681SAndroid Build Coastguard Workertarget datalayout = "e-p:32:32:32-i1:8:32-i8:8:32-i16:16:32-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:64:128-a0:0:32-n8:16:32-S64"
4*9880d681SAndroid Build Coastguard Workertarget triple = "thumbv7-none-linux-gnueabi"
5*9880d681SAndroid Build Coastguard Worker
6*9880d681SAndroid Build Coastguard Worker; CHECK: vpush
7*9880d681SAndroid Build Coastguard Worker; CHECK: vpop
8*9880d681SAndroid Build Coastguard Worker
9*9880d681SAndroid Build Coastguard Workerdefine void @foo(float* nocapture %A) #0 {
10*9880d681SAndroid Build Coastguard Worker  %1= bitcast float* %A to i8*
11*9880d681SAndroid Build Coastguard Worker  %2 = tail call { <4 x float>, <4 x float>, <4 x float>, <4 x float> } @llvm.arm.neon.vld4.v4f32.p0i8(i8* %1, i32 4)
12*9880d681SAndroid Build Coastguard Worker  %3 = extractvalue { <4 x float>, <4 x float>, <4 x float>, <4 x float> } %2, 0
13*9880d681SAndroid Build Coastguard Worker  %divp_vec = fdiv <4 x float> <float 1.000000e+00, float 1.000000e+00, float 1.000000e+00, float 1.000000e+00>, %3
14*9880d681SAndroid Build Coastguard Worker  %4 = extractvalue { <4 x float>, <4 x float>, <4 x float>, <4 x float> } %2, 1
15*9880d681SAndroid Build Coastguard Worker  %div3p_vec = fdiv <4 x float> <float 1.000000e+00, float 1.000000e+00, float 1.000000e+00, float 1.000000e+00>, %4
16*9880d681SAndroid Build Coastguard Worker  %5 = extractvalue { <4 x float>, <4 x float>, <4 x float>, <4 x float> } %2, 2
17*9880d681SAndroid Build Coastguard Worker  %div8p_vec = fdiv <4 x float> <float 1.000000e+00, float 1.000000e+00, float 1.000000e+00, float 1.000000e+00>, %5
18*9880d681SAndroid Build Coastguard Worker  %6 = extractvalue { <4 x float>, <4 x float>, <4 x float>, <4 x float> } %2, 3
19*9880d681SAndroid Build Coastguard Worker  %div13p_vec = fdiv <4 x float> <float 1.000000e+00, float 1.000000e+00, float 1.000000e+00, float 1.000000e+00>, %6
20*9880d681SAndroid Build Coastguard Worker  tail call void @llvm.arm.neon.vst4.p0i8.v4f32(i8* %1, <4 x float> %divp_vec, <4 x float> %div3p_vec, <4 x float> %div8p_vec, <4 x float> %div13p_vec, i32 4)
21*9880d681SAndroid Build Coastguard Worker ret void
22*9880d681SAndroid Build Coastguard Worker}
23*9880d681SAndroid Build Coastguard Worker
24*9880d681SAndroid Build Coastguard Worker; Function Attrs: nounwind
25*9880d681SAndroid Build Coastguard Workerdeclare i32 @llvm.annotation.i32(i32, i8*, i8*, i32) #1
26*9880d681SAndroid Build Coastguard Worker
27*9880d681SAndroid Build Coastguard Worker; Function Attrs: nounwind readonly
28*9880d681SAndroid Build Coastguard Worker
29*9880d681SAndroid Build Coastguard Worker; Function Attrs: nounwind
30*9880d681SAndroid Build Coastguard Workerdeclare void @llvm.arm.neon.vst4.p0i8.v4f32(i8*, <4 x float>, <4 x float>, <4 x float>, <4 x float>, i32) #1
31*9880d681SAndroid Build Coastguard Workerdeclare { <4 x float>, <4 x float>, <4 x float>, <4 x float> } @llvm.arm.neon.vld4.v4f32.p0i8(i8*, i32) #2
32*9880d681SAndroid Build Coastguard Worker
33*9880d681SAndroid Build Coastguard Worker; Function Attrs: nounwind
34*9880d681SAndroid Build Coastguard Worker
35*9880d681SAndroid Build Coastguard Workerattributes #0 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-infs-fp-math"="true" "no-nans-fp-math"="true" "stack-protector-buffer-size"="8" "unsafe-fp-math"="true" "use-soft-float"="false" }
36*9880d681SAndroid Build Coastguard Workerattributes #1 = { nounwind }
37*9880d681SAndroid Build Coastguard Workerattributes #2 = { nounwind readonly }
38*9880d681SAndroid Build Coastguard Worker
39*9880d681SAndroid Build Coastguard Worker!llvm.ident = !{!0}
40*9880d681SAndroid Build Coastguard Worker
41*9880d681SAndroid Build Coastguard Worker!0 = !{!"Snapdragon LLVM ARM Compiler 3.4"}
42*9880d681SAndroid Build Coastguard Worker!1 = !{!1}
43