Home
last modified time | relevance | path

Searched refs:SINCOS (Results 1 – 6 of 6) sorted by relevance

/external/llvm/test/Transforms/InstCombine/
Dsincospi.ll4 …-instcombine -S < %s -mtriple=x86_64-apple-macosx10.8 | FileCheck %s --check-prefix=CHECK-NO-SINCOS
5 …N: opt -instcombine -S < %s -mtriple=arm-apple-ios6.0 | FileCheck %s --check-prefix=CHECK-NO-SINCOS
6 …t -instcombine -S < %s -mtriple=x86_64-none-linux-gnu | FileCheck %s --check-prefix=CHECK-NO-SINCOS
27 ; 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 0
29 ; CHECK-FLOAT-IN-VEC: extractelement <2 x float> [[SINCOS]], i32 1
32 ; CHECK: [[SINCOS:%[a-z0-9]+]] = call { float, float } @__sincospif_stret(float [[VAL]])
33 ; CHECK: extractvalue { float, float } [[SINCOS]], 0
34 ; CHECK: extractvalue { float, float } [[SINCOS]], 1
36 ; CHECK-NO-SINCOS: call float @__sinpif
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dsincospi.ll4 …-instcombine -S < %s -mtriple=x86_64-apple-macosx10.8 | FileCheck %s --check-prefix=CHECK-NO-SINCOS
5 …N: opt -instcombine -S < %s -mtriple=arm-apple-ios6.0 | FileCheck %s --check-prefix=CHECK-NO-SINCOS
6 …t -instcombine -S < %s -mtriple=x86_64-none-linux-gnu | FileCheck %s --check-prefix=CHECK-NO-SINCOS
27 ; 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 0
29 ; CHECK-FLOAT-IN-VEC: extractelement <2 x float> [[SINCOS]], i32 1
32 ; CHECK: [[SINCOS:%[a-z0-9]+]] = call { float, float } @__sincospif_stret(float [[VAL]])
33 ; CHECK: extractvalue { float, float } [[SINCOS]], 0
34 ; CHECK: extractvalue { float, float } [[SINCOS]], 1
36 ; CHECK-NO-SINCOS: call float @__sinpif
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dsincos.ll2 ; RUN: llc < %s -mtriple=armv7-apple-ios7 -mcpu=cortex-a8 | FileCheck %s --check-prefix=SINCOS
3 ; RUN: llc < %s -mtriple=armv7-linux-gnu -mcpu=cortex-a8 | FileCheck %s --check-prefix=SINCOS-GNU
5 ; RUN: --enable-unsafe-fp-math | FileCheck %s --check-prefix=SINCOS-GNU
14 ; SINCOS-LABEL: test1:
15 ; SINCOS: bl ___sincosf_stret
17 ; SINCOS-GNU-LABEL: test1:
18 ; SINCOS-GNU: bl sincosf
32 ; SINCOS-LABEL: test1_errno:
33 ; SINCOS: bl _sinf
34 ; SINCOS: bl _cosf
[all …]
/external/llvm/test/CodeGen/ARM/
Dsincos.ll2 ; RUN: llc < %s -mtriple=armv7-apple-ios7 -mcpu=cortex-a8 | FileCheck %s --check-prefix=SINCOS
5 ; RUN: --enable-unsafe-fp-math | FileCheck %s --check-prefix=SINCOS-GNU
12 ; SINCOS-LABEL: test1:
13 ; SINCOS: bl ___sincosf_stret
15 ; SINCOS-GNU-LABEL: test1:
16 ; SINCOS-GNU: bl sincosf
34 ; SINCOS-LABEL: test2:
35 ; SINCOS: bl ___sincos_stret
37 ; SINCOS-GNU-LABEL: test2:
38 ; SINCOS-GNU: bl sincos
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowMatrix.java30 public static final String SINCOS = "sincos"; field in ShadowMatrix
150 setOps.put(SINCOS, sinValue + " " + cosValue + " " + px + " " + py); in setSinCos()
156 setOps.put(SINCOS, sinValue + " " + cosValue); in setSinCos()
/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_shader.c1783 DECL_SPECIAL(SINCOS) in DECL_SPECIAL() argument
2948 _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)),