/external/llvm/utils/TableGen/ |
D | CodeGenMapTable.cpp | 96 ListInit *ColFields; member in __anon141388c10111::InstrMap 116 ColFields = MapRec->getValueAsListInit("ColFields"); in InstrMap() 140 if (ColI->size() != ColFields->size()) in InstrMap() 161 return ColFields; in getColFields() 265 ListInit *ColFields = InstrMapDesc.getColFields(); in isKeyColInstr() local 270 for (unsigned j = 0, endCF = ColFields->size(); in isKeyColInstr() 272 RecordVal *ColFieldName = CurInstr->getValue(ColFields->getElement(j)); in isKeyColInstr() 324 ListInit *ColFields = InstrMapDesc.getColFields(); in getInstrForColumn() local 330 for (unsigned j = 0, endCF = ColFields->size(); in getInstrForColumn() 332 Init *ColFieldJ = ColFields->getElement(j); in getInstrForColumn() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenMapTable.cpp | 96 ListInit *ColFields; member in __anon755d02190111::InstrMap 116 ColFields = MapRec->getValueAsListInit("ColFields"); in InstrMap() 140 if (ColI->size() != ColFields->size()) in InstrMap() 161 return ColFields; in getColFields() 270 ListInit *ColFields = InstrMapDesc.getColFields(); in isKeyColInstr() local 275 for (unsigned j = 0, endCF = ColFields->size(); in isKeyColInstr() 277 RecordVal *ColFieldName = CurInstr->getValue(ColFields->getElement(j)); in isKeyColInstr() 329 ListInit *ColFields = InstrMapDesc.getColFields(); in getInstrForColumn() local 335 for (unsigned j = 0, endCF = ColFields->size(); in getInstrForColumn() 337 Init *ColFieldJ = ColFields->getElement(j); in getInstrForColumn() [all …]
|
/external/llvm/lib/Target/Hexagon/ |
D | Hexagon.td | 85 let ColFields = ["PredSense"]; 99 let ColFields = ["PredSense"]; 111 let ColFields = ["PredSense"]; 123 let ColFields = ["PNewValue"]; 135 let ColFields = ["PNewValue"]; 147 let ColFields = ["NValueST"]; 159 let ColFields = ["NValueST"]; 168 let ColFields = ["addrMode"]; 177 let ColFields = ["addrMode"]; 185 let ColFields = ["addrMode"]; [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | Hexagon.td | 118 let ColFields = ["PredSense"]; 132 let ColFields = ["PredSense"]; 144 let ColFields = ["PredSense"]; 156 let ColFields = ["PNewValue"]; 168 let ColFields = ["PNewValue"]; 180 let ColFields = ["NValueST"]; 192 let ColFields = ["NValueST"]; 201 let ColFields = ["addrMode"]; 210 let ColFields = ["addrMode"]; 218 let ColFields = ["addrMode"]; [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/ |
D | DuplicateFieldValues.td | 33 let ColFields = ["ABCForm"]; 41 let ColFields = ["ABCForm"]; 49 let ColFields = ["ABCForm"]; 57 let ColFields = ["ABCForm"];
|
D | RelTest.td | 24 let ColFields = ["Col"];
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | HowToUseInstrMappings.rst | 47 list<string> ColFields = []; 49 // Values for the fields/attributes listed in 'ColFields' corresponding to 54 // List of values for the fields/attributes listed in 'ColFields', one for 94 // Here, we choose 'PredSense' as ColFields since this is the unique 97 let ColFields = ["PredSense"];
|
/external/llvm/docs/ |
D | HowToUseInstrMappings.rst | 47 list<string> ColFields = []; 49 // Values for the fields/attributes listed in 'ColFields' corresponding to 54 // List of values for the fields/attributes listed in 'ColFields', one for 94 // Here, we choose 'PredSense' as ColFields since this is the unique 97 let ColFields = ["PredSense"];
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.td | 1896 let ColFields = ["Size", "VOP3"]; 1905 let ColFields = ["Size", "VOP3"]; 1914 let ColFields = ["AsmVariantName"]; 1923 let ColFields = ["AsmVariantName"]; 1932 let ColFields = ["IsOrig"]; 1941 let ColFields = ["IsOrig"]; 1949 let ColFields = ["Subtarget"]; 1967 let ColFields = ["IsSOPK"]; 1975 let ColFields = ["IsAddr64"]; 1983 let ColFields = ["IsLds"]; [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPC.td | 260 let ColFields = ["RC"]; 273 let ColFields = ["RC"]; 286 let ColFields = ["IsVSXFMAAlt"];
|
/external/llvm/lib/Target/PowerPC/ |
D | PPC.td | 238 let ColFields = ["RC"]; 251 let ColFields = ["RC"]; 264 let ColFields = ["IsVSXFMAAlt"];
|
/external/llvm/lib/Target/Mips/ |
D | MipsDSPInstrFormats.td | 17 let ColFields = ["Arch"];
|
D | MipsInstrFormats.td | 46 let ColFields = ["Arch"]; 60 let ColFields = ["Arch"];
|
D | Mips32r6InstrFormats.td | 21 let ColFields = ["Arch"];
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsDSPInstrFormats.td | 17 let ColFields = ["Arch"];
|
D | MipsInstrFormats.td | 46 let ColFields = ["Arch"]; 60 let ColFields = ["Arch"];
|
D | Mips32r6InstrFormats.td | 21 let ColFields = ["Arch"];
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.td | 3600 let ColFields = ["Size"]; 3609 let ColFields = ["Size"]; 3617 let ColFields = ["Channels"]; 3626 let ColFields = ["IsOrig"]; 3635 let ColFields = ["IsOrig"]; 3643 let ColFields = ["IsOrig"]; 3652 let ColFields = ["IsOrig"]; 3661 let ColFields = ["Subtarget"]; 3670 let ColFields = ["IsAddr64"]; 3679 let ColFields = ["IsRet"]; [all …]
|
D | R600Instructions.td | 1730 let ColFields = ["DisableEncoding"];
|
/external/llvm/include/llvm/Target/ |
D | Target.td | 1247 // ColFields, KeyCol and ValueCols. 1272 // Ex: let ColFields = 'predSense' -- It means that the columns are arranged 1276 list<string> ColFields = []; 1278 // Values for the fields/attributes listed in 'ColFields'. 1284 // List of values for the fields/attributes listed in 'ColFields', one for
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/ |
D | Target.td | 1487 // ColFields, KeyCol and ValueCols. 1512 // Ex: let ColFields = 'predSense' -- It means that the columns are arranged 1516 list<string> ColFields = []; 1518 // Values for the fields/attributes listed in 'ColFields'. 1524 // List of values for the fields/attributes listed in 'ColFields', one for
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFormats.td | 106 let ColFields = ["DispSize"]; 115 let ColFields = ["DispSize"]; 124 let ColFields = ["OpType"]; 133 let ColFields = ["NumOpsValue"];
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.td | 265 let ColFields = ["PostEncoderMethod"];
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.td | 267 let ColFields = ["PostEncoderMethod"];
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFormats.td | 110 let ColFields = ["DispSize"]; 119 let ColFields = ["DispSize"]; 128 let ColFields = ["OpType"]; 137 let ColFields = ["NumOpsValue"];
|