search for: __svml_sinf4_ha

Displaying 2 results from an estimated 2 matches for "__svml_sinf4_ha".

2016 Apr 01
2
RFC: A proposal for vectorizing loops with calls to math functions using SVML
...f translating the vector math intrinsics to svml calls. As an example, the LLVM IR above for "vector.body", introduced in the Problem Description section, would serve as input to the proposed pass and be transformed into the following LLVM IR. Special attention should be paid to the "__svml_sinf4_ha" call in the LLVM IR and resulting assembly code snippet. vector.body: ; preds = %vector.body, %entry %index = phi i64 [ 0, %entry ], [ %index.next, %vector.body ], !dbg !6 %0 = trunc i64 %index to i32, !dbg !7 %broadcast.splatinsert6 = insertelement &l...
2016 Apr 04
2
RFC: A proposal for vectorizing loops with calls to math functions using SVML
...f translating the vector math intrinsics to svml calls. As an example, the LLVM IR above for "vector.body", introduced in the Problem Description section, would serve as input to the proposed pass and be transformed into the following LLVM IR. Special attention should be paid to the "__svml_sinf4_ha" call in the LLVM IR and resulting assembly code snippet. vector.body: ; preds = %vector.body, %entry %index = phi i64 [ 0, %entry ], [ %index.next, %vector.body ], !dbg !6 %0 = trunc i64 %index to i32, !dbg !7 %broadcast.splatinsert6 = insertelement &l...