Home
last modified time | relevance | path

Searched refs:Kryo (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64SchedKryo.td1 //==- AArch64SchedKryo.td - Qualcomm Kryo Scheduling Defs ---*- tablegen -*-==//
9 // This file defines the machine model for Qualcomm Kryo to support
37 // Define each kind of processor resource and number available on Kryo.
62 // Kryo.
DAArch64Subtarget.cpp116 case Kryo: in initializeProperties()
DAArch64Subtarget.h57 Kryo, enumerator
DAArch64.td698 def ProcKryo : SubtargetFeature<"kryo", "ARMProcFamily", "Kryo",
699 "Qualcomm Kryo processors", [
DAArch64SchedKryoDetails.td1 //=- AArch64SchedKryoDetails.td - QC Kryo Scheduling Defs ----*- tablegen -*-=//
10 // Qualcomm Kryo subtarget.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMSubtarget.cpp308 case Kryo: in initSubtargetFeatures()
DARMSubtarget.h73 Kryo, enumerator
DARM.td578 def ProcKryo : SubtargetFeature<"kryo", "ARMProcFamily", "Kryo",
579 "Qualcomm Kryo processors", []>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenSubtargetInfo.inc293 { "kryo", "Qualcomm Kryo processors", ARM::ProcKryo, { { { 0x0ULL, 0x0ULL, 0x0ULL, } } } },
19534 if (Bits[ARM::ProcKryo] && ARMProcFamily < Kryo) ARMProcFamily = Kryo;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenSubtargetInfo.inc246 …{ "kryo", "Qualcomm Kryo processors", AArch64::ProcKryo, { { { 0x581200101800800ULL, 0x10000000000…
19334 if (Bits[AArch64::ProcKryo] && ARMProcFamily < Kryo) ARMProcFamily = Kryo;