Lines Matching refs:cfn
41 #include "case-cfn-macros.h"
101 auto cfn = combined_fn (orig_op->code);
102 if (!internal_fn_p (cfn))
104 ifn = get_conditional_internal_fn (as_internal_fn (cfn));
1009 combined_fn cfn;
1011 cfn = as_combined_fn (gimple_call_internal_fn (stmt));
1028 cfn = as_combined_fn (DECL_FUNCTION_CODE (decl));
1032 res_op->set_op (cfn, TREE_TYPE (gimple_call_lhs (stmt)), num_args);
1343 auto cfn = combined_fn (code);
1344 return commutative_binary_fn_p (associated_internal_fn (cfn, type));
1355 auto cfn = combined_fn (code);
1356 return commutative_ternary_fn_p (associated_internal_fn (cfn, type));
1373 auto cfn = combined_fn (code);
1374 return first_commutative_argument (associated_internal_fn (cfn, type));
1385 auto cfn = combined_fn (code);
1386 return associative_binary_fn_p (associated_internal_fn (cfn, type));
1418 auto cfn = combined_fn (code);
1419 return get_conditional_internal_fn (associated_internal_fn (cfn, type));