Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp1501 bool operand_can_use_reg(chip_class chip, aco_ptr<Instruction>& instr, unsigned idx, PhysReg reg, R… in operand_can_use_reg() function
2047 if (operand_can_use_reg(program->chip_class, instr, i, reg, operand.regClass())) in register_allocation()