Searched refs:CortexA32 (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 225 case CortexA32: in initSubtargetFeatures()
|
D | ARMSubtarget.h | 47 CortexA32, CortexA35, CortexA53, CortexA57, CortexA72, CortexA73, enumerator
|
D | ARM.td | 328 def ProcA32 : SubtargetFeature<"a32", "ARMProcFamily", "CortexA32",
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMSubtarget.cpp | 276 case CortexA32: in initSubtargetFeatures()
|
D | ARMSubtarget.h | 53 CortexA32, enumerator
|
D | ARM.td | 461 def ProcA32 : SubtargetFeature<"a32", "ARMProcFamily", "CortexA32",
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/ |
D | ARMGenSubtargetInfo.inc | 16624 if (Bits[ARM::ProcA32] && ARMProcFamily < CortexA32) ARMProcFamily = CortexA32;
|