[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>
Wed, 20 Nov 2019 22:56:07 +0000 (16:56 -0600)
commit9bdfee2a3bd13d405ce1592930182f23849d2897
treea023681e78f6bd97e7cadbeeae9a24729e7850a4
parent25f33d8318a39673fea798b24faf68154c03fdc1
[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