Searched refs:version_decl (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386-features.cc | 2486 tree version_decl; in feature_compare() member 2503 add_condition_to_bb (tree function_decl, tree version_decl, in add_condition_to_bb() argument 2527 build_fold_addr_expr (version_decl)); in add_condition_to_bb() 2630 tree version_decl; in dispatch_function_versions() member 2668 tree version_decl = ele; in dispatch_function_versions() local 2674 priority = get_builtin_code_for_version (version_decl, in dispatch_function_versions() 2680 function_version_info [actual_versions].version_decl = version_decl; in dispatch_function_versions() 2697 function_version_info[i].version_decl, in dispatch_function_versions()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | i386-features.c | 2356 tree version_decl; in feature_compare() member 2373 add_condition_to_bb (tree function_decl, tree version_decl, in add_condition_to_bb() argument 2397 build_fold_addr_expr (version_decl)); in add_condition_to_bb() 2500 tree version_decl; in dispatch_function_versions() member 2538 tree version_decl = ele; in dispatch_function_versions() local 2544 priority = get_builtin_code_for_version (version_decl, in dispatch_function_versions() 2550 function_version_info [actual_versions].version_decl = version_decl; in dispatch_function_versions() 2567 function_version_info[i].version_decl, in dispatch_function_versions()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | cgraphclones.cc | 1013 tree target_attributes, bool version_decl) in create_version_clone_with_body() argument 1034 tree fnname = (version_decl ? clone_function_name_numbered (old_decl, suffix) in create_version_clone_with_body()
|
H A D | cgraph.h | 1028 tree target_attributes = NULL_TREE, bool version_decl = true);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000.cc | 25041 add_condition_to_bb (tree function_decl, tree version_decl, in add_condition_to_bb() argument 25051 build_fold_addr_expr (version_decl)); in add_condition_to_bb()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | rs6000.c | 24355 add_condition_to_bb (tree function_decl, tree version_decl, in add_condition_to_bb() argument 24365 build_fold_addr_expr (version_decl)); in add_condition_to_bb()
|