Searched refs:CortexA15 (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | ARMSubtarget.h | 45 Others, CortexA5, CortexA7, CortexA8, CortexA9, CortexA12, CortexA15, enumerator 414 bool isCortexA15() const { return ARMProcFamily == CortexA15; } in isCortexA15()
|
D | ARMSubtarget.cpp | 219 case CortexA15: in initSubtargetFeatures()
|
D | ARM.td | 324 def ProcA15 : SubtargetFeature<"a15", "ARMProcFamily", "CortexA15",
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMSubtarget.h | 51 CortexA15, enumerator 542 bool isCortexA15() const { return ARMProcFamily == CortexA15; } in isCortexA15()
|
D | ARMSubtarget.cpp | 270 case CortexA15: in initSubtargetFeatures()
|
D | ARM.td | 457 def ProcA15 : SubtargetFeature<"a15", "ARMProcFamily", "CortexA15",
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenSubtargetInfo.inc | 16622 if (Bits[ARM::ProcA15] && ARMProcFamily < CortexA15) ARMProcFamily = CortexA15;
|