Searched refs:CortexA73 (Results 1 – 20 of 20) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.cpp | 83 case CortexA73: break; in initializeProperties()
|
D | AArch64Subtarget.h | 43 CortexA73, enumerator
|
D | AArch64.td | 195 def ProcA73 : SubtargetFeature<"a73", "ARMProcFamily", "CortexA73",
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.cpp | 86 case CortexA73: in initializeProperties()
|
D | AArch64Subtarget.h | 52 CortexA73, enumerator
|
D | AArch64.td | 531 def ProcA73 : SubtargetFeature<"a73", "ARMProcFamily", "CortexA73",
|
/external/llvm/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 230 case CortexA73: in initSubtargetFeatures()
|
D | ARMSubtarget.h | 47 CortexA32, CortexA35, CortexA53, CortexA57, CortexA72, CortexA73, enumerator
|
D | ARM.td | 338 def ProcA73 : SubtargetFeature<"a73", "ARMProcFamily", "CortexA73",
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.cpp | 101 case CortexA73: in initializeProperties()
|
D | AArch64Subtarget.h | 55 CortexA73, enumerator
|
D | AArch64.td | 612 def ProcA73 : SubtargetFeature<"a73", "ARMProcFamily", "CortexA73",
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 292 case CortexA73: in initSubtargetFeatures()
|
D | ARMSubtarget.h | 61 CortexA73, enumerator
|
D | ARM.td | 591 def ProcA73 : SubtargetFeature<"a73", "ARMProcFamily", "CortexA73",
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 292 case CortexA73: in initSubtargetFeatures()
|
D | ARMSubtarget.h | 60 CortexA73, enumerator
|
D | ARM.td | 569 def ProcA73 : SubtargetFeature<"a73", "ARMProcFamily", "CortexA73",
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenSubtargetInfo.inc | 19529 if (Bits[ARM::ProcA73] && ARMProcFamily < CortexA73) ARMProcFamily = CortexA73;
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenSubtargetInfo.inc | 19323 if (Bits[AArch64::ProcA73] && ARMProcFamily < CortexA73) ARMProcFamily = CortexA73;
|