Searched refs:get_subdword_operand_stride (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/amd/compiler/ |
D | aco_register_allocation.cpp | 43 unsigned get_subdword_operand_stride(chip_class chip, const aco_ptr<Instruction>& instr, unsigned i… 116 stride = get_subdword_operand_stride(ctx.program->chip_class, instr, operand, rc); in DefInfo() 321 unsigned get_subdword_operand_stride(chip_class chip, const aco_ptr<Instruction>& instr, unsigned i… in get_subdword_operand_stride() function 1520 unsigned stride = get_subdword_operand_stride(chip, instr, idx, rc); in operand_can_use_reg()
|