Searched refs:can_use_SDWA (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
D | aco_register_allocation.cpp | 508 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()
|
D | aco_ir.cpp | 203 can_use_SDWA(amd_gfx_level gfx_level, const aco_ptr<Instruction>& instr, bool pre_ra) in can_use_SDWA() function
|
D | aco_ir.h | 1801 bool can_use_SDWA(amd_gfx_level gfx_level, const aco_ptr<Instruction>& instr, bool pre_ra);
|
D | aco_optimizer.cpp | 1077 } 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()
|