Home | History | Annotate | Download | only in LoopVectorize

Lines Matching full:noalias

9 define void @sqrt_f32(i32 %n, float* noalias %y, float* noalias %x) nounwind uwtable {
35 define void @sqrt_f64(i32 %n, double* noalias %y, double* noalias %x) nounwind uwtable {
61 define void @sin_f32(i32 %n, float* noalias %y, float* noalias %x) nounwind uwtable {
87 define void @sin_f64(i32 %n, double* noalias %y, double* noalias %x) nounwind uwtable {
113 define void @cos_f32(i32 %n, float* noalias %y, float* noalias %x) nounwind uwtable {
139 define void @cos_f64(i32 %n, double* noalias %y, double* noalias %x) nounwind uwtable {
165 define void @exp_f32(i32 %n, float* noalias %y, float* noalias %x) nounwind uwtable {
191 define void @exp_f64(i32 %n, double* noalias %y, double* noalias %x) nounwind uwtable {
217 define void @exp2_f32(i32 %n, float* noalias %y, float* noalias %x) nounwind uwtable {
243 define void @exp2_f64(i32 %n, double* noalias %y, double* noalias %x) nounwind uwtable {
269 define void @log_f32(i32 %n, float* noalias %y, float* noalias %x) nounwind uwtable {
295 define void @log_f64(i32 %n, double* noalias %y, double* noalias %x) nounwind uwtable {
321 define void @log10_f32(i32 %n, float* noalias %y, float* noalias %x) nounwind uwtable {
347 define void @log10_f64(i32 %n, double* noalias %y, double* noalias %x) nounwind uwtable {
373 define void @log2_f32(i32 %n, float* noalias %y, float* noalias %x) nounwind uwtable {
399 define void @log2_f64(i32 %n, double* noalias %y, double* noalias %x) nounwind uwtable {
425 define void @fabs_f32(i32 %n, float* noalias %y, float* noalias %x) nounwind uwtable {
448 define void @fabs_f64(i32 %n, double* noalias %y, double* noalias %x) nounwind uwtable {
474 define void @copysign_f32(i32 %n, float* noalias %y, float* noalias %x, float* noalias %z) nounwind uwtable {
499 define void @copysign_f64(i32 %n, double* noalias %y, double* noalias %x, double* noalias %z) nounwind uwtable {
527 define void @floor_f32(i32 %n, float* noalias %y, float* noalias %x) nounwind uwtable {
553 define void @floor_f64(i32 %n, double* noalias %y, double* noalias %x) nounwind uwtable {
579 define void @ceil_f32(i32 %n, float* noalias %y, float* noalias %x) nounwind uwtable {
605 define void @ceil_f64(i32 %n, double* noalias %y, double* noalias %x) nounwind uwtable {
631 define void @trunc_f32(i32 %n, float* noalias %y, float* noalias %x) nounwind uwtable {
657 define void @trunc_f64(i32 %n, double* noalias %y, double* noalias %x) nounwind uwtable {
683 define void @rint_f32(i32 %n, float* noalias %y, float* noalias %x) nounwind uwtable {
709 define void @rint_f64(i32 %n, double* noalias %y, double* noalias %x) nounwind uwtable {
735 define void @nearbyint_f32(i32 %n, float* noalias %y, float* noalias %x) nounwind uwtable {
761 define void @nearbyint_f64(i32 %n, double* noalias %y, double* noalias %x) nounwind uwtable {
787 define void @round_f32(i32 %n, float* noalias %y, float* noalias %x) nounwind uwtable {
813 noalias %y, double* noalias %x) nounwind uwtable {
839 define void @fma_f32(i32 %n, float* noalias %y, float* noalias %x, float* noalias %z, float* noalias %w) nounwind uwtable {
869 define void @fma_f64(i32 %n, double* noalias %y, double* noalias %x, double* noalias %z, double* noalias %w) nounwind uwtable {
899 define void @fmuladd_f32(i32 %n, float* noalias %y, float* noalias %x, float* noalias %z, float* noalias %w) nounwind uwtable {
929 define void @fmuladd_f64(i32 %n, double* noalias %y, double* noalias %x, double* noalias %z, double* noalias %w) nounwind uwtable {
959 define void @pow_f32(i32 %n, float* noalias %y, float* noalias %x, float* noalias %z) nounwind uwtable {
987 define void @pow_f64(i32 %n, double* noalias %y, double* noalias %x, double* noalias %z) nounwind uwtable {
1098 define void @powi_f64(i32 %n, double* noalias %y, double* noalias %x, i32 %P) nounwind uwtable {
1122 define void @powi_f64_neg(i32 %n, double* noalias %y, double* noalias %x) nounwind uwtable {
1149 define void @cttz_f64(i32 %n, i64* noalias %y, i64* noalias %x) nounwind uwtable {
1175 define void @ctlz_f64(i32 %n, i64* noalias %y, i64* noalias %x) nounwind uwtable {
1201 define void @minnum_f32(i32 %n, float* noalias %y, float* noalias %x, float* noalias %z) nounwind uwtable {
1229 define void @maxnum_f32(i32 %n, float* noalias %y, float* noalias %x, float* noalias %z) nounwind uwtable {