/external/llvm-project/clang/test/CodeGen/ |
D | thinlto-diagnostic-handler-remarks-with-hotness.ll | 1 ; Test to ensure -fdiagnostics-show-hotness and -fsave-optimization-record 10 ; RUN: %clang -target x86_64-scei-ps4 -O2 -x ir %t.o -fthinlto-index=%t.thinlto.bc -fsave-optimizat…
|
/external/llvm-project/openmp/docs/ |
D | index.rst | 65 .. _`[4]`: https://clang.llvm.org/docs/ClangCommandLineReference.html#cmdoption-clang1-fsave-optimi… 70 + `[4]`_ https://clang.llvm.org/docs/ClangCommandLineReference.html#cmdoption-clang1-fsave-optimiza…
|
/external/llvm/test/MC/X86/ |
D | intel-syntax.s | 666 fsave [eax] label 677 fsave dword ptr [eax] label
|
D | x86-64.s | 524 fsave 32493 label
|
/external/llvm-project/llvm/test/MC/X86/ |
D | intel-syntax.s | 734 fsave [eax] label 745 fsave dword ptr [eax] label
|
D | x86-64.s | 533 fsave 32493 label
|
/external/llvm-project/polly/docs/ |
D | UsingPollyWithClang.rst | 208 The flag -fsave-optimization-record will generate .opt.yaml files when compiling
|
/external/llvm-project/llvm/test/tools/llvm-mca/X86/Atom/ |
D | resources-x87.s | 154 fsave (%eax) label
|
/external/llvm-project/llvm/test/tools/llvm-mca/X86/SkylakeServer/ |
D | resources-x87.s | 154 fsave (%eax) label
|
/external/llvm-project/llvm/test/tools/llvm-mca/X86/Znver1/ |
D | resources-x87.s | 154 fsave (%eax) label
|
/external/llvm-project/llvm/test/tools/llvm-mca/X86/Broadwell/ |
D | resources-x87.s | 154 fsave (%eax) label
|
/external/llvm-project/llvm/test/tools/llvm-mca/X86/SkylakeClient/ |
D | resources-x87.s | 154 fsave (%eax) label
|
/external/llvm-project/llvm/test/tools/llvm-mca/X86/BdVer2/ |
D | resources-x87.s | 154 fsave (%eax) label
|
/external/llvm-project/llvm/test/tools/llvm-mca/X86/Barcelona/ |
D | resources-x87.s | 154 fsave (%eax) label
|
/external/llvm-project/llvm/test/tools/llvm-mca/X86/Haswell/ |
D | resources-x87.s | 154 fsave (%eax) label
|
/external/llvm-project/llvm/test/tools/llvm-mca/X86/SLM/ |
D | resources-x87.s | 154 fsave (%eax) label
|
/external/llvm-project/llvm/test/tools/llvm-mca/X86/Znver2/ |
D | resources-x87.s | 154 fsave (%eax) label
|
/external/llvm-project/llvm/test/tools/llvm-mca/X86/SandyBridge/ |
D | resources-x87.s | 154 fsave (%eax) label
|
/external/llvm-project/llvm/test/tools/llvm-mca/X86/Generic/ |
D | resources-x87.s | 154 fsave (%eax) label
|
/external/llvm-project/llvm/test/tools/llvm-mca/X86/BtVer2/ |
D | resources-x87.s | 154 fsave (%eax) label
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 762 #define FSAVE(a) CHOICE(fsave a, wait; fnsave a, wait; fsave a) 763 #define FNSAVE(a) CHOICE(fnsave a, fnsave a, fsave a) 1475 #define FSAVE(a) fsave a
|
/external/llvm-project/llvm/docs/ |
D | Vectorizers.rst | 102 vectorization to fail. If in addition ``-fsave-optimization-record`` is
|
/external/llvm-project/clang/docs/ |
D | UsersManual.rst | 342 ``-fsave-optimization-record=yaml``: A structured YAML format. 346 ``-fsave-optimization-record=bitstream``: A binary format based on LLVM 360 * ``clang -fsave-optimization-record -c in.c -o out.o`` will generate 363 * ``clang -fsave-optimization-record -c in.c `` will generate 381 ``clang -fsave-optimization-record=bitstream in.c -o out`` will generate 403 :ref:`-fsave-optimization-record <opt_fsave-optimization-record>`. 414 :ref:`-fsave-optimization-record <opt_fsave-optimization-record>`), this 442 :ref:`-fsave-optimization-record <opt_fsave-optimization-record>` is used.
|
D | ClangCommandLineReference.rst | 1906 Specify the output name of the file containing the optimization remarks. Implies -fsave-optimizatio… 2089 .. option:: -fsave-optimization-record, -fno-save-optimization-record 2094 .. option:: -fsave-optimization-record=<format>
|
/external/llvm-project/clang/include/clang/Driver/ |
D | Options.td | 1966 def fsave_optimization_record : Flag<["-"], "fsave-optimization-record">, 1968 def fsave_optimization_record_EQ : Joined<["-"], "fsave-optimization-record=">, 1975 …HelpText<"Specify the output name of the file containing the optimization remarks. Implies -fsave-…
|