Searched refs:ValueCols (Results 1 – 11 of 11) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenMapTable.cpp | 98 std::vector<ListInit*> ValueCols; member in __anon6dfe18f90111::InstrMap 144 ValueCols.push_back(ColI); in InstrMap() 169 return ValueCols; in getValueCols() 288 const std::vector<ListInit*> &ValueCols = InstrMapDesc.getValueCols(); in buildMapTable() local 289 unsigned NumOfCols = ValueCols.size(); in buildMapTable() 295 ListInit *CurValueCol = ValueCols[ColIdx]; in buildMapTable() 361 const std::vector<ListInit*> &ValueCols = InstrMapDesc.getValueCols(); in emitBinSearchTable() local 362 unsigned NumCol = ValueCols.size(); in emitBinSearchTable() 432 const std::vector<ListInit*> &ValueCols = InstrMapDesc.getValueCols(); in emitMapFuncBody() local 439 if (ValueCols.size() > 1) { in emitMapFuncBody() [all …]
|
/external/llvm/lib/Target/Hexagon/ |
D | Hexagon.td | 90 let ValueCols = [["true"], ["false"]]; 102 let ValueCols = [["false"]]; 114 let ValueCols = [["true"]]; 126 let ValueCols = [["new"]]; 138 let ValueCols = [[""]]; 150 let ValueCols = [["true"]]; 162 let ValueCols = [["false"]]; 171 let ValueCols = [["BaseImmOffset"]]; 179 let ValueCols = [["BaseRegOffset"]]; 187 let ValueCols = [["reg"]]; [all …]
|
/external/llvm/docs/ |
D | HowToUseInstrMappings.rst | 57 list<list<string> > ValueCols = []; 104 let ValueCols = [["true"], ["false"]]; 173 with ``KeyCol`` and ``ValueCols``. If an instruction sets its ``PredSense``
|
/external/llvm/lib/Target/PowerPC/ |
D | PPC.td | 218 let ValueCols = [["1"]]; 231 let ValueCols = [["0"]]; 244 let ValueCols = [["1"]];
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.td | 2756 let ValueCols = [["8"]]; 2765 let ValueCols = [["4"]]; 2773 let ValueCols = [["1"], ["2"], ["3"] ]; 2782 let ValueCols = [["1"]]; 2791 let ValueCols = [["0"]]; 2799 let ValueCols = [["1"]]; 2808 let ValueCols = [["0"]]; 2817 let ValueCols = [[!cast<string>(SISubtarget.SI)],[!cast<string>(SISubtarget.VI)]]; 2825 let ValueCols = [["1"]]; 2834 let ValueCols = [["1"]]; [all …]
|
D | R600Instructions.td | 1743 let ValueCols = [[""""]];
|
/external/llvm/lib/Target/Mips/ |
D | MipsDSPInstrFormats.td | 21 let ValueCols = [["dsp"], ["mmdsp"]];
|
D | MipsInstrFormats.td | 50 let ValueCols = [["se"], ["micromips"]]; 64 let ValueCols = [["se"], ["micromipsr6"]];
|
D | Mips32r6InstrFormats.td | 25 let ValueCols = [["mipsr6"], ["micromipsr6"]];
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 1185 // ColFields, KeyCol and ValueCols. 1213 // to the values set in 'ValueCols'. 1225 // Ex: let ValueCols = [['true'],['false']] -- It adds two columns in the 1228 list<list<string> > ValueCols = [];
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFormats.td | 108 let ValueCols = [["12"]]; 117 let ValueCols = [["20"]]; 126 let ValueCols = [["mem"]]; 135 let ValueCols = [["3"]];
|