Searched refs:copysignf (Results 1 – 12 of 12) sorted by relevance
/external/llvm/test/CodeGen/X86/ |
D | sse-fcopysign.ll | 4 %tmp = tail call float @copysignf( float %b, float %a ) 15 declare float @copysignf(float, float)
|
D | fp-in-intregs.ll | 16 …%tmp2 = tail call float @copysignf( float 1.000000e+00, float %x ) nounwind readnone ; <float> [… 21 declare float @copysignf(float, float) nounwind readnone
|
D | 2010-05-25-DotDebugLoc.ll | 76 …%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/ |
D | fcopysign.ll | 14 %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/ |
D | 2008-07-31-fcopysign.ll | 14 tail call float @copysignf( float %i, float %j ) nounwind readnone ; <float>:0 [#uses=1] 18 declare float @copysignf(float, float) nounwind readnone
|
D | fcopysign-f32-f64.ll | 6 declare float @copysignf(float, float) nounwind readnone 25 %call = tail call float @copysignf(float %add, float %conv) nounwind readnone
|
D | fcopysign.ll | 54 %call = tail call float @copysignf(float %f0, float %f1) nounwind readnone 58 declare float @copysignf(float, float) nounwind readnone
|
/external/llvm/include/llvm/Target/ |
D | TargetLibraryInfo.h | 54 copysignf, enumerator
|
/external/llvm/lib/Target/ |
D | TargetLibraryInfo.cpp | 221 TLI.setUnavailable(LibFunc::copysignf); in initialize()
|
/external/llvm/test/Transforms/SimplifyLibCalls/ |
D | win-math.ll | 78 ; WIN32-NOT: float @copysignf
|
/external/clang/lib/Headers/ |
D | tgmath.h | 614 __tg_copysign(float __x, float __y) {return copysignf(__x, __y);} in __tg_copysign()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 5518 (LibInfo->has(LibFunc::copysignf) && Name == "copysignf") || in visitCall()
|