Searched refs:RowFields (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp21 // let RowFields = ["BaseOpcode"];
39 // RowInstrMap map based on their RowFields values. RowInstrMap is keyed by the
40 // vector of RowFields values and contains vectors of Records (instructions) as
41 // values. RowFields is a list of fields that are required to have the same
49 // RowFields. These groups of instructions are later matched against ValueCols
62 // let RowFields = ["BaseOpcode"];
95 ListInit *RowFields; member in class:__anon4578::InstrMap
112 RowFields = MapRec->getValueAsListInit("RowFields");
157 return RowFields;
244 ListInit *RowFields = InstrMapDesc.getRowFields(); local
309 ListInit *RowFields = InstrMapDesc.getRowFields(); local
[all...]

Completed in 104 milliseconds