HomeSort by: relevance | last modified time | path
    Searched refs:as_combined_fn (Results 1 - 21 of 21) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gimple-match-exports.cc 168 new_op->set_op (as_combined_fn (ifn), orig_op->type, num_ops + num_cond_ops);
392 op = as_combined_fn (ifn);
800 cfn = as_combined_fn (gimple_call_internal_fn (stmt));
817 cfn = as_combined_fn (DECL_FUNCTION_CODE (decl));
asan.cc 818 as_combined_fn (BUILT_IN_ALLOCA_WITH_ALIGN), ptr_type,
836 gimple_build (&stmts, loc, as_combined_fn (BUILT_IN_HWASAN_TAG_MEM),
4749 return as_combined_fn (check[recover_p][is_store][5]);
4754 return as_combined_fn (check[recover_p][is_store][size_log2]);
gimple.cc 2920 return as_combined_fn (gimple_call_internal_fn (call));
2926 return as_combined_fn (DECL_FUNCTION_CODE (fndecl));
builtins.cc 2121 return mathfn_built_in_1 (type, as_combined_fn (fn), /*implicit=*/ 1);
3306 as_combined_fn (fallback_fn), 0);
3310 as_combined_fn (fallback_fn), 0);
9250 call = fold_const_call (as_combined_fn (fn), complex_type, arg0);
10502 if (tree ret = fold_const_call (as_combined_fn (fcode), type, arg0))
10643 if (tree ret = fold_const_call (as_combined_fn (fcode), type, arg0, arg1))
10736 if (tree ret = fold_const_call (as_combined_fn (fcode), type,
tree.h 29 as_combined_fn (built_in_function fn) function
37 as_combined_fn (internal_fn fn) function
86 code_helper (internal_fn fn) : rep (-(int) as_combined_fn (fn)) {}
tree-ssa-sccvn.cc 1554 fn = as_combined_fn (DECL_FUNCTION_CODE
1557 fn = as_combined_fn ((internal_fn) op->clique);
tree-vect-stmts.cc 14264 *code1 = as_combined_fn (lo);
14265 *code2 = as_combined_fn (hi);
14276 *code1 = as_combined_fn (even);
14277 *code2 = as_combined_fn (odd);
tree-vect-loop.cc 6537 new_temp = gimple_build (&stmts, as_combined_fn (reduc_fn),
6638 tree scalar = gimple_build (&seq, as_combined_fn (reduc_fn),
internal-fn.cc 5167 tree ret = fold_const_call (as_combined_fn (fn), TREE_TYPE (arg), arg);
tree-vect-slp.cc 9603 tree scalar_def = gimple_build (&epilogue, as_combined_fn (reduc_fn),
tree.cc 8724 return as_combined_fn (CALL_EXPR_IFN (call));
8730 return as_combined_fn (DECL_FUNCTION_CODE (fndecl));
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-match-head.cc 109 new_op->set_op (as_combined_fn (ifn), orig_op->type, num_ops + 2);
886 op = as_combined_fn (ifn);
1011 cfn = as_combined_fn (gimple_call_internal_fn (stmt));
1028 cfn = as_combined_fn (DECL_FUNCTION_CODE (decl));
gimple-match.h 34 code_helper (internal_fn fn) : rep (-(int) as_combined_fn (fn)) {}
asan.cc 778 as_combined_fn (BUILT_IN_ALLOCA_WITH_ALIGN), ptr_type,
796 gimple_build (&stmts, loc, as_combined_fn (BUILT_IN_HWASAN_TAG_MEM),
4684 return as_combined_fn (check[recover_p][is_store][5]);
4689 return as_combined_fn (check[recover_p][is_store][size_log2]);
gimple.cc 2888 return as_combined_fn (gimple_call_internal_fn (call));
2894 return as_combined_fn (DECL_FUNCTION_CODE (fndecl));
builtins.cc 2093 return mathfn_built_in_1 (type, as_combined_fn (fn), /*implicit=*/ 1);
2984 as_combined_fn (fallback_fn), 0);
2988 as_combined_fn (fallback_fn), 0);
8441 call = fold_const_call (as_combined_fn (fn), complex_type, arg0);
9314 if (tree ret = fold_const_call (as_combined_fn (fcode), type, arg0))
9443 if (tree ret = fold_const_call (as_combined_fn (fcode), type, arg0, arg1))
9529 if (tree ret = fold_const_call (as_combined_fn (fcode), type,
tree.h 29 as_combined_fn (built_in_function fn) function
37 as_combined_fn (internal_fn fn) function
tree-ssa-sccvn.cc 1526 fn = as_combined_fn (DECL_FUNCTION_CODE
1529 fn = as_combined_fn ((internal_fn) op->clique);
tree-vect-loop.cc 5732 new_temp = gimple_build (&stmts, as_combined_fn (reduc_fn),
5832 tree scalar = gimple_build (&seq, as_combined_fn (reduc_fn),
tree.cc 8578 return as_combined_fn (CALL_EXPR_IFN (call));
8584 return as_combined_fn (DECL_FUNCTION_CODE (fndecl));
tree-vect-slp.cc 7590 tree scalar_def = gimple_build (&epilogue, as_combined_fn (reduc_fn),

Completed in 180 milliseconds