Searched refs:ThunderX (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64.td | 783 def ProcThunderX : SubtargetFeature<"thunderx", "ARMProcFamily", "ThunderX", 784 "Cavium ThunderX processors", [ 795 "Cavium ThunderX processors", [ 806 "Cavium ThunderX processors", [ 817 "Cavium ThunderX processors", [ 874 // Cavium ThunderX/ThunderX T8X Processors
|
D | AArch64SchedThunderX.td | 1 //==- AArch64SchedThunderX.td - Cavium ThunderX T8X Scheduling Definitions -*- tablegen -*-=// 9 // This file defines the itinerary class data for the ARM ThunderX T8X 19 // Cavium ThunderX T8X scheduling machine model. 22 let MicroOpBufferSize = 0; // ThunderX T88/T81/T83 are in-order.
|
D | AArch64Subtarget.cpp | 148 case ThunderX: in initializeProperties()
|
D | AArch64Subtarget.h | 62 ThunderX, enumerator
|
D | AArch64SchedThunderX2T99.td | 1 //=- AArch64SchedThunderX2T99.td - Cavium ThunderX T99 ---*- tablegen -*-=//
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64SchedThunderX.td | 1 //==- AArch64SchedThunderX.td - Cavium ThunderX T8X Scheduling Definitions -*- tablegen -*-=// 9 // This file defines the itinerary class data for the ARM ThunderX T8X 19 // Cavium ThunderX T8X scheduling machine model. 22 let MicroOpBufferSize = 0; // ThunderX T88/T81/T83 are in-order.
|
D | AArch64.td | 985 def ProcThunderX : SubtargetFeature<"thunderx", "ARMProcFamily", "ThunderX", 986 "Cavium ThunderX processors", [ 997 "Cavium ThunderX processors", [ 1008 "Cavium ThunderX processors", [ 1019 "Cavium ThunderX processors", [ 1083 // Cavium ThunderX/ThunderX T8X Processors
|
D | AArch64Subtarget.cpp | 174 case ThunderX: in initializeProperties()
|
D | AArch64Subtarget.h | 71 ThunderX, enumerator
|
D | AArch64SchedThunderX2T99.td | 1 //=- AArch64SchedThunderX2T99.td - Cavium ThunderX T99 ---*- tablegen -*-=//
|
/external/cpuinfo/ |
D | README.md | 170 - [x] Cavium-designed ARM cores (ThunderX)
|
/external/libjpeg-turbo/ |
D | ChangeLog.md | 927 75% on average on a Cavium ThunderX processor and by about 2-2.5x on average on 957 decompression of full-color JPEGs by nearly 2x on average on a Cavium ThunderX
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenSubtargetInfo.inc | 314 …{ "thunderx", "Cavium ThunderX processors", AArch64::ProcThunderX, { { { 0x581000100800800ULL, 0x0… 316 …{ "thunderxt81", "Cavium ThunderX processors", AArch64::ProcThunderXT81, { { { 0x581000100800800UL… 317 …{ "thunderxt83", "Cavium ThunderX processors", AArch64::ProcThunderXT83, { { { 0x581000100800800UL… 318 …{ "thunderxt88", "Cavium ThunderX processors", AArch64::ProcThunderXT88, { { { 0x581000100800800UL… 19339 if (Bits[AArch64::ProcThunderX] && ARMProcFamily < ThunderX) ARMProcFamily = ThunderX;
|