Home
last modified time | relevance | path

Searched refs:copysignf (Results 1 – 12 of 12) sorted by relevance

/external/llvm/test/CodeGen/X86/
Dsse-fcopysign.ll4 %tmp = tail call float @copysignf( float %b, float %a )
15 declare float @copysignf(float, float)
Dfp-in-intregs.ll16 …%tmp2 = tail call float @copysignf( float 1.000000e+00, float %x ) nounwind readnone ; <float> […
21 declare float @copysignf(float, float) nounwind readnone
D2010-05-25-DotDebugLoc.ll76 …%27 = tail call float @copysignf(float 0x7FF0000000000000, float %c) nounwind readnone, !dbg !30 ;…
109 …%42 = tail call float @copysignf(float %iftmp.0.0, float %a) nounwind readnone, !dbg !33 ; <float>…
116 …%47 = tail call float @copysignf(float %iftmp.1.0, float %b) nounwind readnone, !dbg !34 ; <float>…
157 …%67 = tail call float @copysignf(float %iftmp.2.0, float %c) nounwind readnone, !dbg !38 ; <float>…
164 …%72 = tail call float @copysignf(float %iftmp.3.0, float %d) nounwind readnone, !dbg !39 ; <float>…
197 declare float @copysignf(float, float) nounwind readnone
/external/llvm/test/CodeGen/ARM/
Dfcopysign.ll14 %0 = tail call float @copysignf(float %x, float %y) nounwind
53 %2 = tail call float @copysignf(float 5.000000e-01, float %1) nounwind readnone
60 declare float @copysignf(float, float) nounwind
/external/llvm/test/CodeGen/Mips/
D2008-07-31-fcopysign.ll14 tail call float @copysignf( float %i, float %j ) nounwind readnone ; <float>:0 [#uses=1]
18 declare float @copysignf(float, float) nounwind readnone
Dfcopysign-f32-f64.ll6 declare float @copysignf(float, float) nounwind readnone
25 %call = tail call float @copysignf(float %add, float %conv) nounwind readnone
Dfcopysign.ll54 %call = tail call float @copysignf(float %f0, float %f1) nounwind readnone
58 declare float @copysignf(float, float) nounwind readnone
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h54 copysignf, enumerator
/external/llvm/lib/Target/
DTargetLibraryInfo.cpp221 TLI.setUnavailable(LibFunc::copysignf); in initialize()
/external/llvm/test/Transforms/SimplifyLibCalls/
Dwin-math.ll78 ; WIN32-NOT: float @copysignf
/external/clang/lib/Headers/
Dtgmath.h614 __tg_copysign(float __x, float __y) {return copysignf(__x, __y);} in __tg_copysign()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5518 (LibInfo->has(LibFunc::copysignf) && Name == "copysignf") || in visitCall()