Home
last modified time | relevance | path

Searched refs:can_use_opsel (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_ir.cpp369 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()
Daco_validate.cpp723 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()
Daco_register_allocation.cpp486 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()
Daco_ir.h1760 bool can_use_opsel(chip_class chip, aco_opcode op, int idx, bool high);
Daco_optimizer.cpp839 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()