Searched refs:RowFields (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | Hexagon.td | 169 let RowFields = ["BaseOpcode", "PredSense", "isNVStore", "isBrTaken"]; 181 let RowFields = ["BaseOpcode", "PredSense", "isNVStore", "isBrTaken"]; 213 let RowFields = ["CextOpcode", "PredSense", "PNewValue", "isNVStore", 222 let RowFields = ["CextOpcode", "PredSense", "PNewValue", "isNVStore", 231 let RowFields = ["CextOpcode", "PredSense", "PNewValue", "isNVStore"]; 239 let RowFields = ["CextOpcode", "PredSense", "PNewValue", "isNVStore"]; 247 let RowFields = ["CextOpcode", "PredSense", "PNewValue", "isNVStore"]; 255 let RowFields = ["CextOpcode", "PredSense", "PNewValue", "isNVStore"]; 263 let RowFields = ["CextOpcode", "PredSense", "PNewValue", "isNVStore"]; 279 let RowFields = ["CextOpcode", "PredSense", "PNewValue"]; [all …]
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | CodeGenMapTable.cpp | 95 ListInit *RowFields; member in __anon6384867b0111::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()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.td | 1915 let RowFields = ["OpName"]; 1924 let RowFields = ["OpName"]; 1933 let RowFields = ["OpName"]; 1942 let RowFields = ["OpName"]; 1951 let RowFields = ["OpName"]; 1960 let RowFields = ["RevOp"]; 1969 let RowFields = ["RevOp"]; 2003 let RowFields = ["OpName"]; 2011 let RowFields = ["OpName"]; 2019 let RowFields = ["OpName"]; [all …]
|
| H A D | R600Instructions.td | 1751 let RowFields = ["BaseOp"];
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPC.td | 258 let RowFields = ["BaseName", "Interpretation64Bit"]; 271 let RowFields = ["BaseName", "Interpretation64Bit"]; 284 let RowFields = ["BaseName"];
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsDSPInstrFormats.td | 15 let RowFields = ["BaseOpcode"];
|
| H A D | MipsInstrFormats.td | 44 let RowFields = ["BaseOpcode"]; 58 let RowFields = ["BaseOpcode"];
|
| H A D | Mips32r6InstrFormats.td | 19 let RowFields = ["BaseOpcode"];
|
| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrInfo.td | 173 let RowFields = ["BaseName"];
|
| /freebsd-12.1/contrib/llvm/include/llvm/Target/ |
| H A D | Target.td | 1488 // instructions with each other based on the values specified in RowFields, 1496 // RowFields - List of fields/attributes that should be same for all the 1501 // predicated forms, we can define RowFields like this: 1503 // let RowFields = BaseOp 1510 list<string> RowFields = [];
|
| /freebsd-12.1/contrib/llvm/lib/Target/Lanai/ |
| H A D | LanaiInstrInfo.td | 264 let RowFields = ["AsmString"];
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrFormats.td | 109 let RowFields = ["DispKey"]; 118 let RowFields = ["DispKey"]; 127 let RowFields = ["OpKey"]; 136 let RowFields = ["NumOpsKey"];
|