HomeSort by: relevance | last modified time | path
    Searched defs:fn_opts (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree.h 6217 tree fn_opts = DECL_FUNCTION_SPECIFIC_OPTIMIZATION (fndecl); local
6218 if (fn_opts == NULL_TREE)
6219 fn_opts = optimization_default_node;
6220 return TREE_OPTIMIZATION (fn_opts);
6227 tree fn_opts = DECL_FUNCTION_SPECIFIC_TARGET (fndecl); local
6228 if (fn_opts == NULL_TREE)
6229 fn_opts = target_option_default_node;
6230 return fn_opts == NULL_TREE ? NULL : TREE_TARGET_OPTION (fn_opts);
  /src/external/gpl3/gcc.old/dist/gcc/
tree.h 5923 tree fn_opts = DECL_FUNCTION_SPECIFIC_OPTIMIZATION (fndecl); local
5924 if (fn_opts == NULL_TREE)
5925 fn_opts = optimization_default_node;
5926 return TREE_OPTIMIZATION (fn_opts);
5933 tree fn_opts = DECL_FUNCTION_SPECIFIC_TARGET (fndecl); local
5934 if (fn_opts == NULL_TREE)
5935 fn_opts = target_option_default_node;
5936 return fn_opts == NULL_TREE ? NULL : TREE_TARGET_OPTION (fn_opts);
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 25305 tree fn_opts = DECL_FUNCTION_SPECIFIC_TARGET (fndecl);
25318 if (fn_opts == NULL_TREE)
25319 fn_opts = target_option_default_node;
25321 if (!fn_opts || !TREE_TARGET_OPTION (fn_opts))
25324 isa_masks = TREE_TARGET_OPTION (fn_opts)->x_rs6000_isa_flags;
25255 tree fn_opts = DECL_FUNCTION_SPECIFIC_TARGET (fndecl); local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 24870 tree fn_opts = DECL_FUNCTION_SPECIFIC_TARGET (fndecl);
24883 if (fn_opts == NULL_TREE)
24884 fn_opts = target_option_default_node;
24886 if (!fn_opts || !TREE_TARGET_OPTION (fn_opts))
24889 isa_masks = TREE_TARGET_OPTION (fn_opts)->x_rs6000_isa_flags;
24820 tree fn_opts = DECL_FUNCTION_SPECIFIC_TARGET (fndecl); local

Completed in 113 milliseconds