Searched refs:CortexA5 (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 410 bool isCortexA5() const { return ARMProcFamily == CortexA5; } in isCortexA5()
|
D | ARMSubtarget.cpp | 205 case CortexA5: in initSubtargetFeatures()
|
D | ARM.td | 314 def ProcA5 : SubtargetFeature<"a5", "ARMProcFamily", "CortexA5",
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMSubtarget.h | 55 CortexA5, enumerator 538 bool isCortexA5() const { return ARMProcFamily == CortexA5; } in isCortexA5()
|
D | ARMSubtarget.cpp | 256 case CortexA5: in initSubtargetFeatures()
|
D | ARM.td | 447 def ProcA5 : SubtargetFeature<"a5", "ARMProcFamily", "CortexA5",
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenSubtargetInfo.inc | 16617 if (Bits[ARM::ProcA5] && ARMProcFamily < CortexA5) ARMProcFamily = CortexA5;
|