Searched refs:CortexA57 (Results 1 – 14 of 14) 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-7.0/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.cpp | 76 case CortexA57: in initializeProperties()
|
D | AArch64Subtarget.h | 45 CortexA57, enumerator
|
D | AArch64.td | 287 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 280 case CortexA57: in initSubtargetFeatures()
|
D | ARMSubtarget.h | 58 CortexA57, enumerator
|
D | ARM.td | 469 def ProcA57 : SubtargetFeature<"a57", "ARMProcFamily", "CortexA57",
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenSubtargetInfo.inc | 10943 if (Bits[AArch64::ProcA57] && ARMProcFamily < CortexA57) ARMProcFamily = CortexA57;
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenSubtargetInfo.inc | 16628 if (Bits[ARM::ProcA57] && ARMProcFamily < CortexA57) ARMProcFamily = CortexA57;
|