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/ |
D | AArch64SchedKryo.td | 1 //==- 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.
|
D | AArch64Subtarget.cpp | 116 case Kryo: in initializeProperties()
|
D | AArch64Subtarget.h | 57 Kryo, enumerator
|
D | AArch64.td | 698 def ProcKryo : SubtargetFeature<"kryo", "ARMProcFamily", "Kryo", 699 "Qualcomm Kryo processors", [
|
D | AArch64SchedKryoDetails.td | 1 //=- 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/ |
D | ARMSubtarget.cpp | 308 case Kryo: in initSubtargetFeatures()
|
D | ARMSubtarget.h | 73 Kryo, enumerator
|
D | ARM.td | 578 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/ |
D | ARMGenSubtargetInfo.inc | 293 { "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/ |
D | AArch64GenSubtargetInfo.inc | 246 …{ "kryo", "Qualcomm Kryo processors", AArch64::ProcKryo, { { { 0x581200101800800ULL, 0x10000000000… 19334 if (Bits[AArch64::ProcKryo] && ARMProcFamily < Kryo) ARMProcFamily = Kryo;
|