Searched refs:can_use_opsel (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/amd/compiler/ |
D | aco_ir.cpp | 284 bool can_use_opsel(chip_class chip, aco_opcode op, int idx, bool high) in can_use_opsel() function
|
D | aco_validate.cpp | 575 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()
|
D | aco_register_allocation.cpp | 333 } 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()
|
D | aco_ir.h | 1383 bool can_use_opsel(chip_class chip, aco_opcode op, int idx, bool high);
|