Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenMapTable.cpp98 std::vector<ListInit*> ValueCols; member in __anon792a1b780111::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()
371 const std::vector<ListInit*> &ValueCols = InstrMapDesc.getValueCols(); in emitBinSearchTable() local
372 unsigned NumCol = ValueCols.size(); in emitBinSearchTable()
442 const std::vector<ListInit*> &ValueCols = InstrMapDesc.getValueCols(); in emitMapFuncBody() local
449 if (ValueCols.size() > 1) { in emitMapFuncBody()
[all …]
/external/llvm/lib/Target/Hexagon/
DHexagon.td89 let ValueCols = [["true"], ["false"]];
101 let ValueCols = [["false"]];
113 let ValueCols = [["true"]];
125 let ValueCols = [["new"]];
137 let ValueCols = [[""]];
149 let ValueCols = [["true"]];
161 let ValueCols = [["false"]];
170 let ValueCols = [["BaseImmOffset"]];
179 let ValueCols = [["Absolute"]];
187 let ValueCols = [["BaseRegOffset"]];
[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.td242 let ValueCols = [["1"]];
255 let ValueCols = [["0"]];
268 let ValueCols = [["1"]];
/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/lib/Target/AMDGPU/
DSIInstrInfo.td3602 let ValueCols = [["8"]];
3611 let ValueCols = [["4"]];
3619 let ValueCols = [["1"], ["2"], ["3"] ];
3628 let ValueCols = [["1"]];
3637 let ValueCols = [["0"]];
3645 let ValueCols = [["1"]];
3654 let ValueCols = [["0"]];
3663 let ValueCols = [[!cast<string>(SIEncodingFamily.SI)],
3672 let ValueCols = [["1"]];
3681 let ValueCols = [["1"]];
[all …]
DR600Instructions.td1732 let ValueCols = [[""""]];
/external/llvm/include/llvm/Target/
DTarget.td1247 // ColFields, KeyCol and ValueCols.
1275 // to the values set in 'ValueCols'.
1287 // Ex: let ValueCols = [['true'],['false']] -- It adds two columns in the
1290 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"]];
/external/llvm/lib/Target/Lanai/
DLanaiInstrInfo.td269 let ValueCols = [["adjustPqBitsSpls"]];