Searched refs:RowFields (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | Hexagon.td | 77 let RowFields = ["BaseOpcode", "isNVStore", "PNewValue"]; 92 let RowFields = ["BaseOpcode", "PNewValue", "isNVStore", "isBrTaken"]; 104 let RowFields = ["BaseOpcode", "PNewValue", "isNVStore", "isBrTaken"]; 116 let RowFields = ["BaseOpcode", "PredSense", "isNVStore", "isBrTaken"]; 128 let RowFields = ["BaseOpcode", "PredSense", "isNVStore"]; 140 let RowFields = ["BaseOpcode", "PredSense", "PNewValue"]; 152 let RowFields = ["BaseOpcode", "PredSense", "PNewValue"]; 160 let RowFields = ["CextOpcode", "PredSense", "PNewValue", "isNVStore", 169 let RowFields = ["CextOpcode", "PredSense", "PNewValue", "isNVStore"]; 177 let RowFields = ["CextOpcode", "PredSense", "PNewValue"];
|
/external/llvm/utils/TableGen/ |
D | CodeGenMapTable.cpp | 95 ListInit *RowFields; member in __anon7b81954f0111::InstrMap 112 RowFields = MapRec->getValueAsListInit("RowFields"); in InstrMap() 157 return RowFields; in getRowFields() 245 ListInit *RowFields = InstrMapDesc.getRowFields(); in buildRowInstrMap() local 246 for (unsigned j = 0, endRF = RowFields->getSize(); j < endRF; j++) { in buildRowInstrMap() 247 Init *RowFieldsJ = RowFields->getElement(j); in buildRowInstrMap() 312 ListInit *RowFields = InstrMapDesc.getRowFields(); in getInstrForColumn() local 316 for (unsigned j = 0, endRF = RowFields->getSize(); j < endRF; j++) { in getInstrForColumn() 317 Init *RowFieldsJ = RowFields->getElement(j); 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 | 131 let RowFields = ["BaseName", "Interpretation64Bit"]; 144 let RowFields = ["BaseName", "Interpretation64Bit"]; 157 let RowFields = ["BaseName"];
|
/external/llvm/lib/Target/R600/ |
D | SIInstrInfo.td | 796 let RowFields = ["OpName"]; 805 let RowFields = ["RevOp"]; 813 let RowFields = ["Op"]; 822 let RowFields = ["RevOp"]; 830 let RowFields = ["Inst"]; 838 let RowFields = ["PseudoInstr"];
|
D | R600Instructions.td | 1724 let RowFields = ["BaseOp"];
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 1093 // instructions with each other based on the values specified in RowFields, 1101 // RowFields - List of fields/attributes that should be same for all the 1106 // predicated forms, we can define RowFields like this: 1108 // let RowFields = BaseOp 1115 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/Mips/ |
D | MipsInstrFormats.td | 44 let RowFields = ["BaseOpcode"];
|