Lines Matching full:llvm
1 // RUN: %clang_cc1 -triple arm64-apple-ios7 -target-feature +neon -ffreestanding -emit-llvm -o - %s | FileCheck %s
6 // CHECK: call <2 x float> @llvm.trunc.v2f32(<2 x float>
8 // CHECK: call <4 x float> @llvm.trunc.v4f32(<4 x float>
10 // CHECK: call <2 x double> @llvm.trunc.v2f64(<2 x double>
14 // CHECK: call <2 x float> @llvm.aarch64.neon.frintn.v2f32(<2 x float>
16 // CHECK: call <4 x float> @llvm.aarch64.neon.frintn.v4f32(<4 x float>
18 // CHECK: call <2 x double> @llvm.aarch64.neon.frintn.v2f64(<2 x double>
20 // CHECK: call <2 x double> @llvm.aarch64.neon.frintn.v2f64(<2 x double>
23 // CHECK: call <2 x float> @llvm.floor.v2f32(<2 x float>
25 // CHECK: call <4 x float> @llvm.floor.v4f32(<4 x float>
27 // CHECK: call <2 x double> @llvm.floor.v2f64(<2 x double>
29 // CHECK: call <2 x double> @llvm.floor.v2f64(<2 x double>
32 // CHECK: call <2 x float> @llvm.ceil.v2f32(<2 x float>
34 // CHECK: call <4 x float> @llvm.ceil.v4f32(<4 x float>
36 // CHECK: call <2 x double> @llvm.ceil.v2f64(<2 x double>
39 // CHECK: call <2 x float> @llvm.round.v2f32(<2 x float>
41 // CHECK: call <4 x float> @llvm.round.v4f32(<4 x float>
43 // CHECK: call <2 x double> @llvm.round.v2f64(<2 x double>
46 // CHECK: call <2 x float> @llvm.rint.v2f32(<2 x float>
48 // CHECK: call <4 x float> @llvm.rint.v4f32(<4 x float>
50 // CHECK: call <2 x double> @llvm.rint.v2f64(<2 x double>