Home
last modified time | relevance | path

Searched refs:StridedLoads (Results 1 – 17 of 17) sorted by relevance

/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp733 int StridedLoads = 0; in getFalkorUnrollingPreferences() local
754 ++StridedLoads; in getFalkorUnrollingPreferences()
757 if (StridedLoads > MaxStridedLoads / 2) in getFalkorUnrollingPreferences()
758 return StridedLoads; in getFalkorUnrollingPreferences()
761 return StridedLoads; in getFalkorUnrollingPreferences()
764 int StridedLoads = countStridedLoads(L, SE); in getFalkorUnrollingPreferences() local
765 LLVM_DEBUG(dbgs() << "falkor-hwpf: detected " << StridedLoads in getFalkorUnrollingPreferences()
769 if (StridedLoads) { in getFalkorUnrollingPreferences()
770 UP.MaxCount = 1 << Log2_32(MaxStridedLoads / StridedLoads); in getFalkorUnrollingPreferences()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp733 int StridedLoads = 0; in getFalkorUnrollingPreferences() local
754 ++StridedLoads; in getFalkorUnrollingPreferences()
757 if (StridedLoads > MaxStridedLoads / 2) in getFalkorUnrollingPreferences()
758 return StridedLoads; in getFalkorUnrollingPreferences()
761 return StridedLoads; in getFalkorUnrollingPreferences()
764 int StridedLoads = countStridedLoads(L, SE); in getFalkorUnrollingPreferences() local
765 LLVM_DEBUG(dbgs() << "falkor-hwpf: detected " << StridedLoads in getFalkorUnrollingPreferences()
769 if (StridedLoads) { in getFalkorUnrollingPreferences()
770 UP.MaxCount = 1 << Log2_32(MaxStridedLoads / StridedLoads); in getFalkorUnrollingPreferences()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp733 int StridedLoads = 0; in getFalkorUnrollingPreferences() local
754 ++StridedLoads; in getFalkorUnrollingPreferences()
757 if (StridedLoads > MaxStridedLoads / 2) in getFalkorUnrollingPreferences()
758 return StridedLoads; in getFalkorUnrollingPreferences()
761 return StridedLoads; in getFalkorUnrollingPreferences()
764 int StridedLoads = countStridedLoads(L, SE); in getFalkorUnrollingPreferences() local
765 LLVM_DEBUG(dbgs() << "falkor-hwpf: detected " << StridedLoads in getFalkorUnrollingPreferences()
769 if (StridedLoads) { in getFalkorUnrollingPreferences()
770 UP.MaxCount = 1 << Log2_32(MaxStridedLoads / StridedLoads); in getFalkorUnrollingPreferences()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp725 int StridedLoads = 0; in getFalkorUnrollingPreferences() local
746 ++StridedLoads; in getFalkorUnrollingPreferences()
749 if (StridedLoads > MaxStridedLoads / 2) in getFalkorUnrollingPreferences()
750 return StridedLoads; in getFalkorUnrollingPreferences()
753 return StridedLoads; in getFalkorUnrollingPreferences()
756 int StridedLoads = countStridedLoads(L, SE); in getFalkorUnrollingPreferences() local
757 LLVM_DEBUG(dbgs() << "falkor-hwpf: detected " << StridedLoads in getFalkorUnrollingPreferences()
761 if (StridedLoads) { in getFalkorUnrollingPreferences()
762 UP.MaxCount = 1 << Log2_32(MaxStridedLoads / StridedLoads); in getFalkorUnrollingPreferences()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp711 int StridedLoads = 0;
732 ++StridedLoads;
735 if (StridedLoads > MaxStridedLoads / 2)
736 return StridedLoads;
739 return StridedLoads;
742 int StridedLoads = countStridedLoads(L, SE);
743 LLVM_DEBUG(dbgs() << "falkor-hwpf: detected " << StridedLoads
747 if (StridedLoads) {
748 UP.MaxCount = 1 << Log2_32(MaxStridedLoads / StridedLoads);
/dports/devel/llvm70/llvm-7.0.1.src/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp707 int StridedLoads = 0; in getFalkorUnrollingPreferences() local
728 ++StridedLoads; in getFalkorUnrollingPreferences()
731 if (StridedLoads > MaxStridedLoads / 2) in getFalkorUnrollingPreferences()
732 return StridedLoads; in getFalkorUnrollingPreferences()
735 return StridedLoads; in getFalkorUnrollingPreferences()
738 int StridedLoads = countStridedLoads(L, SE); in getFalkorUnrollingPreferences() local
739 LLVM_DEBUG(dbgs() << "falkor-hwpf: detected " << StridedLoads in getFalkorUnrollingPreferences()
743 if (StridedLoads) { in getFalkorUnrollingPreferences()
744 UP.MaxCount = 1 << Log2_32(MaxStridedLoads / StridedLoads); in getFalkorUnrollingPreferences()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp800 int StridedLoads = 0; in getFalkorUnrollingPreferences() local
821 ++StridedLoads; in getFalkorUnrollingPreferences()
824 if (StridedLoads > MaxStridedLoads / 2) in getFalkorUnrollingPreferences()
825 return StridedLoads; in getFalkorUnrollingPreferences()
828 return StridedLoads; in getFalkorUnrollingPreferences()
831 int StridedLoads = countStridedLoads(L, SE); in getFalkorUnrollingPreferences() local
832 LLVM_DEBUG(dbgs() << "falkor-hwpf: detected " << StridedLoads in getFalkorUnrollingPreferences()
836 if (StridedLoads) { in getFalkorUnrollingPreferences()
837 UP.MaxCount = 1 << Log2_32(MaxStridedLoads / StridedLoads); in getFalkorUnrollingPreferences()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp800 int StridedLoads = 0; in getFalkorUnrollingPreferences() local
821 ++StridedLoads; in getFalkorUnrollingPreferences()
824 if (StridedLoads > MaxStridedLoads / 2) in getFalkorUnrollingPreferences()
825 return StridedLoads; in getFalkorUnrollingPreferences()
828 return StridedLoads; in getFalkorUnrollingPreferences()
831 int StridedLoads = countStridedLoads(L, SE); in getFalkorUnrollingPreferences() local
832 LLVM_DEBUG(dbgs() << "falkor-hwpf: detected " << StridedLoads in getFalkorUnrollingPreferences()
836 if (StridedLoads) { in getFalkorUnrollingPreferences()
837 UP.MaxCount = 1 << Log2_32(MaxStridedLoads / StridedLoads); in getFalkorUnrollingPreferences()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp860 int StridedLoads = 0; in getFalkorUnrollingPreferences() local
881 ++StridedLoads; in getFalkorUnrollingPreferences()
884 if (StridedLoads > MaxStridedLoads / 2) in getFalkorUnrollingPreferences()
885 return StridedLoads; in getFalkorUnrollingPreferences()
888 return StridedLoads; in getFalkorUnrollingPreferences()
891 int StridedLoads = countStridedLoads(L, SE); in getFalkorUnrollingPreferences() local
892 LLVM_DEBUG(dbgs() << "falkor-hwpf: detected " << StridedLoads in getFalkorUnrollingPreferences()
896 if (StridedLoads) { in getFalkorUnrollingPreferences()
897 UP.MaxCount = 1 << Log2_32(MaxStridedLoads / StridedLoads); in getFalkorUnrollingPreferences()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp901 int StridedLoads = 0; in getFalkorUnrollingPreferences() local
922 ++StridedLoads; in getFalkorUnrollingPreferences()
925 if (StridedLoads > MaxStridedLoads / 2) in getFalkorUnrollingPreferences()
926 return StridedLoads; in getFalkorUnrollingPreferences()
929 return StridedLoads; in getFalkorUnrollingPreferences()
932 int StridedLoads = countStridedLoads(L, SE); in getFalkorUnrollingPreferences() local
933 LLVM_DEBUG(dbgs() << "falkor-hwpf: detected " << StridedLoads in getFalkorUnrollingPreferences()
937 if (StridedLoads) { in getFalkorUnrollingPreferences()
938 UP.MaxCount = 1 << Log2_32(MaxStridedLoads / StridedLoads); in getFalkorUnrollingPreferences()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp901 int StridedLoads = 0; in getFalkorUnrollingPreferences() local
922 ++StridedLoads; in getFalkorUnrollingPreferences()
925 if (StridedLoads > MaxStridedLoads / 2) in getFalkorUnrollingPreferences()
926 return StridedLoads; in getFalkorUnrollingPreferences()
929 return StridedLoads; in getFalkorUnrollingPreferences()
932 int StridedLoads = countStridedLoads(L, SE); in getFalkorUnrollingPreferences() local
933 LLVM_DEBUG(dbgs() << "falkor-hwpf: detected " << StridedLoads in getFalkorUnrollingPreferences()
937 if (StridedLoads) { in getFalkorUnrollingPreferences()
938 UP.MaxCount = 1 << Log2_32(MaxStridedLoads / StridedLoads); in getFalkorUnrollingPreferences()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1664 int StridedLoads = 0; in getFalkorUnrollingPreferences() local
1685 ++StridedLoads; in getFalkorUnrollingPreferences()
1688 if (StridedLoads > MaxStridedLoads / 2) in getFalkorUnrollingPreferences()
1689 return StridedLoads; in getFalkorUnrollingPreferences()
1692 return StridedLoads; in getFalkorUnrollingPreferences()
1695 int StridedLoads = countStridedLoads(L, SE); in getFalkorUnrollingPreferences() local
1696 LLVM_DEBUG(dbgs() << "falkor-hwpf: detected " << StridedLoads in getFalkorUnrollingPreferences()
1700 if (StridedLoads) { in getFalkorUnrollingPreferences()
1701 UP.MaxCount = 1 << Log2_32(MaxStridedLoads / StridedLoads); in getFalkorUnrollingPreferences()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1664 int StridedLoads = 0; in getFalkorUnrollingPreferences() local
1685 ++StridedLoads; in getFalkorUnrollingPreferences()
1688 if (StridedLoads > MaxStridedLoads / 2) in getFalkorUnrollingPreferences()
1689 return StridedLoads; in getFalkorUnrollingPreferences()
1692 return StridedLoads; in getFalkorUnrollingPreferences()
1695 int StridedLoads = countStridedLoads(L, SE); in getFalkorUnrollingPreferences() local
1696 LLVM_DEBUG(dbgs() << "falkor-hwpf: detected " << StridedLoads in getFalkorUnrollingPreferences()
1700 if (StridedLoads) { in getFalkorUnrollingPreferences()
1701 UP.MaxCount = 1 << Log2_32(MaxStridedLoads / StridedLoads); in getFalkorUnrollingPreferences()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1664 int StridedLoads = 0; in getFalkorUnrollingPreferences() local
1685 ++StridedLoads; in getFalkorUnrollingPreferences()
1688 if (StridedLoads > MaxStridedLoads / 2) in getFalkorUnrollingPreferences()
1689 return StridedLoads; in getFalkorUnrollingPreferences()
1692 return StridedLoads; in getFalkorUnrollingPreferences()
1695 int StridedLoads = countStridedLoads(L, SE); in getFalkorUnrollingPreferences() local
1696 LLVM_DEBUG(dbgs() << "falkor-hwpf: detected " << StridedLoads in getFalkorUnrollingPreferences()
1700 if (StridedLoads) { in getFalkorUnrollingPreferences()
1701 UP.MaxCount = 1 << Log2_32(MaxStridedLoads / StridedLoads); in getFalkorUnrollingPreferences()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1664 int StridedLoads = 0; in getFalkorUnrollingPreferences() local
1685 ++StridedLoads; in getFalkorUnrollingPreferences()
1688 if (StridedLoads > MaxStridedLoads / 2) in getFalkorUnrollingPreferences()
1689 return StridedLoads; in getFalkorUnrollingPreferences()
1692 return StridedLoads; in getFalkorUnrollingPreferences()
1695 int StridedLoads = countStridedLoads(L, SE); in getFalkorUnrollingPreferences() local
1696 LLVM_DEBUG(dbgs() << "falkor-hwpf: detected " << StridedLoads in getFalkorUnrollingPreferences()
1700 if (StridedLoads) { in getFalkorUnrollingPreferences()
1701 UP.MaxCount = 1 << Log2_32(MaxStridedLoads / StridedLoads); in getFalkorUnrollingPreferences()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1664 int StridedLoads = 0;
1685 ++StridedLoads;
1688 if (StridedLoads > MaxStridedLoads / 2)
1689 return StridedLoads;
1692 return StridedLoads;
1695 int StridedLoads = countStridedLoads(L, SE);
1696 LLVM_DEBUG(dbgs() << "falkor-hwpf: detected " << StridedLoads
1700 if (StridedLoads) {
1701 UP.MaxCount = 1 << Log2_32(MaxStridedLoads / StridedLoads);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1751 int StridedLoads = 0; in getFalkorUnrollingPreferences() local
1772 ++StridedLoads; in getFalkorUnrollingPreferences()
1775 if (StridedLoads > MaxStridedLoads / 2) in getFalkorUnrollingPreferences()
1776 return StridedLoads; in getFalkorUnrollingPreferences()
1779 return StridedLoads; in getFalkorUnrollingPreferences()
1782 int StridedLoads = countStridedLoads(L, SE); in getFalkorUnrollingPreferences() local
1783 LLVM_DEBUG(dbgs() << "falkor-hwpf: detected " << StridedLoads in getFalkorUnrollingPreferences()
1787 if (StridedLoads) { in getFalkorUnrollingPreferences()
1788 UP.MaxCount = 1 << Log2_32(MaxStridedLoads / StridedLoads); in getFalkorUnrollingPreferences()