Home
last modified time | relevance | path

Searched refs:can_use_SDWA (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp508 if (can_use_SDWA(gfx_level, instr, false)) in get_subdword_operand_stride()
566 assert(can_use_SDWA(gfx_level, instr, false)); in add_subdword_operand()
615 if (can_use_SDWA(gfx_level, instr, false)) in get_subdword_definition_info()
701 assert(can_use_SDWA(gfx_level, instr, false)); in add_subdword_definition()
Daco_ir.cpp203 can_use_SDWA(amd_gfx_level gfx_level, const aco_ptr<Instruction>& instr, bool pre_ra) in can_use_SDWA() function
Daco_ir.h1801 bool can_use_SDWA(amd_gfx_level gfx_level, const aco_ptr<Instruction>& instr, bool pre_ra);
Daco_optimizer.cpp1077 } else if (can_use_SDWA(ctx.program->gfx_level, instr, true) && in can_apply_extract()
1133 } else if (can_use_SDWA(ctx.program->gfx_level, instr, true) && in apply_extract()
3248 if (!can_use_SDWA(ctx.program->gfx_level, instr, true)) in apply_insert()