Home
last modified time | relevance | path

Searched refs:get_reg_simple (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp604 std::pair<PhysReg, bool> get_reg_simple(ra_ctx& ctx, in get_reg_simple() function
620 std::pair<PhysReg, bool> res = get_reg_simple(ctx, reg_file, info); in get_reg_simple()
811 res = get_reg_simple(ctx, reg_file, info); in get_regs_for_copies()
816 res = get_reg_simple(ctx, reg_file, info); in get_regs_for_copies()
820 res = get_reg_simple(ctx, reg_file, info); in get_regs_for_copies()
1238 std::pair<PhysReg, bool> res = get_reg_simple(ctx, reg_file, info); in get_reg()
1251 std::pair<PhysReg, bool> res = get_reg_simple(ctx, reg_file, info); in get_reg()
/external/mesa3d/docs/relnotes/
D20.1.0.rst1259 - aco: move attempt to find strided register into get_reg_simple()
1264 - aco: refactor get_reg_simple() to return early on exact matches
1265 - aco: stop get_reg_simple after reaching max_used_gpr
3601 - aco: fix neighboring register check in get_reg_simple()
3603 - aco: don't recurse in sub-dword get_reg_simple()