Lines Matching refs:spacing

3 define void @store64(i64** nocapture %out, i64 %index, i64 %spacing) nounwind noinline ssp {
9 store i64 %spacing, i64* %tmp, align 4
14 define void @store32(i32** nocapture %out, i32 %index, i32 %spacing) nounwind noinline ssp {
20 store i32 %spacing, i32* %tmp, align 4
25 define void @store16(i16** nocapture %out, i16 %index, i16 %spacing) nounwind noinline ssp {
31 store i16 %spacing, i16* %tmp, align 4
36 define void @store8(i8** nocapture %out, i8 %index, i8 %spacing) nounwind noinline ssp {
42 store i8 %spacing, i8* %tmp, align 4
47 define void @truncst64to32(i32** nocapture %out, i32 %index, i64 %spacing) nounwind noinline ssp {
53 %trunc = trunc i64 %spacing to i32
59 define void @truncst64to16(i16** nocapture %out, i16 %index, i64 %spacing) nounwind noinline ssp {
65 %trunc = trunc i64 %spacing to i16
71 define void @truncst64to8(i8** nocapture %out, i8 %index, i64 %spacing) nounwind noinline ssp {
77 %trunc = trunc i64 %spacing to i8
84 define void @storef16(half** %out, half %index, half %spacing) nounwind {
90 store half %spacing, half* %tmp, align 2
95 define void @storef32(float** nocapture %out, float %index, float %spacing) nounwind noinline ssp {
101 store float %spacing, float* %tmp, align 4
106 define void @storef64(double** nocapture %out, double %index, double %spacing) nounwind noinline ss…
112 store double %spacing, double* %tmp, align 4
117 define double * @pref64(double** nocapture %out, double %spacing) nounwind noinline ssp {
124 store double %spacing, double* %ptr, align 4
128 define float * @pref32(float** nocapture %out, float %spacing) nounwind noinline ssp {
135 store float %spacing, float* %ptr, align 4
139 define half* @pref16(half** %out, half %spacing) nounwind {
146 store half %spacing, half* %ptr, align 2
150 define i64 * @pre64(i64** nocapture %out, i64 %spacing) nounwind noinline ssp {
157 store i64 %spacing, i64* %ptr, align 4
161 define i32 * @pre32(i32** nocapture %out, i32 %spacing) nounwind noinline ssp {
168 store i32 %spacing, i32* %ptr, align 4
172 define i16 * @pre16(i16** nocapture %out, i16 %spacing) nounwind noinline ssp {
179 store i16 %spacing, i16* %ptr, align 4
183 define i8 * @pre8(i8** nocapture %out, i8 %spacing) nounwind noinline ssp {
190 store i8 %spacing, i8* %ptr, align 4
194 define i32 * @pretrunc64to32(i32** nocapture %out, i64 %spacing) nounwind noinline ssp {
201 %trunc = trunc i64 %spacing to i32
206 define i16 * @pretrunc64to16(i16** nocapture %out, i64 %spacing) nounwind noinline ssp {
213 %trunc = trunc i64 %spacing to i16
218 define i8 * @pretrunc64to8(i8** nocapture %out, i64 %spacing) nounwind noinline ssp {
225 %trunc = trunc i64 %spacing to i8