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 @floor_f32(i32 %n, float* noalias %y, float* noalias %x) nounwind uwtable {
500 define void @floor_f64(i32 %n, double* noalias %y, double* noalias %x) nounwind uwtable {
526 define void @ceil_f32(i32 %n, float* noalias %y, float* noalias %x) nounwind uwtable {
552 define void @ceil_f64(i32 %n, double* noalias %y, double* noalias %x) nounwind uwtable {
578 define void @trunc_f32(i32 %n, float* noalias %y, float* noalias %x) nounwind uwtable {
604 define void @trunc_f64(i32 %n, double* noalias %y, double* noalias %x) nounwind uwtable {
630 define void @rint_f32(i32 %n, float* noalias %y, float* noalias %x) nounwind uwtable {
656 define void @rint_f64(i32 %n, double* noalias %y, double* noalias %x) nounwind uwtable {
682 define void @nearbyint_f32(i32 %n, float* noalias %y, float* noalias %x) nounwind uwtable {
708 define void @nearbyint_f64(i32 %n, double* noalias %y, double* noalias %x) nounwind uwtable {
734 define void @fma_f32(i32 %n, float* noalias %y, float* noalias %x, float* noalias %z, float* noalias %w) nounwind uwtable {
764 define void @fma_f64(i32 %n, double* noalias %y, double* noalias %x, double* noalias %z, double* noalias %w) nounwind uwtable {
794 define void @fmuladd_f32(i32 %n, float* noalias %y, float* noalias %x, float* noalias %z, float* noalias %w) nounwind uwtable {
824 define void @fmuladd_f64(i32 %n, double* noalias %y, double* noalias %x, double* noalias %z, double* noalias %w) nounwind uwtable {
854 define void @pow_f32(i32 %n, float* noalias %y, float* noalias %x, float* noalias %z) nounwind uwtable {
882 define void @pow_f64(i32 %n, double* noalias %y, double* noalias %x, double* noalias %z) nounwind uwtable {