Home | History | Annotate | Download | only in R600

Lines Matching full:ceil

4 declare float @llvm.ceil.f32(float) nounwind readnone
5 declare <2 x float> @llvm.ceil.v2f32(<2 x float>) nounwind readnone
6 declare <3 x float> @llvm.ceil.v3f32(<3 x float>) nounwind readnone
7 declare <4 x float> @llvm.ceil.v4f32(<4 x float>) nounwind readnone
8 declare <8 x float> @llvm.ceil.v8f32(<8 x float>) nounwind readnone
9 declare <16 x float> @llvm.ceil.v16f32(<16 x float>) nounwind readnone
14 ; EG: CEIL {{\*? *}}[[RESULT]]
16 %y = call float @llvm.ceil.f32(float %x) nounwind readnone
25 ; EG: CEIL {{\*? *}}[[RESULT]]
26 ; EG: CEIL {{\*? *}}[[RESULT]]
28 %y = call <2 x float> @llvm.ceil.v2f32(<2 x float> %x) nounwind readnone
40 ; EG-DAG: CEIL {{\*? *}}[[RESULT1]]
41 ; EG-DAG: CEIL {{\*? *}}[[RESULT2]]
42 ; EG-DAG: CEIL {{\*? *}}[[RESULT2]]
44 %y = call <3 x float> @llvm.ceil.v3f32(<3 x float> %x) nounwind readnone
55 ; EG: CEIL {{\*? *}}[[RESULT]]
56 ; EG: CEIL {{\*? *}}[[RESULT]]
57 ; EG: CEIL {{\*? *}}[[RESULT]]
58 ; EG: CEIL {{\*? *}}[[RESULT]]
60 %y = call <4 x float> @llvm.ceil.v4f32(<4 x float> %x) nounwind readnone
76 ; EG-DAG: CEIL {{\*? *}}[[RESULT1]]
77 ; EG-DAG: CEIL {{\*? *}}[[RESULT1]]
78 ; EG-DAG: CEIL {{\*? *}}[[RESULT1]]
79 ; EG-DAG: CEIL {{\*? *}}[[RESULT1]]
80 ; EG-DAG: CEIL {{\*? *}}[[RESULT2]]
81 ; EG-DAG: CEIL {{\*? *}}[[RESULT2]]
82 ; EG-DAG: CEIL {{\*? *}}[[RESULT2]]
83 ; EG-DAG: CEIL {{\*? *}}[[RESULT2]]
85 %y = call <8 x float> @llvm.ceil.v8f32(<8 x float> %x) nounwind readnone
111 ; EG-DAG: CEIL {{\*? *}}[[RESULT1]]
112 ; EG-DAG: CEIL {{\*? *}}[[RESULT1]]
113 ; EG-DAG: CEIL {{\*? *}}[[RESULT1]]
114 ; EG-DAG: CEIL {{\*? *}}[[RESULT1]]
115 ; EG-DAG: CEIL {{\*? *}}[[RESULT2]]
116 ; EG-DAG: CEIL {{\*? *}}[[RESULT2]]
117 ; EG-DAG: CEIL {{\*? *}}[[RESULT2]]
118 ; EG-DAG: CEIL {{\*? *}}[[RESULT2]]
119 ; EG-DAG: CEIL {{\*? *}}[[RESULT3]]
120 ; EG-DAG: CEIL {{\*? *}}[[RESULT3]]
121 ; EG-DAG: CEIL {{\*? *}}[[RESULT3]]
122 ; EG-DAG: CEIL {{\*? *}}[[RESULT3]]
123 ; EG-DAG: CEIL {{\*? *}}[[RESULT4]]
124 ; EG-DAG: CEIL {{\*? *}}[[RESULT4]]
125 ; EG-DAG: CEIL {{\*? *}}[[RESULT4]]
126 ; EG-DAG: CEIL {{\*? *}}[[RESULT4]]
128 %y = call <16 x float> @llvm.ceil.v16f32(<16 x float> %x) nounwind readnone