Searched refs:ValueCols (Results 1 – 16 of 16) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | CodeGenMapTable.cpp | 97 std::vector<ListInit*> ValueCols; member in __anon2178d1ed0111::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 …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | Hexagon.td | 201 let ValueCols = [["true"], ["false"]]; 213 let ValueCols = [["false"]]; 225 let ValueCols = [["true"]]; 237 let ValueCols = [["new"]]; 249 let ValueCols = [[""]]; 261 let ValueCols = [["true"]]; 273 let ValueCols = [["false"]]; 282 let ValueCols = [["BaseImmOffset"]]; 291 let ValueCols = [["Absolute"]]; 299 let ValueCols = [["BaseRegOffset"]]; [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.td | 2816 let ValueCols = [["8", "1"]]; 2825 let ValueCols = [["4", "0"]]; 2834 let ValueCols = [["SDWA"]]; 2843 let ValueCols = [["Default"]]; 2852 let ValueCols = [["DPP"]]; 2860 let ValueCols = [["VOP3_DPP"]]; 2869 let ValueCols = [["1"]]; 2878 let ValueCols = [["0"]]; 2887 let ValueCols = [[!cast<string>(SIEncodingFamily.SI)], 2910 let ValueCols = [["1"]]; [all …]
|
| H A D | R600Instructions.td | 1788 let ValueCols = [[""""]];
|
| /openbsd-src/gnu/llvm/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``
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrInfo.td | 229 let ValueCols = [["1"]]; 242 let ValueCols = [["0"]]; 255 let ValueCols = [["1"]];
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | PPC.td | 489 let ValueCols = [["1"]]; 502 let ValueCols = [["0"]]; 514 let ValueCols = [["1"]];
|
| /openbsd-src/gnu/llvm/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"]];
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Target/ |
| H A D | Target.td | 1778 // ColFields, KeyCol and ValueCols. 1806 // to the values set in 'ValueCols'. 1818 // Ex: let ValueCols = [['true'],['false']] -- It adds two columns in the 1821 list<list<string> > ValueCols = [];
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.td | 266 let ValueCols = [["adjustPqBitsSpls"]];
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARC/ |
| H A D | ARCInstrInfo.td | 1027 let ValueCols = [["PostIncAM"]];
|
| /openbsd-src/gnu/llvm/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"]];
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | SVEInstrFormats.td | 575 let ValueCols = [["1"]]; 589 let ValueCols = [["1"]]; 598 let ValueCols = [["0"]];
|
| H A D | SMEInstrFormats.td | 39 let ValueCols = [["1"]];
|