Searched refs:CortexA72 (Results 1 – 20 of 20) 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-10.0/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.cpp | 85 case CortexA72: in initializeProperties()
|
D | AArch64Subtarget.h | 51 CortexA72, enumerator
|
D | AArch64.td | 521 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/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.cpp | 100 case CortexA72: in initializeProperties()
|
D | AArch64Subtarget.h | 54 CortexA72, enumerator
|
D | AArch64.td | 602 def ProcA72 : SubtargetFeature<"a72", "ARMProcFamily", "CortexA72",
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 291 case CortexA72: in initSubtargetFeatures()
|
D | ARMSubtarget.h | 60 CortexA72, enumerator
|
D | ARM.td | 589 def ProcA72 : SubtargetFeature<"a72", "ARMProcFamily", "CortexA72",
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 291 case CortexA72: in initSubtargetFeatures()
|
D | ARMSubtarget.h | 59 CortexA72, enumerator
|
D | ARM.td | 567 def ProcA72 : SubtargetFeature<"a72", "ARMProcFamily", "CortexA72",
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenSubtargetInfo.inc | 19528 if (Bits[ARM::ProcA72] && ARMProcFamily < CortexA72) ARMProcFamily = CortexA72;
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenSubtargetInfo.inc | 19322 if (Bits[AArch64::ProcA72] && ARMProcFamily < CortexA72) ARMProcFamily = CortexA72;
|