dolphin/Source/Core/Core/PowerPC/Jit64
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
..
RegCache Improve usage of std::move and const references parameters 2026-04-17 12:39:46 +02:00
Jit_Branch.cpp Jit: Emit Branch Watch code only if it's enabled 2026-02-15 11:03:02 +01:00
Jit_FloatingPoint.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
Jit_Integer.cpp Jit: Emit Branch Watch code only if it's enabled 2026-02-15 11:03:02 +01:00
Jit_LoadStore.cpp Jit: Move dcbx ENABLE_IF 2026-04-02 11:14:39 +02:00
Jit_LoadStoreFloating.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
Jit_LoadStorePaired.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
Jit_Paired.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
Jit_SystemRegisters.cpp Core: Postpone page table updates when DR is unset 2026-02-04 21:34:07 +01:00
Jit.cpp Jit: Emit Branch Watch code only if it's enabled 2026-02-15 11:03:02 +01:00
Jit.h Move RangeSet from Externals to Common 2026-02-23 22:55:38 +01:00
Jit64_Tables.cpp Jit: Use dcbz() emitter for dcbz_l instead of interpreter fallback 2025-09-02 23:15:28 +02:00
JitAsm.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
JitAsm.h Jit64: Recompile asm routines on cache clear 2023-10-31 19:43:49 +01:00