Searched refs:RowFields (Results 1 – 12 of 12) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | Hexagon.td | 83 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/ |
D | CodeGenMapTable.cpp | 95 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/ |
D | HowToUseInstrMappings.rst | 43 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/ |
D | PPC.td | 236 let RowFields = ["BaseName", "Interpretation64Bit"]; 249 let RowFields = ["BaseName", "Interpretation64Bit"]; 262 let RowFields = ["BaseName"];
|
/external/llvm/lib/Target/Mips/ |
D | MipsDSPInstrFormats.td | 15 let RowFields = ["BaseOpcode"];
|
D | MipsInstrFormats.td | 44 let RowFields = ["BaseOpcode"]; 58 let RowFields = ["BaseOpcode"];
|
D | Mips32r6InstrFormats.td | 19 let RowFields = ["BaseOpcode"];
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.td | 3599 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 …]
|
D | R600Instructions.td | 1729 let RowFields = ["BaseOp"];
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 1246 // 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/ |
D | SystemZInstrFormats.td | 105 let RowFields = ["DispKey"]; 114 let RowFields = ["DispKey"]; 123 let RowFields = ["OpKey"]; 132 let RowFields = ["NumOpsKey"];
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.td | 266 let RowFields = ["AsmString"];
|