Searched refs:CortexA53 (Results 1 – 20 of 20) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.cpp | 81 case CortexA53: break; in initializeProperties()
|
D | AArch64Subtarget.h | 40 CortexA53, enumerator
|
D | AArch64.td | 159 def ProcA53 : SubtargetFeature<"a53", "ARMProcFamily", "CortexA53",
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.cpp | 73 case CortexA53: in initializeProperties()
|
D | AArch64Subtarget.h | 47 CortexA53, enumerator
|
D | AArch64.td | 466 def ProcA53 : SubtargetFeature<"a53", "ARMProcFamily", "CortexA53",
|
/external/llvm/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 227 case CortexA53: in initSubtargetFeatures()
|
D | ARMSubtarget.h | 47 CortexA32, CortexA35, CortexA53, CortexA57, CortexA72, CortexA73, enumerator
|
D | ARM.td | 332 def ProcA53 : SubtargetFeature<"a53", "ARMProcFamily", "CortexA53",
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.cpp | 88 case CortexA53: in initializeProperties()
|
D | AArch64Subtarget.h | 50 CortexA53, enumerator
|
D | AArch64.td | 547 def ProcA53 : SubtargetFeature<"a53", "ARMProcFamily", "CortexA53",
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 288 case CortexA53: in initSubtargetFeatures()
|
D | ARMSubtarget.h | 56 CortexA53, enumerator
|
D | ARM.td | 583 def ProcA53 : SubtargetFeature<"a53", "ARMProcFamily", "CortexA53",
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 288 case CortexA53: in initSubtargetFeatures()
|
D | ARMSubtarget.h | 55 CortexA53, enumerator
|
D | ARM.td | 561 def ProcA53 : SubtargetFeature<"a53", "ARMProcFamily", "CortexA53",
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenSubtargetInfo.inc | 19525 if (Bits[ARM::ProcA53] && ARMProcFamily < CortexA53) ARMProcFamily = CortexA53;
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenSubtargetInfo.inc | 19318 if (Bits[AArch64::ProcA53] && ARMProcFamily < CortexA53) ARMProcFamily = CortexA53;
|