Home
last modified time | relevance | path

Searched refs:CortexR5 (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMSubtarget.h68 CortexR5, enumerator
602 bool isCortexR5() const { return ARMProcFamily == CortexR5; } in isCortexR5()
DARMSubtarget.cpp297 case CortexR5: in initSubtargetFeatures()
DARM.td605 def ProcR5 : SubtargetFeature<"r5", "ARMProcFamily", "CortexR5",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenSubtargetInfo.inc19537 if (Bits[ARM::ProcR5] && ARMProcFamily < CortexR5) ARMProcFamily = CortexR5;