Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenMapTable.cpp95 ListInit *RowFields; member in __anon740f5b5e0111::InstrMap
112 RowFields = MapRec->getValueAsListInit("RowFields"); in InstrMap()
157 return RowFields; in getRowFields()
246 ListInit *RowFields = InstrMapDesc.getRowFields(); in buildRowInstrMap() local
247 for (unsigned j = 0, endRF = RowFields->getSize(); j < endRF; j++) { in buildRowInstrMap()
248 Init *RowFieldsJ = RowFields->getElement(j); in buildRowInstrMap()
313 ListInit *RowFields = InstrMapDesc.getRowFields(); in getInstrForColumn() local
317 for (unsigned j = 0, endRF = RowFields->getSize(); j < endRF; j++) { in getInstrForColumn()
318 Init *RowFieldsJ = RowFields->getElement(j); in getInstrForColumn()
/external/llvm/lib/Target/Hexagon/
DHexagon.td77 let RowFields = ["BaseOpcode", "isNVStore", "PNewValue"];
92 let RowFields = ["BaseOpcode", "PredSense", "isNVStore"];
104 let RowFields = ["BaseOpcode", "PredSense", "PNewValue"];
112 let RowFields = ["CextOpcode", "PredSense", "PNewValue", "isNVStore",
121 let RowFields = ["CextOpcode", "PredSense", "PNewValue", "isNVStore"];
129 let RowFields = ["CextOpcode", "PredSense", "PNewValue"];
/external/llvm/docs/
DHowToUseInstrMappings.rst43 list<string> RowFields = [];
80 // Instructions with same values for all the fields in RowFields form a
87 let RowFields = ["BaseOpcode"];
170 field. Since it's selected as a ``RowFields`` of the model, it is required
/external/llvm/include/llvm/Target/
DTarget.td1006 // instructions with each other based on the values specified in RowFields,
1014 // RowFields - List of fields/attributes that should be same for all the
1019 // predicated forms, we can define RowFields like this:
1021 // let RowFields = BaseOp
1028 list<string> RowFields = [];
/external/llvm/lib/Target/R600/
DSIInstrInfo.td324 let RowFields = ["OpName"];