Searched refs:get_cmp_bitsize (Results 1 – 3 of 3) sorted by relevance
1778 unsigned op_bitsize = get_cmp_bitsize(op_instr[i]->opcode); in combine_ordering_test()1876 if (!is_cmp(cmp->opcode) || get_cmp_bitsize(cmp->opcode) != get_cmp_bitsize(nan_test->opcode)) in combine_comparison_ordering()1979 unsigned bit_size = get_cmp_bitsize(cmp->opcode); in combine_constant_comparison_ordering()1980 if (!is_cmp(cmp->opcode) || get_cmp_bitsize(nan_test->opcode) != bit_size) in combine_constant_comparison_ordering()
660 get_cmp_bitsize(aco_opcode op) in get_cmp_bitsize() function
1773 unsigned get_cmp_bitsize(aco_opcode op);