Searched refs:get_cmp_bitsize (Results 1 – 3 of 3) sorted by relevance
742 get_cmp_bitsize(aco_opcode op) in get_cmp_bitsize() function
2120 unsigned op_bitsize = get_cmp_bitsize(op_instr[i]->opcode); in combine_ordering_test()2217 if (!is_cmp(cmp->opcode) || get_cmp_bitsize(cmp->opcode) != get_cmp_bitsize(nan_test->opcode)) in combine_comparison_ordering()2319 unsigned bit_size = get_cmp_bitsize(cmp->opcode); in combine_constant_comparison_ordering()2320 if (!is_cmp(cmp->opcode) || get_cmp_bitsize(nan_test->opcode) != bit_size) in combine_constant_comparison_ordering()
1813 unsigned get_cmp_bitsize(aco_opcode op);