Home
last modified time | relevance | path

Searched refs:Dialect (Results 1 – 25 of 57) sorted by relevance

123

/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormattedStatus.rst1582 * - flang/include/flang/Optimizer/Dialect
1637 * - flang/lib/Optimizer/Dialect
5992 * - mlir/include/mlir/Dialect
5997 * - mlir/include/mlir/Dialect/Affine
6002 * - mlir/include/mlir/Dialect/Affine/EDSC
6007 * - mlir/include/mlir/Dialect/Affine/IR
6012 * - mlir/include/mlir/Dialect/Async
6017 * - mlir/include/mlir/Dialect/Async/IR
6022 * - mlir/include/mlir/Dialect/AVX512
6027 * - mlir/include/mlir/Dialect/GPU
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInlineAsm.h46 AsmDialect Dialect; variable
70 AsmDialect getDialect() const { return Dialect; } in getDialect()
379 AsmDialect Dialect = in getExtraInfoNames() local
382 if (Dialect == InlineAsm::AD_ATT) in getExtraInfoNames()
384 if (Dialect == InlineAsm::AD_Intel) in getExtraInfoNames()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dstandards.texi75 errors rather than warnings). @xref{C Dialect Options,,Options
76 Controlling C Dialect}.
171 @xref{C Dialect Options,,Options Controlling C Dialect}.
239 Dialect Options,Options Controlling C++ Dialect}. Use of the
H A Dgcc.info166 Controlling C Dialect: C Dialect Options.
251 *Note Options Controlling C Dialect: C Dialect Options.
316 Options Controlling C++ Dialect: C++ Dialect Options. Use of the '-std'
481 * C Dialect Options:: Controlling the variant of C language compiled.
482 * C++ Dialect Options:: Variations on C++.
483 * Objective-C and Objective-C++ Dialect Options:: Variations on Objective-C
527 *Note Options Controlling C Dialect: C Dialect Options.
541 *Note Options Controlling C++ Dialect: C++ Dialect Options.
588 Objective-C and Objective-C++ Dialect Options.
2140 File: gcc.info, Node: Invoking G++, Next: C Dialect Options, Prev: Overall Options, Up: Invokin…
[all …]
H A Dimplement-c.texi148 @option{-fsigned-char} change the default. @xref{C Dialect Options, ,
149 Options Controlling C Dialect}.
H A Dinvoke.texi149 * C Dialect Options:: Controlling the variant of C language compiled.
150 * C++ Dialect Options:: Variations on C++.
151 * Objective-C and Objective-C++ Dialect Options:: Variations on Objective-C
196 @xref{C Dialect Options,,Options Controlling C Dialect}.
210 @xref{C++ Dialect Options,,Options Controlling C++ Dialect}.
256 @xref{Objective-C and Objective-C++ Dialect Options,,Options Controlling
1889 @xref{C Dialect Options,,Options Controlling C Dialect}, for
1891 @xref{C++ Dialect Options,,Options Controlling C++ Dialect}, for
1894 @node C Dialect Options
1895 @section Options Controlling C Dialect
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp72 InlineAsm::AsmDialect Dialect) const { in emitInlineAsm()
116 Parser->setAssemblerDialect(Dialect); in emitInlineAsm()
120 if (Dialect == InlineAsm::AD_Intel) in emitInlineAsm()
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dstandards.texi75 errors rather than warnings). @xref{C Dialect Options,,Options
76 Controlling C Dialect}.
171 @xref{C Dialect Options,,Options Controlling C Dialect}.
246 Dialect Options,Options Controlling C++ Dialect}. Use of the
H A Dgcc.info166 Controlling C Dialect: C Dialect Options.
251 *Note Options Controlling C Dialect: C Dialect Options.
323 Options Controlling C++ Dialect: C++ Dialect Options. Use of the '-std'
479 * C Dialect Options:: Controlling the variant of C language compiled.
480 * C++ Dialect Options:: Variations on C++.
481 * Objective-C and Objective-C++ Dialect Options:: Variations on Objective-C
528 *Note Options Controlling C Dialect: C Dialect Options.
542 *Note Options Controlling C++ Dialect: C++ Dialect Options.
605 Objective-C and Objective-C++ Dialect Options.
2477 File: gcc.info, Node: Invoking G++, Next: C Dialect Options, Prev: Overall Options, Up: Invokin…
[all …]
H A Dimplement-c.texi148 @option{-fsigned-char} change the default. @xref{C Dialect Options, ,
149 Options Controlling C Dialect}.
H A Dinvoke.texi149 * C Dialect Options:: Controlling the variant of C language compiled.
150 * C++ Dialect Options:: Variations on C++.
151 * Objective-C and Objective-C++ Dialect Options:: Variations on Objective-C
199 @xref{C Dialect Options,,Options Controlling C Dialect}.
213 @xref{C++ Dialect Options,,Options Controlling C++ Dialect}.
275 @xref{Objective-C and Objective-C++ Dialect Options,,Options Controlling
2276 @xref{C Dialect Options,,Options Controlling C Dialect}, for
2278 @xref{C++ Dialect Options,,Options Controlling C++ Dialect}, for
2281 @node C Dialect Options
2282 @section Options Controlling C Dialect
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInlineAsm.cpp36 Dialect(asmDialect), CanThrow(canThrow) { in InlineAsm()
H A DCore.cpp467 LLVMInlineAsmDialect Dialect, LLVMBool CanThrow) { in LLVMGetInlineAsm() argument
469 switch (Dialect) { in LLVMGetInlineAsm()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Di386-opc.h733 Dialect, enumerator
H A Di386-gen.c489 BITFIELD (Dialect),
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp1501 unsigned Dialect = getMAIAssemblerDialect(); in MatchAndEmitInstruction() local
1505 MatchingInlineAsm, Dialect); in MatchAndEmitInstruction()
1542 ((SystemZOperand &)*Operands[0]).getToken(), FBS, Dialect); in MatchAndEmitInstruction()
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A Dindex.rst138 C++ Dialect Support
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dgfortran.info397 * Fortran Dialect Options:: Controlling the variant of Fortran language
412 File: gfortran.info, Node: Option Summary, Next: Fortran Dialect Options, Up: Invoking GNU Fortr…
421 *Note Options controlling Fortran dialect: Fortran Dialect Options.
509 File: gfortran.info, Node: Fortran Dialect Options, Next: Preprocessing Options, Prev: Option Su…
810 … Preprocessing Options, Next: Error and Warning Options, Prev: Fortran Dialect Options, Up: Inv…
2341 *** unless '-fdefault-real-8' is used (see *note Fortran Dialect
20958 * allow-invalid-boz: Fortran Dialect Options.
20962 * backslash: Fortran Dialect Options.
20990 * fall-intrinsics: Fortran Dialect Options.
20992 * fallow-argument-mismatch: Fortran Dialect Options.
[all …]
H A Dinvoke.texi93 * Fortran Dialect Options:: Controlling the variant of Fortran language
118 @xref{Fortran Dialect Options,,Options controlling Fortran dialect}.
205 @node Fortran Dialect Options
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dgfortran.info408 * Fortran Dialect Options:: Controlling the variant of Fortran language
423 File: gfortran.info, Node: Option Summary, Next: Fortran Dialect Options, Up: Invoking GNU Fortr…
432 *Note Options controlling Fortran dialect: Fortran Dialect Options.
520 File: gfortran.info, Node: Fortran Dialect Options, Next: Preprocessing Options, Prev: Option Su…
810 … Preprocessing Options, Next: Error and Warning Options, Prev: Fortran Dialect Options, Up: Inv…
2615 *** unless '-fdefault-real-8' is used (see *note Fortran Dialect
21368 * allow-invalid-boz: Fortran Dialect Options.
21372 * backslash: Fortran Dialect Options.
21400 * fall-intrinsics: Fortran Dialect Options.
21402 * fallow-argument-mismatch: Fortran Dialect Options.
[all …]
H A Dinvoke.texi93 * Fortran Dialect Options:: Controlling the variant of Fortran language
118 @xref{Fortran Dialect Options,,Options controlling Fortran dialect}.
205 @node Fortran Dialect Options
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DCompileCudaWithLLVM.rst222 Dialect Differences Between clang and nvcc
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DCore.h879 LLVMInlineAsmDialect Dialect, LLVMBool CanThrow);
/netbsd-src/external/gpl3/gcc/dist/
H A DNEWS875 17. https://gcc.gnu.org/onlinedocs/gcc-12.1.0/gcc/C-Dialect-Options.html#index-foffload-options
876 18. https://gcc.gnu.org/onlinedocs/gcc-12.1.0/gcc/C-Dialect-Options.html#index-foffload
1848 …26. https://gcc.gnu.org/onlinedocs/gcc-11.1.0/gcc/C_002b_002b-Dialect-Options.html#index-Wmismatch…
1864 …42. https://gcc.gnu.org/onlinedocs/gcc-11.1.0/gcc/C_002b_002b-Dialect-Options.html#index-Wctad-may…
1865 …43. https://gcc.gnu.org/onlinedocs/gcc-11.1.0/gcc/C_002b_002b-Dialect-Options.html#index-Wrange-lo…
1866 …44. https://gcc.gnu.org/onlinedocs/gcc-11.1.0/gcc/C_002b_002b-Dialect-Options.html#index-Wdeprecat…
1867 …45. https://gcc.gnu.org/onlinedocs/gcc-11.1.0/gcc/C_002b_002b-Dialect-Options.html#index-Wdeprecat…
1868 …46. https://gcc.gnu.org/onlinedocs/gcc-11.1.0/gcc/C_002b_002b-Dialect-Options.html#index-Wmismatch…
1869 …47. https://gcc.gnu.org/onlinedocs/gcc-11.1.0/gcc/C_002b_002b-Dialect-Options.html#index-Wvexing-p…
2779 …30. https://gcc.gnu.org/onlinedocs/gcc-10.1.0/gcc/C_002b_002b-Dialect-Options.html#index-Wmismatch…
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/
H A DNEWS891 …30. https://gcc.gnu.org/onlinedocs/gcc-10.1.0/gcc/C_002b_002b-Dialect-Options.html#index-Wmismatch…
892 …31. https://gcc.gnu.org/onlinedocs/gcc-10.1.0/gcc/C_002b_002b-Dialect-Options.html#index-Wredundan…
1833 7. https://gcc.gnu.org/onlinedocs/gcc-9.1.0/gcc/C_002b_002b-Dialect-Options.html#index-frepo
1874 …48. https://gcc.gnu.org/onlinedocs/gcc-9.1.0/gcc/C_002b_002b-Dialect-Options.html#index-Wdeprecate…
1875 …49. https://gcc.gnu.org/onlinedocs/gcc-9.1.0/gcc/C_002b_002b-Dialect-Options.html#index-Winit-list…
1876 …50. https://gcc.gnu.org/onlinedocs/gcc-9.1.0/gcc/C_002b_002b-Dialect-Options.html#index-Wredundant…
1877 …51. https://gcc.gnu.org/onlinedocs/gcc-9.1.0/gcc/C_002b_002b-Dialect-Options.html#index-Wpessimizi…
1878 …52. https://gcc.gnu.org/onlinedocs/gcc-9.1.0/gcc/C_002b_002b-Dialect-Options.html#index-Wclass-con…
1882 …56. https://gcc.gnu.org/onlinedocs/gcc-9.1.0/gfortran/Fortran-Dialect-Options.html#index-fdec-incl…
1883 57. https://gcc.gnu.org/onlinedocs/gcc-9.1.0/gfortran/Fortran-Dialect-Options.html#index-fdec
[all …]

123