[AArch64] Add the pipeline model for Exynos M5
authorEvandro Menezes <e.menezes@samsung.com>
Mon, 23 Sep 2019 17:59:25 +0000 (12:59 -0500)
committerEvandro Menezes <e.menezes@samsung.com>
Fri, 22 Nov 2019 21:09:17 +0000 (15:09 -0600)
commit48b7fe02a1147a734ba8b28f53b4b7ede30d0843
tree3d21b5e9083aeaa40b54f6350a2a1666b9a7fa85
parentb47f9eb55d1814e006d1a2a971ff6272ebd89bcb
[AArch64] Add the pipeline model for Exynos M5

Add the scheduling and cost models for Exynos M5.
30 files changed:
llvm/lib/Target/AArch64/AArch64.td
llvm/lib/Target/AArch64/AArch64SchedExynosM5.td [new file with mode: 0644]
llvm/test/tools/llvm-mca/AArch64/Exynos/aes.s [new file with mode: 0644]
llvm/test/tools/llvm-mca/AArch64/Exynos/asimd-ld1.s [new file with mode: 0644]
llvm/test/tools/llvm-mca/AArch64/Exynos/asimd-ld2.s [new file with mode: 0644]
llvm/test/tools/llvm-mca/AArch64/Exynos/asimd-ld3.s [new file with mode: 0644]
llvm/test/tools/llvm-mca/AArch64/Exynos/asimd-ld4.s [new file with mode: 0644]
llvm/test/tools/llvm-mca/AArch64/Exynos/asimd-st1.s [new file with mode: 0644]
llvm/test/tools/llvm-mca/AArch64/Exynos/asimd-st2.s [new file with mode: 0644]
llvm/test/tools/llvm-mca/AArch64/Exynos/asimd-st3.s [new file with mode: 0644]
llvm/test/tools/llvm-mca/AArch64/Exynos/asimd-st4.s [new file with mode: 0644]
llvm/test/tools/llvm-mca/AArch64/Exynos/crc.s [new file with mode: 0644]
llvm/test/tools/llvm-mca/AArch64/Exynos/direct-branch.s
llvm/test/tools/llvm-mca/AArch64/Exynos/divide-multiply.s [new file with mode: 0644]
llvm/test/tools/llvm-mca/AArch64/Exynos/double-recp.s [new file with mode: 0644]
llvm/test/tools/llvm-mca/AArch64/Exynos/double-rsqrt.s [new file with mode: 0644]
llvm/test/tools/llvm-mca/AArch64/Exynos/double-sqrt.s [new file with mode: 0644]
llvm/test/tools/llvm-mca/AArch64/Exynos/extended-register.s
llvm/test/tools/llvm-mca/AArch64/Exynos/float-divide-multiply.s [new file with mode: 0644]
llvm/test/tools/llvm-mca/AArch64/Exynos/float-integer.s [new file with mode: 0644]
llvm/test/tools/llvm-mca/AArch64/Exynos/float-load.s [new file with mode: 0644]
llvm/test/tools/llvm-mca/AArch64/Exynos/float-recp.s [new file with mode: 0644]
llvm/test/tools/llvm-mca/AArch64/Exynos/float-rsqrt.s [new file with mode: 0644]
llvm/test/tools/llvm-mca/AArch64/Exynos/float-sqrt.s [new file with mode: 0644]
llvm/test/tools/llvm-mca/AArch64/Exynos/float-store.s [new file with mode: 0644]
llvm/test/tools/llvm-mca/AArch64/Exynos/load.s [new file with mode: 0644]
llvm/test/tools/llvm-mca/AArch64/Exynos/scheduler-queue-usage.s
llvm/test/tools/llvm-mca/AArch64/Exynos/shifted-register.s
llvm/test/tools/llvm-mca/AArch64/Exynos/store.s [new file with mode: 0644]
llvm/test/tools/llvm-mca/AArch64/Exynos/zero-latency-move.s