Searched refs:can_use_SDWA (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
D | aco_register_allocation.cpp | 484 if (can_use_SDWA(chip, instr, false)) in get_subdword_operand_stride() 541 assert(can_use_SDWA(chip, instr, false)); in add_subdword_operand() 588 if (can_use_SDWA(chip, instr, false)) in get_subdword_definition_info() 657 assert(can_use_SDWA(chip, instr, false)); in add_subdword_definition()
|
D | aco_ir.cpp | 185 can_use_SDWA(chip_class chip, const aco_ptr<Instruction>& instr, bool pre_ra) in can_use_SDWA() function
|
D | aco_optimizer.cpp | 833 } else if (can_use_SDWA(ctx.program->chip_class, instr, true) && in can_apply_extract() 877 } else if (can_use_SDWA(ctx.program->chip_class, instr, true) && in apply_extract() 2893 if (!can_use_SDWA(ctx.program->chip_class, instr, true)) in apply_insert()
|
D | aco_ir.h | 1762 bool can_use_SDWA(chip_class chip, const aco_ptr<Instruction>& instr, bool pre_ra);
|