Searched refs:CortexA72 (Results 1 – 14 of 14) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.cpp | 82 case CortexA72: break; in initializeProperties()
|
D | AArch64Subtarget.h | 42 CortexA72, enumerator
|
D | AArch64.td | 186 def ProcA72 : SubtargetFeature<"a72", "ARMProcFamily", "CortexA72",
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.cpp | 142 case CortexA72: in initializeProperties()
|
D | AArch64Subtarget.h | 46 CortexA72, enumerator
|
D | AArch64.td | 302 def ProcA72 : SubtargetFeature<"a72", "ARMProcFamily", "CortexA72",
|
/external/llvm/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 229 case CortexA72: in initSubtargetFeatures()
|
D | ARMSubtarget.h | 47 CortexA32, CortexA35, CortexA53, CortexA57, CortexA72, CortexA73, enumerator
|
D | ARM.td | 336 def ProcA72 : SubtargetFeature<"a72", "ARMProcFamily", "CortexA72",
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 281 case CortexA72: in initSubtargetFeatures()
|
D | ARMSubtarget.h | 60 CortexA72, enumerator
|
D | ARM.td | 471 def ProcA72 : SubtargetFeature<"a72", "ARMProcFamily", "CortexA72",
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenSubtargetInfo.inc | 10944 if (Bits[AArch64::ProcA72] && ARMProcFamily < CortexA72) ARMProcFamily = CortexA72;
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenSubtargetInfo.inc | 16629 if (Bits[ARM::ProcA72] && ARMProcFamily < CortexA72) ARMProcFamily = CortexA72;
|