Searched refs:CortexA73 (Results 1 – 14 of 14) 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-7.0/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.cpp | 143 case CortexA73: in initializeProperties()
|
D | AArch64Subtarget.h | 47 CortexA73, enumerator
|
D | AArch64.td | 312 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 282 case CortexA73: in initSubtargetFeatures()
|
D | ARMSubtarget.h | 61 CortexA73, enumerator
|
D | ARM.td | 473 def ProcA73 : SubtargetFeature<"a73", "ARMProcFamily", "CortexA73",
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenSubtargetInfo.inc | 10945 if (Bits[AArch64::ProcA73] && ARMProcFamily < CortexA73) ARMProcFamily = CortexA73;
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenSubtargetInfo.inc | 16630 if (Bits[ARM::ProcA73] && ARMProcFamily < CortexA73) ARMProcFamily = CortexA73;
|