Searched refs:CortexA57 (Results 1 – 20 of 20) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.cpp | 62 case CortexA57: in initializeProperties()
|
D | AArch64Subtarget.h | 41 CortexA57, enumerator
|
D | AArch64.td | 172 def ProcA57 : SubtargetFeature<"a57", "ARMProcFamily", "CortexA57",
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.cpp | 78 case CortexA57: in initializeProperties()
|
D | AArch64Subtarget.h | 49 CortexA57, enumerator
|
D | AArch64.td | 493 def ProcA57 : SubtargetFeature<"a57", "ARMProcFamily", "CortexA57",
|
/external/llvm/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 228 case CortexA57: in initSubtargetFeatures()
|
D | ARMSubtarget.h | 47 CortexA32, CortexA35, CortexA53, CortexA57, CortexA72, CortexA73, enumerator
|
D | ARM.td | 334 def ProcA57 : SubtargetFeature<"a57", "ARMProcFamily", "CortexA57",
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.cpp | 93 case CortexA57: in initializeProperties()
|
D | AArch64Subtarget.h | 52 CortexA57, enumerator
|
D | AArch64.td | 574 def ProcA57 : SubtargetFeature<"a57", "ARMProcFamily", "CortexA57",
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 290 case CortexA57: in initSubtargetFeatures()
|
D | ARMSubtarget.h | 58 CortexA57, enumerator
|
D | ARM.td | 587 def ProcA57 : SubtargetFeature<"a57", "ARMProcFamily", "CortexA57",
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 290 case CortexA57: in initSubtargetFeatures()
|
D | ARMSubtarget.h | 57 CortexA57, enumerator
|
D | ARM.td | 565 def ProcA57 : SubtargetFeature<"a57", "ARMProcFamily", "CortexA57",
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenSubtargetInfo.inc | 19527 if (Bits[ARM::ProcA57] && ARMProcFamily < CortexA57) ARMProcFamily = CortexA57;
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenSubtargetInfo.inc | 19320 if (Bits[AArch64::ProcA57] && ARMProcFamily < CortexA57) ARMProcFamily = CortexA57;
|