Searched refs:CortexA35 (Results 1 – 20 of 20) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.cpp | 80 case CortexA35: break; in initializeProperties()
|
D | AArch64Subtarget.h | 39 CortexA35, enumerator
|
D | AArch64.td | 150 def ProcA35 : SubtargetFeature<"a35", "ARMProcFamily", "CortexA35",
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.cpp | 71 case CortexA35: in initializeProperties()
|
D | AArch64Subtarget.h | 46 CortexA35, enumerator
|
D | AArch64.td | 457 def ProcA35 : SubtargetFeature<"a35", "ARMProcFamily", "CortexA35",
|
/external/llvm/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 226 case CortexA35: in initSubtargetFeatures()
|
D | ARMSubtarget.h | 47 CortexA32, CortexA35, CortexA53, CortexA57, CortexA72, CortexA73, enumerator
|
D | ARM.td | 330 def ProcA35 : SubtargetFeature<"a35", "ARMProcFamily", "CortexA35",
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64Subtarget.cpp | 86 case CortexA35: in initializeProperties()
|
D | AArch64Subtarget.h | 49 CortexA35, enumerator
|
D | AArch64.td | 538 def ProcA35 : SubtargetFeature<"a35", "ARMProcFamily", "CortexA35",
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 287 case CortexA35: in initSubtargetFeatures()
|
D | ARMSubtarget.h | 54 CortexA35, enumerator
|
D | ARM.td | 581 def ProcA35 : SubtargetFeature<"a35", "ARMProcFamily", "CortexA35",
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 287 case CortexA35: in initSubtargetFeatures()
|
D | ARMSubtarget.h | 53 CortexA35, enumerator
|
D | ARM.td | 559 def ProcA35 : SubtargetFeature<"a35", "ARMProcFamily", "CortexA35",
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenSubtargetInfo.inc | 19524 if (Bits[ARM::ProcA35] && ARMProcFamily < CortexA35) ARMProcFamily = CortexA35;
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenSubtargetInfo.inc | 19317 if (Bits[AArch64::ProcA35] && ARMProcFamily < CortexA35) ARMProcFamily = CortexA35;
|