Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagon.td83 let RowFields = ["BaseOpcode", "isNVStore", "PNewValue", "isNT"];
98 let RowFields = ["BaseOpcode", "PNewValue", "isNVStore", "isBrTaken", "isNT"];
110 let RowFields = ["BaseOpcode", "PNewValue", "isNVStore", "isBrTaken", "isNT"];
122 let RowFields = ["BaseOpcode", "PredSense", "isNVStore", "isBrTaken"];
134 let RowFields = ["BaseOpcode", "PredSense", "isNVStore"];
146 let RowFields = ["BaseOpcode", "PredSense", "PNewValue", "addrMode", "isNT"];
158 let RowFields = ["BaseOpcode", "PredSense", "PNewValue", "addrMode", "isNT"];
166 let RowFields = ["CextOpcode", "PredSense", "PNewValue", "isNVStore",
175 let RowFields = ["CextOpcode", "PredSense", "PNewValue", "isNVStore",
184 let RowFields = ["CextOpcode", "PredSense", "PNewValue", "isNVStore"];
[all …]
/external/llvm/utils/TableGen/
DCodeGenMapTable.cpp95 ListInit *RowFields; member in __anon792a1b780111::InstrMap
112 RowFields = MapRec->getValueAsListInit("RowFields"); in InstrMap()
157 return RowFields; in getRowFields()
244 ListInit *RowFields = InstrMapDesc.getRowFields(); in buildRowInstrMap() local
245 for (Init *RowField : RowFields->getValues()) { in buildRowInstrMap()
309 ListInit *RowFields = InstrMapDesc.getRowFields(); in getInstrForColumn() local
313 for (Init *RowField : RowFields->getValues()) { in getInstrForColumn()
/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/lib/Target/PowerPC/
DPPC.td236 let RowFields = ["BaseName", "Interpretation64Bit"];
249 let RowFields = ["BaseName", "Interpretation64Bit"];
262 let RowFields = ["BaseName"];
/external/llvm/lib/Target/Mips/
DMipsDSPInstrFormats.td15 let RowFields = ["BaseOpcode"];
DMipsInstrFormats.td44 let RowFields = ["BaseOpcode"];
58 let RowFields = ["BaseOpcode"];
DMips32r6InstrFormats.td19 let RowFields = ["BaseOpcode"];
/external/llvm/lib/Target/AMDGPU/
DSIInstrInfo.td3599 let RowFields = ["OpName"];
3608 let RowFields = ["OpName"];
3616 let RowFields = ["Op"];
3625 let RowFields = ["RevOp"];
3634 let RowFields = ["RevOp"];
3642 let RowFields = ["RevOp"];
3651 let RowFields = ["RevOp"];
3660 let RowFields = ["PseudoInstr"];
3669 let RowFields = ["OpName"];
3678 let RowFields = ["NoRetOp"];
[all …]
DR600Instructions.td1729 let RowFields = ["BaseOp"];
/external/llvm/include/llvm/Target/
DTarget.td1246 // instructions with each other based on the values specified in RowFields,
1254 // RowFields - List of fields/attributes that should be same for all the
1259 // predicated forms, we can define RowFields like this:
1261 // let RowFields = BaseOp
1268 list<string> RowFields = [];
/external/llvm/lib/Target/SystemZ/
DSystemZInstrFormats.td105 let RowFields = ["DispKey"];
114 let RowFields = ["DispKey"];
123 let RowFields = ["OpKey"];
132 let RowFields = ["NumOpsKey"];
/external/llvm/lib/Target/Lanai/
DLanaiInstrInfo.td266 let RowFields = ["AsmString"];