Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_ir.cpp284 bool can_use_opsel(chip_class chip, aco_opcode op, int idx, bool high) in can_use_opsel() function
Daco_validate.cpp575 if (byte == 2 && can_use_opsel(chip, instr->opcode, index, 1)) in validate_subdword_operand()
625 if (byte == 2 && can_use_opsel(chip, instr->opcode, -1, 1)) in validate_subdword_definition()
Daco_register_allocation.cpp333 } else if (rc.bytes() == 2 && can_use_opsel(chip, instr->opcode, idx, 1)) { in get_subdword_operand_stride()
399 } else if (rc.bytes() == 2 && can_use_opsel(chip, instr->opcode, idx, byte / 2)) { in add_subdword_operand()
464 } else if (rc.bytes() == 2 && can_use_opsel(chip, instr->opcode, -1, 1)) { in get_subdword_definition_info()
502 …} else if (reg.byte() && rc.bytes() == 2 && can_use_opsel(chip, instr->opcode, -1, reg.byte() / 2)… in add_subdword_definition()
Daco_ir.h1383 bool can_use_opsel(chip_class chip, aco_opcode op, int idx, bool high);