Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_optimizer.cpp1626 bool is_or = instr->opcode == aco_opcode::s_or_b64 || instr->opcode == aco_opcode::s_or_b32; in combine_ordering_test() local
1640 aco_opcode expected_cmp = is_or ? aco_opcode::v_cmp_neq_f32 : aco_opcode::v_cmp_eq_f32; in combine_ordering_test()
1684 new_op = is_or ? aco_opcode::v_cmp_u_f16 : aco_opcode::v_cmp_o_f16; in combine_ordering_test()
1687 new_op = is_or ? aco_opcode::v_cmp_u_f32 : aco_opcode::v_cmp_o_f32; in combine_ordering_test()
1690 new_op = is_or ? aco_opcode::v_cmp_u_f64 : aco_opcode::v_cmp_o_f64; in combine_ordering_test()
1726 bool is_or = instr->opcode == aco_opcode::s_or_b64 || instr->opcode == aco_opcode::s_or_b32; in combine_comparison_ordering() local
1727 aco_opcode expected_nan_test = is_or ? aco_opcode::v_cmp_u_f32 : aco_opcode::v_cmp_o_f32; in combine_comparison_ordering()
1763 aco_opcode new_op = is_or ? get_unordered(cmp->opcode) : get_ordered(cmp->opcode); in combine_comparison_ordering()
1823 bool is_or = instr->opcode == aco_opcode::s_or_b64 || instr->opcode == aco_opcode::s_or_b32; in combine_constant_comparison_ordering() local
1833 aco_opcode expected_nan_test = is_or ? aco_opcode::v_cmp_neq_f32 : aco_opcode::v_cmp_eq_f32; in combine_constant_comparison_ordering()
[all …]
/external/llvm-project/polly/lib/External/isl/
Disl_ast.c1587 static int is_or(enum isl_ast_expr_op_type op) in is_or() function
1636 if (is_or(op) && is_and(expr->u.op.op)) in sub_expr_need_parens()