Home
last modified time | relevance | path

Searched refs:TableGen (Results 1 – 25 of 134) sorted by relevance

123456

/src/lib/clang/libllvmminimal/
H A DMakefile75 SRCS+= TableGen/DetailedRecordsBackend.cpp
76 SRCS+= TableGen/Error.cpp
77 SRCS+= TableGen/JSONBackend.cpp
78 SRCS+= TableGen/Main.cpp
79 SRCS+= TableGen/Record.cpp
80 SRCS+= TableGen/SetTheory.cpp
81 SRCS+= TableGen/StringMatcher.cpp
82 SRCS+= TableGen/TGLexer.cpp
83 SRCS+= TableGen/TGParser.cpp
84 SRCS+= TableGen/TableGenBackend.cpp
/src/usr.bin/clang/llvm-min-tblgen/
H A DMakefile4 SRCDIR= llvm/utils/TableGen
5 SRCS+= TableGen.cpp
/src/contrib/llvm-project/llvm/lib/TableGen/
H A DTableGenBackendSkeleton.cpp52 static TableGen::Emitter::OptClass<SkeletonEmitter>
63 static TableGen::Emitter::Opt Y("gen-skeleton-entry", EmitSkeleton,
H A DMain.cpp134 TableGen::Emitter::FnT ActionFn = TableGen::Emitter::Action->getValue(); in TableGenMain()
H A DTableGenBackend.cpp25 namespace llvm::TableGen::Emitter { namespace
/src/usr.bin/clang/clang-tblgen/
H A DMakefile4 SRCDIR= clang/utils/TableGen
25 SRCS+= TableGen.cpp
/src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DRelocation.txt37 to ISel which in turn relies on TableGen patterns to choose subtarget
48 3. A TableGen multiclass pattern "MipsHiLoRelocs" is used to define a
74 More details on how multiclasses in TableGen work can be found in the
76 "TableGen Language Introduction"
/src/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DSyntax.td1 //===- Syntax.td - TableGen metamodel for syntax::Node hierarchy ----------===//
21 // This file defines TableGen classes modelling these archetypes.
25 // concrete node classes will be generated. Migration to TableGen is not
/src/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DSearchableTable.td34 // Name of a TableGen class. The enum will have one entry for each record
76 // TableGen needs to know the type of the fields so that it can format
80 // For each field of the table named xxx, TableGen will look for a field
101 // If a string field was initialized with a code literal, TableGen will
H A DTableGenBackend.h26 namespace TableGen::Emitter {
/src/usr.bin/clang/llvm-tblgen/
H A DMakefile4 SRCDIR= llvm/utils/TableGen
64 SRCS+= TableGen.cpp
/src/usr.bin/clang/lldb-tblgen/
H A DMakefile4 SRCDIR= lldb/utils/TableGen
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DInstCombineTables.td1 include "llvm/TableGen/SearchableTable.td"
H A DR700Instructions.td9 // TableGen definitions for instructions which are:
/src/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_bf16.td9 // This file defines the TableGen definitions from which the ARM BF16 header
/src/contrib/llvm-project/llvm/utils/TableGen/
H A DDisassemblerEmitter.cpp136 static TableGen::Emitter::Opt X("gen-disassembler", EmitDisassembler,
H A DX86MnemonicTables.cpp90 static TableGen::Emitter::OptClass<X86MnemonicTablesEmitter>
H A DTableGen.cpp66 TableGen::Emitter::Opt X[] = {
H A DCTagsEmitter.cpp92 static TableGen::Emitter::OptClass<CTagsEmitter>
H A DAttributes.cpp142 static TableGen::Emitter::OptClass<Attributes> X("gen-attrs",
/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrFormatsV60.td9 // This file describes the Hexagon V60 instruction classes in TableGen format.
H A DHexagonInstrFormatsV65.td9 // This file describes the Hexagon V60 instruction classes in TableGen format.
/src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckerBase.td1 //===--- CheckerBase.td - Checker TableGen classes ------------------------===//
9 // This file defines the TableGen core definitions for checkers
16 /// requires changes in the TableGen emitter file ClangSACheckersEmitter.cpp.
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.td298 // Should only be used in TableGen.
302 // Should only be used in TableGen.
306 // Should only be used in TableGen.
310 // Should only be used in TableGen.
314 // Should only be used in TableGen.
318 // Should only be used in TableGen.
/src/contrib/llvm-project/clang/include/clang/Driver/
H A DClangOptionDocs.td32 // the name of the actual TableGen record. The alias will not work.

123456