Searched refs:can_use_opsel (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
D | aco_ir.cpp | 369 can_use_opsel(chip_class chip, aco_opcode op, int idx, bool high) in can_use_opsel() function 466 default: return chip >= GFX10 && can_use_opsel(chip, op, -1, false); in instr_is_16bit()
|
D | aco_validate.cpp | 723 if (byte == 2 && can_use_opsel(chip, instr->opcode, index, 1)) in validate_subdword_operand() 775 if (byte == 2 && can_use_opsel(chip, instr->opcode, -1, 1)) in validate_subdword_definition()
|
D | aco_register_allocation.cpp | 486 if (can_use_opsel(chip, instr->opcode, idx, true)) in get_subdword_operand_stride() 597 can_use_opsel(chip, instr->opcode, -1, true)) in get_subdword_definition_info() 646 assert(can_use_opsel(chip, instr->opcode, -1, true)); in add_subdword_definition()
|
D | aco_ir.h | 1760 bool can_use_opsel(chip_class chip, aco_opcode op, int idx, bool high);
|
D | aco_optimizer.cpp | 839 can_use_opsel(ctx.program->chip_class, instr->opcode, idx, sel.offset()) && in can_apply_extract() 2887 can_use_opsel(ctx.program->chip_class, instr->opcode, 3, sel.offset())) { in apply_insert()
|