Home
last modified time | relevance | path

Searched refs:ValueCols (Results 1 – 11 of 11) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenMapTable.cpp98 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/
DHexagon.td90 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/
DHowToUseInstrMappings.rst57 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/
DPPC.td218 let ValueCols = [["1"]];
231 let ValueCols = [["0"]];
244 let ValueCols = [["1"]];
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.td2756 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 …]
DR600Instructions.td1743 let ValueCols = [[""""]];
/external/llvm/lib/Target/Mips/
DMipsDSPInstrFormats.td21 let ValueCols = [["dsp"], ["mmdsp"]];
DMipsInstrFormats.td50 let ValueCols = [["se"], ["micromips"]];
64 let ValueCols = [["se"], ["micromipsr6"]];
DMips32r6InstrFormats.td25 let ValueCols = [["mipsr6"], ["micromipsr6"]];
/external/llvm/include/llvm/Target/
DTarget.td1185 // 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/
DSystemZInstrFormats.td108 let ValueCols = [["12"]];
117 let ValueCols = [["20"]];
126 let ValueCols = [["mem"]];
135 let ValueCols = [["3"]];