Searched refs:ValueCols (Results 1 – 15 of 15) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | CodeGenMapTable.cpp | 97 std::vector<ListInit*> ValueCols; member in __anonc22f5c210111::InstrMap 143 ValueCols.push_back(ColI); in InstrMap() 158 return ValueCols; in getValueCols() 282 const std::vector<ListInit*> &ValueCols = InstrMapDesc.getValueCols(); in buildMapTable() local 283 unsigned NumOfCols = ValueCols.size(); in buildMapTable() 289 ListInit *CurValueCol = ValueCols[ColIdx]; in buildMapTable() 365 const std::vector<ListInit*> &ValueCols = InstrMapDesc.getValueCols(); in emitBinSearchTable() local 366 unsigned NumCol = ValueCols.size(); in emitBinSearchTable() 436 const std::vector<ListInit*> &ValueCols = InstrMapDesc.getValueCols(); in emitMapFuncBody() local 443 if (ValueCols.size() > 1) { in emitMapFuncBody() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | Hexagon.td | 169 let ValueCols = [["true"], ["false"]]; 181 let ValueCols = [["false"]]; 193 let ValueCols = [["true"]]; 205 let ValueCols = [["new"]]; 217 let ValueCols = [[""]]; 229 let ValueCols = [["true"]]; 241 let ValueCols = [["false"]]; 250 let ValueCols = [["BaseImmOffset"]]; 259 let ValueCols = [["Absolute"]]; 267 let ValueCols = [["BaseRegOffset"]]; [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.td | 2380 let ValueCols = [["8", "1"]]; 2389 let ValueCols = [["4", "0"]]; 2398 let ValueCols = [["SDWA"]]; 2407 let ValueCols = [["Default"]]; 2416 let ValueCols = [["DPP"]]; 2425 let ValueCols = [["1"]]; 2434 let ValueCols = [["0"]]; 2442 let ValueCols = [[!cast<string>(SIEncodingFamily.SI)], 2463 let ValueCols = [["1"]]; 2471 let ValueCols = [["1"]]; [all …]
|
| H A D | R600Instructions.td | 1801 let ValueCols = [[""""]];
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | HowToUseInstrMappings.rst | 57 list<list<string> > ValueCols = []; 104 let ValueCols = [["true"], ["false"]]; 173 with ``KeyCol`` and ``ValueCols``. If an instruction sets its ``PredSense``
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPC.td | 421 let ValueCols = [["1"]]; 434 let ValueCols = [["0"]]; 446 let ValueCols = [["1"]];
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrInfo.td | 226 let ValueCols = [["true"]]; 239 let ValueCols = [["true"]];
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsDSPInstrFormats.td | 20 let ValueCols = [["dsp"], ["mmdsp"]];
|
| H A D | MipsInstrFormats.td | 49 let ValueCols = [["se"], ["micromips"]]; 63 let ValueCols = [["se"], ["micromipsr6"]];
|
| H A D | Mips32r6InstrFormats.td | 24 let ValueCols = [["mipsr6"], ["micromipsr6"]];
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
| H A D | Target.td | 1634 // ColFields, KeyCol and ValueCols. 1662 // to the values set in 'ValueCols'. 1674 // Ex: let ValueCols = [['true'],['false']] -- It adds two columns in the 1677 list<list<string> > ValueCols = [];
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/ |
| H A D | ARCInstrInfo.td | 923 let ValueCols = [["PostIncAM"]];
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.td | 266 let ValueCols = [["adjustPqBitsSpls"]];
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrFormats.td | 126 let ValueCols = [["12"]]; 135 let ValueCols = [["20"]]; 145 let ValueCols = [["mem"]]; 154 let ValueCols = [["target"]]; 163 let ValueCols = [["2"]];
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | SVEInstrFormats.td | 458 let ValueCols = [["1"]]; 472 let ValueCols = [["1"]]; 481 let ValueCols = [["0"]];
|