Searched refs:CortexA12 (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 217 case CortexA12: in initSubtargetFeatures()
|
D | ARMSubtarget.h | 45 Others, CortexA5, CortexA7, CortexA8, CortexA9, CortexA12, CortexA15, enumerator
|
D | ARM.td | 322 def ProcA12 : SubtargetFeature<"a12", "ARMProcFamily", "CortexA12",
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 268 case CortexA12: in initSubtargetFeatures()
|
D | ARMSubtarget.h | 50 CortexA12, enumerator
|
D | ARM.td | 455 def ProcA12 : SubtargetFeature<"a12", "ARMProcFamily", "CortexA12",
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenSubtargetInfo.inc | 16621 if (Bits[ARM::ProcA12] && ARMProcFamily < CortexA12) ARMProcFamily = CortexA12;
|