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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp20 // let RowFields = ["BaseOpcode"];
38 // RowInstrMap map based on their RowFields values. RowInstrMap is keyed by the
39 // vector of RowFields values and contains vectors of Records (instructions) as
40 // values. RowFields is a list of fields that are required to have the same
48 // RowFields. These groups of instructions are later matched against ValueCols
61 // let RowFields = ["BaseOpcode"];
94 ListInit *RowFields; member in class:__anon2909::InstrMap
111 RowFields = MapRec->getValueAsListInit("RowFields");
156 return RowFields;
243 ListInit *RowFields = InstrMapDesc.getRowFields(); local
313 ListInit *RowFields = InstrMapDesc.getRowFields(); local
[all...]

Completed in 163 milliseconds