Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_optimizer.cpp2368 Instruction* op_instr = follow_operand(ctx, instr->operands[i], true); in combine_xor_not() local
2396 Instruction* op_instr = follow_operand(ctx, instr->operands[0]); in combine_not_xor() local
2604 Instruction* op_instr = follow_operand(ctx, instr->operands[0], false); in combine_sabsdiff() local
2689 Instruction* op_instr = follow_operand(ctx, instr->operands[i]); in combine_add_bcnt() local
3181 Instruction* op_instr = follow_operand(ctx, instr->operands[i], true); in combine_and_subbrev() local
3223 Instruction* op_instr = follow_operand(ctx, instr->operands[i], true); in combine_v_andor_not() local
3280 Instruction* op_instr = follow_operand(ctx, instr->operands[i]); in combine_add_lshl() local
3428 Instruction* op_instr = follow_operand(ctx, instr->operands[i], true); in combine_vop3p() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_lds.cpp310 auto op_instr = new AluInstr(m_opcode, srcs, {}); in split() local