Home
last modified time | relevance | path

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

12

/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagon.td116 let RowFields = ["BaseOpcode", "isNVStore", "PNewValue", "isBrTaken", "isNT"];
131 let RowFields = ["BaseOpcode", "PNewValue", "isNVStore", "isBrTaken", "isNT"];
143 let RowFields = ["BaseOpcode", "PNewValue", "isNVStore", "isBrTaken", "isNT"];
155 let RowFields = ["BaseOpcode", "PredSense", "isNVStore", "isBrTaken"];
167 let RowFields = ["BaseOpcode", "PredSense", "isNVStore", "isBrTaken"];
179 let RowFields = ["BaseOpcode", "PredSense", "PNewValue", "addrMode", "isNT"];
191 let RowFields = ["BaseOpcode", "PredSense", "PNewValue", "addrMode", "isNT"];
199 let RowFields = ["CextOpcode", "PredSense", "PNewValue", "isNVStore",
208 let RowFields = ["CextOpcode", "PredSense", "PNewValue", "isNVStore",
217 let RowFields = ["CextOpcode", "PredSense", "PNewValue", "isNVStore"];
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/
DDuplicateFieldValues.td32 let RowFields = ["BaseName"];
40 let RowFields = ["BaseName"];
48 let RowFields = ["BaseName"];
56 let RowFields = ["BaseName"];
DRelTest.td4 // does not contain a field listed under RowFields.
23 let RowFields = ["BaseName"];
/external/llvm/utils/TableGen/
DCodeGenMapTable.cpp95 ListInit *RowFields; member in __anone7c0e6030111::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/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenMapTable.cpp95 ListInit *RowFields; member in __anonb7db8f9b0111::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()
314 ListInit *RowFields = InstrMapDesc.getRowFields(); in getInstrForColumn() local
318 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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.td1895 let RowFields = ["OpName"];
1904 let RowFields = ["OpName"];
1913 let RowFields = ["OpName"];
1922 let RowFields = ["OpName"];
1931 let RowFields = ["RevOp"];
1940 let RowFields = ["RevOp"];
1948 let RowFields = ["PseudoInstr"];
1966 let RowFields = ["BaseCmpOp"];
1974 let RowFields = ["OpName"];
1982 let RowFields = ["OpName"];
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPC.td258 let RowFields = ["BaseName", "Interpretation64Bit"];
271 let RowFields = ["BaseName", "Interpretation64Bit"];
284 let RowFields = ["BaseName"];
/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTarget.td1486 // instructions with each other based on the values specified in RowFields,
1494 // RowFields - List of fields/attributes that should be same for all the
1499 // predicated forms, we can define RowFields like this:
1501 // let RowFields = BaseOp
1508 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/
DLanaiInstrInfo.td264 let RowFields = ["AsmString"];
/external/llvm/lib/Target/Lanai/
DLanaiInstrInfo.td266 let RowFields = ["AsmString"];
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrFormats.td109 let RowFields = ["DispKey"];
118 let RowFields = ["DispKey"];
127 let RowFields = ["OpKey"];
136 let RowFields = ["NumOpsKey"];

12