Home
last modified time | relevance | path

Searched refs:fmaxf (Results 1 – 25 of 61) sorted by relevance

123

/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dfmaxnum.ll15 ; CHECK: bl fmaxf
36 ; CHECK: bl fmaxf
57 ; CHECK: bl fmaxf
58 ; CHECK: bl fmaxf
65 ; CHECK: bl fmaxf
66 ; CHECK: bl fmaxf
67 ; CHECK: bl fmaxf
68 ; CHECK: bl fmaxf
75 ; CHECK: bl fmaxf
76 ; CHECK: bl fmaxf
[all …]
H A Dctr-minmaxnum.ll10 declare float @fmaxf(float, float)
142 %0 = call float @fmaxf(float %f, float 1.0) readnone
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Dfminmax.ll18 %call = tail call float @fmaxf(float %x, float %y) #1
23 declare float @fmaxf(float, float) #0
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A D2008-07-23-VSetCC.ll24 call float @fmaxf( float 0.000000e+00, float %15 ) ; <float>:16 [#uses=0]
32 declare float @fmaxf(float, float)
H A Dfmaxnum.ll7 declare float @fmaxf(float, float)
51 %z = call float @fmaxf(float %x, float %y) readnone
58 ; CHECK-NEXT: jmp fmaxf@PLT # TAILCALL
59 %z = call float @fmaxf(float %x, float %y) readnone
/llvm-project-15.0.7/libc/test/src/math/
H A Dfmaxf_test.cpp13 LIST_FMAX_TESTS(float, __llvm_libc::fmaxf)
/llvm-project-15.0.7/libc/src/math/
H A Dfmaxf.h14 float fmaxf(float x, float y);
H A DCMakeLists.txt99 add_math_entrypoint_object(fmaxf)
/llvm-project-15.0.7/libc/src/math/generic/
H A Dfmaxf.cpp15 LLVM_LIBC_FUNCTION(float, fmaxf, (float x, float y)) {
H A DCMakeLists.txt857 fmaxf
859 fmaxf.cpp
861 ../fmaxf.h
/llvm-project-15.0.7/clang/test/Sema/
H A Dimplicit-builtin-decl.c59 extern float fmaxf(float, float);
/llvm-project-15.0.7/compiler-rt/test/builtins/Unit/
H A Dcompiler_rt_fmaxf_test.c11 fp_t libm_value = fmaxf(x, y); in test__compiler_rt_fmaxf()
/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dvec-max-05.ll11 declare float @fmaxf(float, float)
90 ; Test the fmaxf library function.
95 %ret = call float @fmaxf(float %val1, float %val2) readnone
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/
H A Dmips64signextendsesf.ll184 %call = tail call float @fmaxf(float %b.0.b.0., float %a.0.a.0.) #2
193 declare float @fmaxf(float, float) #1
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dlibcall-declarations.c95 float fmaxf(float, float);
281 F(fmaxf), F(fmaxl), F(fmin), F(fminf), F(fminl),
H A Dmath-libcalls.c264 fmax(f,f); fmaxf(f,f); fmaxl(f,f); in foo()
/llvm-project-15.0.7/libc/config/linux/arm/
H A Dentrypoints.txt88 libc.src.math.fmaxf
/llvm-project-15.0.7/clang/test/Headers/Inputs/include/
H A Dmath.h67 float fmaxf(float __a, float __b);
/llvm-project-15.0.7/llvm/test/CodeGen/RISCV/
H A Dfloat-arith-strict.ll199 ; RV32IF-NEXT: call fmaxf@plt
208 ; RV64IF-NEXT: call fmaxf@plt
217 ; RV32I-NEXT: call fmaxf@plt
226 ; RV64I-NEXT: call fmaxf@plt
H A Dfmax-fmin.ll10 ; R32-NEXT: call fmaxf@plt
19 ; R64-NEXT: call fmaxf@plt
/llvm-project-15.0.7/libc/config/darwin/arm/
H A Dentrypoints.txt130 libc.src.math.fmaxf
/llvm-project-15.0.7/libc/config/windows/
H A Dentrypoints.txt135 libc.src.math.fmaxf
/llvm-project-15.0.7/llvm/test/Transforms/InferFunctionAttrs/
H A Dno-proto.ll393 ; CHECK: declare void @fmaxf(...)
394 declare void @fmaxf(...)
/llvm-project-15.0.7/libcxx/include/
H A Dcmath200 float fmaxf(float x, float y);
421 using ::fmaxf _LIBCPP_USING_IF_EXISTS;
/llvm-project-15.0.7/clang/lib/Headers/
H A D__clang_hip_math.h253 float fmaxf(float __x, float __y) { return __ocml_fmax_f32(__x, __y); }
1296 float max(float __x, float __y) { return fmaxf(__x, __y); }

123