Home
last modified time | relevance | path

Searched refs:finit (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dreghinting.ll4 ;; The registers %x and %y must both spill across the finit call.
14 ; CHECK-NEXT: finit
20 %call = tail call i32 @finit(double %conv) nounwind
33 declare i32 @finit(double)
/llvm-project-15.0.7/llvm/test/MC/X86/
H A Dx86-64.s529 finit label
/llvm-project-15.0.7/clang/docs/
H A DClangCommandLineReference.rst4169 .. option:: -finit-character=<arg>
4171 .. option:: -finit-integer=<arg>
4173 .. option:: -finit-local-zero, -fno-init-local-zero
4175 .. option:: -finit-logical=<arg>
4177 .. option:: -finit-real=<arg>
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td4804 def finit_character_EQ : Joined<["-"], "finit-character=">, Group<gfortran_Group>;
4805 def finit_integer_EQ : Joined<["-"], "finit-integer=">, Group<gfortran_Group>;
4806 def finit_logical_EQ : Joined<["-"], "finit-logical=">, Group<gfortran_Group>;
4807 def finit_real_EQ : Joined<["-"], "finit-real=">, Group<gfortran_Group>;