| H A D | aco_optimizer.cpp | 1819 aco_opcode new_op = aco_opcode::num_opcodes; local in function:aco::combine_ordering_test 1821 case 16: new_op = is_or ? aco_opcode::v_cmp_u_f16 : aco_opcode::v_cmp_o_f16; break; 1822 case 32: new_op = is_or ? aco_opcode::v_cmp_u_f32 : aco_opcode::v_cmp_o_f32; break; 1823 case 64: new_op = is_or ? aco_opcode::v_cmp_u_f64 : aco_opcode::v_cmp_o_f64; break; 1828 create_instruction<VOP3_instruction>(new_op, asVOP3(Format::VOPC), 2, 1); 1836 new_instr = create_instruction<VOPC_instruction>(new_op, Format::VOPC, 2, 1); 1898 aco_opcode new_op = is_or ? get_unordered(cmp->opcode) : get_ordered(cmp->opcode); local in function:aco::combine_comparison_ordering 1902 create_instruction<VOP3_instruction>(new_op, asVOP3(Format::VOPC), 2, 1); 1911 new_instr = create_instruction<VOPC_instruction>(new_op, Format::VOPC, 2, 1); 2024 aco_opcode new_op local in function:aco::combine_constant_comparison_ordering 2224 combine_three_valu_op(opt_ctx & ctx,aco_ptr<Instruction> & instr,aco_opcode op2,aco_opcode new_op,const char * shuffle,uint8_t ops) argument 2466 combine_add_sub_b2i(opt_ctx & ctx,aco_ptr<Instruction> & instr,aco_opcode new_op,uint8_t ops) argument 3931 aco_opcode new_op = local in function:aco::apply_literals [all...] |