Home
last modified time | relevance | path

Searched refs:Exynos (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64SchedPredExynos.td10 // AArch64 Exynos processors.
25 // Exynos predicates.
H A DAArch64SchedExynosM3.td1 //=- AArch64SchedExynosM3.td - Samsung Exynos M3 Sched Defs --*- tablegen -*-=//
9 // This file defines the machine model for the Samsung Exynos M3 to support
15 // The Exynos-M3 is an advanced superscalar microprocessor with a 6-wide
34 // Define each kind of processor resource and number available on the Exynos-M3,
H A DAArch64SchedExynosM4.td1 //=- AArch64SchedExynosM4.td - Samsung Exynos M4 Sched Defs --*- tablegen -*-=//
9 // This file defines the machine model for the Samsung Exynos M4 to support
15 // The Exynos-M4 is an advanced superscalar microprocessor with a 6-wide
34 // Define each kind of processor resource and number available on the Exynos-M4.
H A DAArch64SchedExynosM5.td1 //=- AArch64SchedExynosM5.td - Samsung Exynos M5 Sched Defs --*- tablegen -*-=//
9 // This file defines the machine model for the Samsung Exynos M5 to support
15 // The Exynos-M5 is an advanced superscalar microprocessor with a 6-wide
34 // Define each kind of processor resource and number available on the Exynos-M5.
H A DAArch64.td206 "Use Exynos specific handling of cheap instructions",
844 "Samsung Exynos-M3 processors",
858 "Samsung Exynos-M4 processors",
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Djump-table-exynos.ll4 ; Exynos doesn't want jump tables to be compressed for now.
H A Darm64-ldp-cluster.ll102 ; Test ldq clustering (no clustering for Exynos).
H A Darm64-st1.ll2 ; The instruction latencies of Exynos-M3 trigger the transform we see under the Exynos check.
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMSubtarget.h81 Exynos, enumerator
H A DARMSubtarget.cpp303 case Exynos: in initSubtargetFeatures()
H A DARM.td791 def ProcExynos : SubtargetFeature<"exynos", "ARMProcFamily", "Exynos",
792 "Samsung Exynos processors",
/llvm-project-15.0.7/llvm/lib/Support/
H A DHost.cpp290 unsigned Exynos = (Variant << 12) | Part; in getHostCPUNameForARM() local
291 switch (Exynos) { in getHostCPUNameForARM()
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dbuild-attributes.ll1574 ;; The Exynos processors have the ARMv8 FP unit, which always flushes preserving sign.