dolphin/Source/Core/Core/PowerPC/JitCommon
Martino Fontana 95dec13203 Improve usage of std::move and const references parameters
Accomplished using `run-clang-tidy` with `performance-move-const-arg,performance-unnecessary-value-param,modernize-pass-by-value`.

Changed arguments to const references, removed them where inappropriate (e.g. sink parameters). Same with std::move.

Manually reviewed each change to make sure that it makes sense, and do something more appropriate if possible.
2026-04-17 12:39:46 +02:00
..
ConstantPropagation.cpp Jit: Move rlwimix to ConstantPropagation 2025-11-16 09:50:31 +01:00
ConstantPropagation.h Jit: Move rlwimix to ConstantPropagation 2025-11-16 09:50:31 +01:00
DivUtils.cpp DivUtils: Add unsigned division magic function 2024-03-23 20:13:15 +01:00
DivUtils.h DivUtils: Add unsigned division magic function 2024-03-23 20:13:15 +01:00
JitAsmCommon.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
JitAsmCommon.h Jit: Implement error-free transformation for single-precision FMA 2026-01-18 20:02:49 +01:00
JitBase.cpp Core: Add INI-only setting for page table fastmem 2026-03-17 18:27:05 +01:00
JitBase.h Core: Add INI-only setting for page table fastmem 2026-03-17 18:27:05 +01:00
JitCache.cpp Improve usage of std::move and const references parameters 2026-04-17 12:39:46 +02:00
JitCache.h Improve usage of std::move and const references parameters 2026-04-17 12:39:46 +02:00