Searched refs:ValueCols (Results 1 – 15 of 15) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CodeGenMapTable.cpp | 102 std::vector<const ListInit *> ValueCols; member in __anoncf6d0a160111::InstrMap 150 ValueCols.push_back(ColI); in InstrMap() 159 ArrayRef<const ListInit *> getValueCols() const { return ValueCols; } in getValueCols() 281 ArrayRef<const ListInit *> ValueCols = InstrMapDesc.getValueCols(); in buildMapTable() local 282 unsigned NumOfCols = ValueCols.size(); in buildMapTable() 288 const ListInit *CurValueCol = ValueCols[ColIdx]; in buildMapTable() 363 ArrayRef<const ListInit *> ValueCols = InstrMapDesc.getValueCols(); in emitBinSearchTable() local 364 unsigned NumCol = ValueCols.size(); in emitBinSearchTable() 433 ArrayRef<const ListInit *> ValueCols = InstrMapDesc.getValueCols(); in emitMapFuncBody() local 442 if (ValueCols.size() > 1) { in emitMapFuncBody() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | Hexagon.td | 217 let ValueCols = [["true"], ["false"]]; 229 let ValueCols = [["false"]]; 241 let ValueCols = [["true"]]; 253 let ValueCols = [["new"]]; 265 let ValueCols = [[""]]; 277 let ValueCols = [["true"]]; 289 let ValueCols = [["false"]]; 298 let ValueCols = [["BaseImmOffset"]]; 307 let ValueCols = [["Absolute"]]; 315 let ValueCols = [["BaseRegOffset"]]; [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.td | 3087 let ValueCols = [["8", "1"]]; 3096 let ValueCols = [["4", "0"]]; 3105 let ValueCols = [["SDWA"]]; 3114 let ValueCols = [["Default"]]; 3123 let ValueCols = [["DPP"]]; 3131 let ValueCols = [["VOP3_DPP"]]; 3140 let ValueCols = [["1"]]; 3149 let ValueCols = [["0"]]; 3158 let ValueCols = [[!cast<string>(SIEncodingFamily.SI)], 3183 let ValueCols = [["1"]]; [all …]
|
| H A D | R600Instructions.td | 1788 let ValueCols = [[""""]];
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrInfo.td | 255 let ValueCols = [["1"]]; 268 let ValueCols = [["0"]]; 281 let ValueCols = [["1"]];
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPC.td | 527 let ValueCols = [["1"]]; 540 let ValueCols = [["0"]]; 552 let ValueCols = [["1"]]; 564 let ValueCols = [["1"]];
|
| /freebsd/contrib/llvm-project/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"]];
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | Target.td | 1857 // ColFields, KeyCol and ValueCols. 1885 // to the values set in 'ValueCols'. 1897 // Ex: let ValueCols = [['true'],['false']] -- It adds two columns in the 1900 list<list<string> > ValueCols = [];
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.td | 267 let ValueCols = [["adjustPqBitsSpls"]];
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCInstrInfo.td | 1026 let ValueCols = [["PostIncAM"]];
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrFormats.td | 127 let ValueCols = [["12"]]; 136 let ValueCols = [["20"]]; 146 let ValueCols = [["mem"]]; 155 let ValueCols = [["target"]]; 164 let ValueCols = [["2"]];
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | SVEInstrFormats.td | 757 let ValueCols = [["1"]]; 771 let ValueCols = [["1"]]; 780 let ValueCols = [["0"]];
|
| H A D | SMEInstrFormats.td | 91 let ValueCols = [["1"]];
|