Home
last modified time | relevance | path

Searched refs:bcode (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dubsan.cc735 enum built_in_function bcode in ubsan_expand_bounds_ifn() local
739 tree fn = builtin_decl_explicit (bcode); in ubsan_expand_bounds_ifn()
844 enum built_in_function bcode in ubsan_expand_null_ifn() local
849 tree fn = builtin_decl_implicit (bcode); in ubsan_expand_null_ifn()
1023 enum built_in_function bcode in ubsan_expand_objsize_ifn() local
1031 g = gimple_build_call (builtin_decl_explicit (bcode), 2, data, p); in ubsan_expand_objsize_ifn()
1160 enum built_in_function bcode in ubsan_expand_ptr_ifn() local
1164 tree fn = builtin_decl_implicit (bcode); in ubsan_expand_ptr_ifn()
1355 enum built_in_function bcode in ubsan_expand_vptr_ifn() local
1360 g = gimple_build_call (builtin_decl_explicit (bcode), 3, data, op, hash); in ubsan_expand_vptr_ifn()
[all …]
Dtree-vect-slp-patterns.cc791 tree_code bcode = gimple_assign_rhs_code (b_stmt); in compatible_complex_nodes_p() local
793 && (bcode == REALPART_EXPR || bcode == IMAGPART_EXPR)) in compatible_complex_nodes_p()
796 if (acode != bcode) in compatible_complex_nodes_p()
Dtree-ssa-strlen.cc259 void handle_builtin_memcpy (built_in_function bcode);
260 void handle_builtin_strcat (built_in_function bcode);
2525 strlen_pass::handle_builtin_strcpy (built_in_function bcode) in handle_builtin_strcpy() argument
2566 switch (bcode) in handle_builtin_strcpy()
2688 switch (bcode) in handle_builtin_strcpy()
3343 strlen_pass::handle_builtin_memcpy (built_in_function bcode) in handle_builtin_memcpy() argument
3497 switch (bcode) in handle_builtin_memcpy()
3524 strlen_pass::handle_builtin_strcat (built_in_function bcode) in handle_builtin_strcat() argument
3658 switch (bcode) in handle_builtin_strcat()
3768 strlen_pass::handle_alloc_call (built_in_function bcode) in handle_alloc_call() argument
[all …]
Dtree-complex.cc1003 enum built_in_function bcode; in expand_complex_libcall() local
1011 bcode = ((enum built_in_function) in expand_complex_libcall()
1014 bcode = ((enum built_in_function) in expand_complex_libcall()
1018 fn = builtin_decl_explicit (bcode); in expand_complex_libcall()
Dtree-vectorizer.cc288 enum built_in_function bcode in adjust_simduid_builtins() local
293 = gimple_build_call (builtin_decl_explicit (bcode), 0); in adjust_simduid_builtins()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000-builtin.cc1299 enum tree_code bcode; in rs6000_gimple_fold_builtin() local
1343 bcode = PLUS_EXPR; in rs6000_gimple_fold_builtin()
1359 tree res = gimple_build (&stmts, gimple_location (stmt), bcode, in rs6000_gimple_fold_builtin()
1368 g = gimple_build_assign (lhs, bcode, arg0, arg1); in rs6000_gimple_fold_builtin()
1381 bcode = MINUS_EXPR; in rs6000_gimple_fold_builtin()
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf32-or1k.c1043 bfd_reloc_code_real_type bcode) in or1k_reloc_type_lookup() argument
1048 if (or1k_reloc_map[i].bfd_reloc_val == bcode) in or1k_reloc_type_lookup()
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf32-or1k.c1043 bfd_reloc_code_real_type bcode) in or1k_reloc_type_lookup() argument
1048 if (or1k_reloc_map[i].bfd_reloc_val == bcode) in or1k_reloc_type_lookup()