eden-miror/src/shader_recompiler/frontend/ir
lizzie df838a57fd
[dynarmic] reduce CPU usage on Spooky Mansion by making blocks be page-sized and page-aligned; replace std::set<> with ankerl set in arm64 (#3253)
reduces CPU usage by about 10-20%, may be placebo
Signed-off-by: lizzie lizzie@eden-emu.dev

Co-authored-by: Caio Oliveira <caiooliveirafarias0@gmail.com>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3253
Reviewed-by: Maufeat <sahyno1996@gmail.com>
Reviewed-by: DraVee <dravee@eden-emu.dev>
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
Co-authored-by: lizzie <lizzie@eden-emu.dev>
Co-committed-by: lizzie <lizzie@eden-emu.dev>
2026-01-31 00:21:45 +01:00
..
abstract_syntax_list.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
attribute.h [shader_recompiler] macro-ify flow_test and attribute (#2900) 2025-11-13 13:22:02 +01:00
basic_block.cpp [dynarmic] reduce CPU usage on Spooky Mansion by making blocks be page-sized and page-aligned; replace std::set<> with ankerl set in arm64 (#3253) 2026-01-31 00:21:45 +01:00
basic_block.h [common] replace Common::BitCast with libc++ provided one (#2774) 2025-10-22 02:56:28 +02:00
breadth_first_search.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
condition.cpp Update fmt to allow for v11 2025-04-10 01:11:22 +02:00
condition.h Update fmt to allow for v11 2025-04-10 01:11:22 +02:00
flow_test.h [shader_recompiler] macro-ify flow_test and attribute (#2900) 2025-11-13 13:22:02 +01:00
ir_emitter.cpp [shader_recompiler] Add IAbs64 to prevent errors when using I2F with a 64-bit packed CBUF variant (#2918) 2025-11-03 20:20:19 +01:00
ir_emitter.h [shader_recompiler] Add IAbs64 to prevent errors when using I2F with a 64-bit packed CBUF variant (#2918) 2025-11-03 20:20:19 +01:00
microinstruction.cpp Revert "shader_recompiler/dead_code_elimination: Add DeadBranchElimination pass" 2022-10-25 12:57:25 +08:00
modifiers.h shader_recompiler: Fix spelling of "derivate" (#12067) 2023-11-18 13:39:47 +01:00
opcodes.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
opcodes.h [common] remove ranges polyfill (#2546) 2025-09-24 19:29:48 +02:00
opcodes.inc [shader_recompiler] Add IAbs64 to prevent errors when using I2F with a 64-bit packed CBUF variant (#2918) 2025-11-03 20:20:19 +01:00
patch.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
patch.h video_core: Fix few issues in Tess stage 2022-11-07 15:42:42 +08:00
post_order.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
post_order.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
pred.h Update fmt to allow for v11 2025-04-10 01:11:22 +02:00
program.cpp Update fmt to allow for v11 2025-04-10 01:11:22 +02:00
program.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
reg.h Update fmt to allow for v11 2025-04-10 01:11:22 +02:00
type.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
type.h Update fmt to allow for v11 2025-04-10 01:11:22 +02:00
value.cpp shader_recompiler: Remove S32 IR type 2023-01-25 22:03:15 -05:00
value.h [common] replace Common::BitCast with libc++ provided one (#2774) 2025-10-22 02:56:28 +02:00