Home
last modified time | relevance | path

Searched refs:TSV110 (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64SchedTSV110.td1 //==- AArch64SchedTSV110.td - Huawei TSV110 Scheduling Definitions -*- tablegen -*-=//
9 // This file defines the machine model for Huawei TSV110 to support
18 // Huawei TSV110 scheduling machine model.
31 // Define each kind of processor resource and number available on the TSV110,
51 // TSV110
122 // Contains all of the TSV110 specific SchedWriteRes types. The approach
DAArch64Subtarget.cpp184 case TSV110: in initializeProperties()
DAArch64Subtarget.h76 TSV110 enumerator
DAArch64.td1028 def ProcTSV110 : SubtargetFeature<"tsv110", "ARMProcFamily", "TSV110",
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64Subtarget.cpp158 case TSV110: in initializeProperties()
DAArch64Subtarget.h66 TSV110 enumerator
DAArch64.td826 def ProcTSV110 : SubtargetFeature<"tsv110", "ARMProcFamily", "TSV110",
881 // FIXME: HiSilicon TSV110 is currently modeled as a Cortex-A57.
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenSubtargetInfo.inc19338 if (Bits[AArch64::ProcTSV110] && ARMProcFamily < TSV110) ARMProcFamily = TSV110;