Searched refs:ValueCols (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | CodeGenMapTable.cpp | 98 std::vector<ListInit *> ValueCols; member in __anoncf6d0a160111::InstrMap 146 ValueCols.push_back(ColI); in InstrMap() 160 const std::vector<ListInit *> &getValueCols() const { return ValueCols; } in getValueCols() 281 const std::vector<ListInit *> &ValueCols = InstrMapDesc.getValueCols(); in buildMapTable() local 282 unsigned NumOfCols = ValueCols.size(); in buildMapTable() 288 ListInit *CurValueCol = ValueCols[ColIdx]; in buildMapTable() 364 const std::vector<ListInit *> &ValueCols = InstrMapDesc.getValueCols(); in emitBinSearchTable() local 365 unsigned NumCol = ValueCols.size(); in emitBinSearchTable() 438 const std::vector<ListInit *> &ValueCols = InstrMapDesc.getValueCols(); in emitMapFuncBody() local 445 if (ValueCols.size() > 1) { in emitMapFuncBody() [all …]
|
/freebsd/contrib/llvm-project/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 …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.td | 2707 let ValueCols = [["8", "1"]]; 2716 let ValueCols = [["4", "0"]]; 2725 let ValueCols = [["SDWA"]]; 2734 let ValueCols = [["Default"]]; 2743 let ValueCols = [["DPP"]]; 2751 let ValueCols = [["VOP3_DPP"]]; 2760 let ValueCols = [["1"]]; 2769 let ValueCols = [["0"]]; 2778 let ValueCols = [[!cast<string>(SIEncodingFamily.SI)], 2802 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 | 243 let ValueCols = [["1"]]; 256 let ValueCols = [["0"]]; 269 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"]];
|
/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 | 1835 // ColFields, KeyCol and ValueCols. 1863 // to the values set in 'ValueCols'. 1875 // Ex: let ValueCols = [['true'],['false']] -- It adds two columns in the 1878 list<list<string> > ValueCols = [];
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiInstrInfo.td | 266 let ValueCols = [["adjustPqBitsSpls"]];
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCInstrInfo.td | 1027 let ValueCols = [["PostIncAM"]];
|
/freebsd/contrib/llvm-project/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"]];
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | SVEInstrFormats.td | 660 let ValueCols = [["1"]]; 674 let ValueCols = [["1"]]; 683 let ValueCols = [["0"]];
|
H A D | SMEInstrFormats.td | 52 let ValueCols = [["1"]];
|