Searched refs:GenericTable (Results 1 – 19 of 19) sorted by relevance
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | SearchableTableEmitter.cpp | 74 struct GenericTable { struct 158 std::string searchableFieldType(const GenericTable &Table, in searchableFieldType() 191 void emitGenericTable(const GenericTable &Table, raw_ostream &OS); 193 void emitLookupDeclaration(const GenericTable &Table, 195 void emitLookupFunction(const GenericTable &Table, const SearchIndex &Index, 201 parseSearchIndex(GenericTable &Table, const RecordVal *RecVal, StringRef Name, 207 void collectTableEntries(GenericTable &Table, 321 void SearchableTableEmitter::emitLookupFunction(const GenericTable &Table, in emitLookupFunction() 520 void SearchableTableEmitter::emitLookupDeclaration(const GenericTable &Table, in emitLookupDeclaration() 535 void SearchableTableEmitter::emitGenericTable(const GenericTable &Table, in emitGenericTable() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | SearchableTable.td | 17 // 2. (Generic) Tables and search indices. By instantiating the GenericTable 58 class GenericTable { 95 // def MyTable : GenericTable { 130 GenericTable Table;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | InstCombineTables.td | 4 def AMDGPUImageDMaskIntrinsicTable : GenericTable {
|
H A D | AMDGPUSearchableTables.td | 19 def RsrcIntrinsics : GenericTable { 45 class GcnBufferFormatTable : GenericTable { 217 def SourcesOfDivergence : GenericTable { 367 def UniformIntrinsics : GenericTable {
|
H A D | MIMGInstructions.td | 61 def MIMGBaseOpcodesTable : GenericTable { 77 def MIMGDimInfoTable : GenericTable { 119 def MIMGLZMappingTable : GenericTable { 135 def MIMGMIPMappingTable : GenericTable { 151 def MIMGBiasMappingTable : GenericTable { 167 def MIMGOffsetMappingTable : GenericTable { 183 def MIMGG16MappingTable : GenericTable { 237 def MIMGInfoTable : GenericTable { 1830 def ImageDimIntrinsicTable : GenericTable {
|
H A D | VOPInstructions.td | 1667 class VOPInfoTable <string Format> : GenericTable { 1680 class VOPC64Table <string Format> : GenericTable { 1692 class AsmOnlyInfoTable <string Format, string Class>: GenericTable { 1704 def VOPTrue16Table : GenericTable { 1713 def SingleUseExceptionTable : GenericTable {
|
H A D | VOP3PInstructions.td | 800 def MAIInstInfoTable : GenericTable { 897 class WMMAMappingTable : GenericTable {
|
H A D | SIInstrInfo.td | 2907 def VOPDComponentTable : GenericTable { 2920 def VOPDPairs : GenericTable {
|
H A D | SMInstructions.td | 1342 def SMInfoTable : GenericTable {
|
H A D | BUFInstructions.td | 3418 def MUBUFInfoTable : GenericTable { 3440 def MTBUFInfoTable : GenericTable {
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcPrefetchTags.td | 19 def PrefetchTagsList : GenericTable {
|
H A D | SparcASITags.td | 21 def ASITagsList : GenericTable {
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVBuiltins.td | 87 def DemangledBuiltins : GenericTable { 139 def ExtendedBuiltins : GenericTable { 515 def NativeBuiltins : GenericTable { 744 def GroupBuiltins : GenericTable { 1111 def AtomicFloatingBuiltins : GenericTable { 1151 def IntelSubgroupsBuiltins : GenericTable { 1223 def GroupUniformBuiltins : GenericTable { 1267 def GetBuiltins : GenericTable { 1321 def ImageQueryBuiltins : GenericTable { 1373 def ConvertBuiltins : GenericTable { [all …]
|
H A D | SPIRVSymbolicOperands.td | 35 def SymbolicOperands : GenericTable { 70 def ExtensionEntries : GenericTable { 101 def CapabilityEntries : GenericTable {
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVProcessors.td | 26 def RISCVTuneInfoTable : GenericTable {
|
H A D | RISCVSystemOperands.td | 42 def SysRegsList : GenericTable {
|
H A D | RISCVInstrInfoVPseudos.td | 532 def RISCVVPseudosTable : GenericTable { 542 def RISCVVInversePseudosTable : GenericTable { 551 def RISCVVIntrinsicsTable : GenericTable { 571 def RISCVMaskedPseudosTable : GenericTable { 593 def RISCVVLETable : GenericTable { 609 def RISCVVSETable : GenericTable { 631 class RISCVVLX_VSXTable : GenericTable { 657 def RISCVVLSEGTable : GenericTable { 675 def RISCVVLXSEGTable : GenericTable { 692 def RISCVVSSEGTable : GenericTable { [all...] |
H A D | RISCVInstrFormats.td | 121 def RISCVOpcodesList : GenericTable {
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SystemOperands.td | 525 def TLBITable : GenericTable {
|