Searched refs:SINCOS (Results 1 – 6 of 6) sorted by relevance
4 …-instcombine -S < %s -mtriple=x86_64-apple-macosx10.8 | FileCheck %s --check-prefix=CHECK-NO-SINCOS5 …N: opt -instcombine -S < %s -mtriple=arm-apple-ios6.0 | FileCheck %s --check-prefix=CHECK-NO-SINCOS6 …t -instcombine -S < %s -mtriple=x86_64-none-linux-gnu | FileCheck %s --check-prefix=CHECK-NO-SINCOS27 ; CHECK-FLOAT-IN-VEC: [[SINCOS:%[a-z0-9]+]] = call <2 x float> @__sincospif_stret(float [[VAL]])28 ; CHECK-FLOAT-IN-VEC: extractelement <2 x float> [[SINCOS]], i32 029 ; CHECK-FLOAT-IN-VEC: extractelement <2 x float> [[SINCOS]], i32 132 ; CHECK: [[SINCOS:%[a-z0-9]+]] = call { float, float } @__sincospif_stret(float [[VAL]])33 ; CHECK: extractvalue { float, float } [[SINCOS]], 034 ; CHECK: extractvalue { float, float } [[SINCOS]], 136 ; CHECK-NO-SINCOS: call float @__sinpif[all …]
2 ; RUN: llc < %s -mtriple=armv7-apple-ios7 -mcpu=cortex-a8 | FileCheck %s --check-prefix=SINCOS3 ; RUN: llc < %s -mtriple=armv7-linux-gnu -mcpu=cortex-a8 | FileCheck %s --check-prefix=SINCOS-GNU5 ; RUN: --enable-unsafe-fp-math | FileCheck %s --check-prefix=SINCOS-GNU14 ; SINCOS-LABEL: test1:15 ; SINCOS: bl ___sincosf_stret17 ; SINCOS-GNU-LABEL: test1:18 ; SINCOS-GNU: bl sincosf32 ; SINCOS-LABEL: test1_errno:33 ; SINCOS: bl _sinf34 ; SINCOS: bl _cosf[all …]
2 ; RUN: llc < %s -mtriple=armv7-apple-ios7 -mcpu=cortex-a8 | FileCheck %s --check-prefix=SINCOS5 ; RUN: --enable-unsafe-fp-math | FileCheck %s --check-prefix=SINCOS-GNU12 ; SINCOS-LABEL: test1:13 ; SINCOS: bl ___sincosf_stret15 ; SINCOS-GNU-LABEL: test1:16 ; SINCOS-GNU: bl sincosf34 ; SINCOS-LABEL: test2:35 ; SINCOS: bl ___sincos_stret37 ; SINCOS-GNU-LABEL: test2:38 ; SINCOS-GNU: bl sincos
30 public static final String SINCOS = "sincos"; field in ShadowMatrix150 setOps.put(SINCOS, sinValue + " " + cosValue + " " + px + " " + py); in setSinCos()156 setOps.put(SINCOS, sinValue + " " + cosValue); in setSinCos()
1783 DECL_SPECIAL(SINCOS) in DECL_SPECIAL() argument2948 _OPI(SINCOS, NOP, V(2,0), V(2,1), V(2,0), V(2,1), 1, 3, SPECIAL(SINCOS)),2949 _OPI(SINCOS, NOP, V(3,0), V(3,0), V(3,0), V(3,0), 1, 1, SPECIAL(SINCOS)),