Home
last modified time | relevance | path

Searched defs:op_instr (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/amd/compiler/
Daco_optimizer.cpp2435 Instruction* op_instr = follow_operand(ctx, instr->operands[i], true); in combine_xor_not() local
2463 Instruction* op_instr = follow_operand(ctx, instr->operands[0]); in combine_not_xor() local
2671 Instruction* op_instr = follow_operand(ctx, instr->operands[0], false); in combine_sabsdiff() local
2756 Instruction* op_instr = follow_operand(ctx, instr->operands[i]); in combine_add_bcnt() local
3241 Instruction* op_instr = follow_operand(ctx, instr->operands[i], true); in combine_and_subbrev() local
3283 Instruction* op_instr = follow_operand(ctx, instr->operands[i], true); in combine_v_andor_not() local
3340 Instruction* op_instr = follow_operand(ctx, instr->operands[i]); in combine_add_lshl() local
3488 Instruction* op_instr = follow_operand(ctx, instr->operands[i], true); in combine_vop3p() local
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_lds.cpp310 auto op_instr = new AluInstr(m_opcode, srcs, {}); in split() local