Lines Matching refs:optab_for_tree_code

5515   optab = optab_for_tree_code (code, vectype, optab_scalar);  in vect_supportable_shift()
5519 optab = optab_for_tree_code (code, vectype, optab_vector); in vect_supportable_shift()
5713 optab = optab_for_tree_code (code, vectype, optab_vector); in vectorizable_shift()
5742 optab = optab_for_tree_code (code, vectype, optab_scalar); in vectorizable_shift()
5752 optab = optab_for_tree_code (code, vectype, optab_vector); in vectorizable_shift()
6167 optab = optab_for_tree_code (code, vectype, optab_default); in vectorizable_operation()
7050 optab optab = optab_for_tree_code (code, vectype, optab_default); in check_scan_store()
10180 optab = optab_for_tree_code (bitop1, comp_vectype, optab_default); in vectorizable_condition()
10186 optab = optab_for_tree_code (bitop2, comp_vectype, in vectorizable_condition()
10637 optab = optab_for_tree_code (bitop1, vectype, optab_default); in vectorizable_comparison()
10643 optab = optab_for_tree_code (bitop2, vectype, optab_default); in vectorizable_comparison()
11783 optab1 = optab_for_tree_code (c1, vectype_out, optab_default); in supportable_widening_operation()
11784 optab2 = optab_for_tree_code (c2, vectype_out, optab_default); in supportable_widening_operation()
11799 optab1 = optab_for_tree_code (c1, vectype, optab_default); in supportable_widening_operation()
11800 optab2 = optab_for_tree_code (c2, vectype, optab_default); in supportable_widening_operation()
11864 optab3 = optab_for_tree_code (c1, intermediate_type, optab_default); in supportable_widening_operation()
11865 optab4 = optab_for_tree_code (c2, intermediate_type, optab_default); in supportable_widening_operation()
11949 optab1 = optab_for_tree_code (c1, vectype, optab_default); in supportable_narrowing_operation()
11955 optab1 = optab_for_tree_code (c1, vectype_out, optab_default); in supportable_narrowing_operation()
11960 optab1 = optab_for_tree_code (c1, vectype, optab_default); in supportable_narrowing_operation()
12010 = optab_for_tree_code (c1, intermediate_type, optab_default); in supportable_narrowing_operation()
12042 = optab_for_tree_code (VEC_PACK_TRUNC_EXPR, intermediate_type, in supportable_narrowing_operation()