Home
last modified time | relevance | path

Searched refs:Generate (Results 1 – 25 of 223) sorted by relevance

123456789

/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dtblgen.rst216 Generate Clang AST type nodes.
410 Generate assembly writer.
418 Generate attributes.
422 Generate generic automata.
466 Generate disassembler.
532 Generate intrinsic enums.
548 Generate option RST.
581 Generate X86 fold tables.
647 Generate LLVM IR intrinsics.
691 Generate pass documentation.
[all …]
H A Dllvm-locstats.rst93 Generate a plot as an image file.
105 Generate a plot as an image file showing the difference in the debug location
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/Headers/
H A DBUILD.gn4 # Generate arm_neon.h
11 # Generate arm_fp16.h
18 # Generate arm_sve.h
25 # Generate arm_bf16.h
32 # Generate arm_mve.h
39 # Generate arm_cde.h
46 # Generate riscv_vector.h
/llvm-project-15.0.7/libcxx/utils/
H A DCMakeLists.txt4 COMMENT "Generate tests checking for mandated transitive includes in public headers.")
8 COMMENT "Generate tests for including public headers.")
12 COMMENT "Generate the <version> header and tests for feature test macros.")
/llvm-project-15.0.7/flang/runtime/
H A Drandom.cpp59 inline void Generate(const Descriptor &harvest) { in Generate() function
116 Generate<CppTypeFor<TypeCategory::Real, 4>, 24>(harvest); in RTNAME()
119 Generate<CppTypeFor<TypeCategory::Real, 8>, 53>(harvest); in RTNAME()
124 Generate<CppTypeFor<TypeCategory::Real, 10>, 64>(harvest); in RTNAME()
132 Generate<CppTypeFor<TypeCategory::Real, 16>, 113>(harvest); in RTNAME()
/llvm-project-15.0.7/flang/cmake/modules/
H A DCMakeLists.txt5 # Generate a list of CMake library targets so that other CMake projects can
22 # Generate FlangConfig.cmake for the build tree.
37 # Generate FlangConfig.cmake for the install tree.
/llvm-project-15.0.7/lld/cmake/modules/
H A DCMakeLists.txt5 # Generate a list of CMake library targets so that other CMake projects can
22 # Generate LLDConfig.cmake for the build tree.
37 # Generate LLDConfig.cmake for the install tree.
/llvm-project-15.0.7/llvm/cmake/modules/
H A DCMakeLists.txt40 # Generate LLVMConfig.cmake for the build tree.
70 # Generate a default location for lit
113 # Generate LLVMConfig.cmake for the install tree.
139 # Generate a default location for lit
155 # Generate LLVMConfigVersion.cmake for build and install tree.
/llvm-project-15.0.7/clang/cmake/modules/
H A DCMakeLists.txt6 # Generate a list of CMake library targets so that other CMake projects can
23 # Generate ClangConfig.cmake for the build tree.
49 # Generate ClangConfig.cmake for the install tree.
/llvm-project-15.0.7/llvm/test/tools/yaml2obj/ELF/DWARF/
H A Ddebug-pubnames.yaml3 ## a) Generate the '.debug_pubnames' section from the 'DWARF' entry.
5 ## Generate and verify a 32-bit little endian .debug_pubnames section.
55 ## Generate and verify a 32-bit big endian .debug_pubnames section.
76 ## b) Generate the .debug_pubnames section from raw section content.
96 ## c) Generate the .debug_pubnames section when the "Size" is specified.
H A Ddebug-pubtypes.yaml3 ## a) Generate the '.debug_pubtypes' section from the 'DWARF' entry.
5 ## Generate and verify a 32-bit little endian .debug_pubtypes section.
56 ## Generate and verify a 32-bit big endian .debug_pubtypes section.
77 ## b) Generate the .debug_pubtypes section from raw section content.
97 ## c) Generate the .debug_pubtypes section when the "Size" is specified.
H A Ddebug-gnu-pubnames.yaml3 ## a) Generate the '.debug_gnu_pubnames' section from the 'DWARF' entry.
5 ## Generate and verify a 32-bit little endian .debug_gnu_pubnames section.
58 ## Generate and verify a 32-bit big endian .debug_gnu_pubnames section.
80 ## b) Generate the .debug_gnu_pubnames section from raw section content.
100 ## c) Generate the .debug_gnu_pubnames section when the "Size" is specified.
H A Ddebug-gnu-pubtypes.yaml3 ## a) Generate the '.debug_gnu_pubtypes' section from the 'DWARF' entry.
5 ## Generate and verify a 32-bit little endian .debug_gnu_pubtypes section.
58 ## Generate and verify a 32-bit big endian .debug_gnu_pubtypes section.
80 ## b) Generate the .debug_gnu_pubtypes section from raw section content.
100 ## c) Generate the .debug_gnu_pubtypes section when the "Size" is specified.
H A Ddebug-str-offsets.yaml3 ## a) Generate and verify a little endian .debug_str_offsets section.
52 ## b) Generate and verify a big endian .debug_str_offsets section.
135 ## f) Generate the .debug_str_offsets section from raw section content.
155 ## g) Generate the .debug_str_offsets section when the "Size" is specified.
H A Ddebug-aranges.yaml3 ## a) Generate the .debug_aranges section from the "DWARF" entry.
5 ## Generate and verify a big endian DWARF32 .debug_aranges section.
92 ## Generate and verify a little endian DWARF32 .debug_aranges section.
139 ## Generate and verify a big endian DWARF64 .debug_aranges section.
194 ## Generate and verify a little endian DWARF64 .debug_aranges section.
249 ## b) Generate the .debug_aranges section from raw section content.
269 ## c) Generate the .debug_aranges section when the "Size" is specified.
/llvm-project-15.0.7/llvm/utils/TableGen/
H A Dtdtags30 -x <recipe> Generate tags file(s) for a common use case:
39 all - Generate an index in each directory that contains .td files
41 here - Generate an index for all .td files in the current directory.
42 recurse - Generate an index in each directory that contains .td files
45 - Generate a tags file for each specified LLVM code generator
/llvm-project-15.0.7/llvm/test/tools/gold/X86/
H A Dthinlto_archive.ll1 ; Generate summary sections
6 ; Generate the static library
/llvm-project-15.0.7/llvm/test/CodeGen/Hexagon/
H A Drestore-single-reg.ll6 ; Generate the inline restore for single register pair for functions
22 ; Generate the restoring call for single register pair for functions
H A Dfp16.ll5 ; Generate correct libcall names for conversion from fp16 to fp32.
9 ; Generate correcct libcall names for conversion from fp32/fp64 to fp16
/llvm-project-15.0.7/mlir/cmake/modules/
H A DCMakeLists.txt6 # Generate a list of CMake library targets so that other CMake projects can
28 # Generate MlirConfig.cmake for the build tree.
60 # Generate MLIRConfig.cmake for the install tree.
/llvm-project-15.0.7/llvm/docs/TableGen/
H A DBackEnds.rst216 **Purpose**: Generate subtarget enumerations.
367 Generate Clang diagnostics definitions.
372 Generate Clang diagnostic groups.
377 Generate Clang diagnostic name index.
382 Generate Clang AST comment nodes.
387 Generate Clang AST declaration nodes.
392 Generate Clang AST statement nodes.
397 Generate Clang Static Analyzer checkers.
427 Generate arm_neon.h for clang.
432 Generate ARM NEON sema support for clang.
[all …]
/llvm-project-15.0.7/clang/lib/Headers/
H A DCMakeLists.txt303 # Generate header files and copy them to the build directory
305 # Generate arm_neon.h
307 # Generate arm_fp16.h
309 # Generate arm_sve.h
311 # Generate arm_bf16.h
313 # Generate arm_mve.h
315 # Generate arm_cde.h
340 # Generate riscv_vector.h
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagon.td176 // Generate mapping table to relate non-predicate instructions with their
193 // Generate mapping table to relate predicate-true instructions with their
205 // Generate mapping table to relate predicate-false instructions with their
217 // Generate mapping table to relate predicated instructions with their .new
229 // Generate mapping table to relate .new predicated instructions with their old
241 // Generate mapping table to relate store instructions with their new-value
253 // Generate mapping table to relate new-value store instructions with their old
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/clang-analyzer/
H A Dcore.DynamicTypePropagation.rst6 Generate dynamic type information
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dcrsave.ll66 ; Generate mfocrf in prologue when we need to save 1 nonvolatile CR field
76 ; Generate mfcr in prologue when we need to save all nonvolatile CR field

123456789