Searched refs:DECL_FUNCTION_CODE (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-12-stable/contrib/gcc/
H A Dtree-stdarg.c647 switch (DECL_FUNCTION_CODE (callee))
805 && (DECL_FUNCTION_CODE (callee) == BUILT_IN_VA_START
806 || DECL_FUNCTION_CODE (callee) == BUILT_IN_VA_END))
H A Dtree-ssa-ccp.c2227 switch (DECL_FUNCTION_CODE (callee))
2279 switch (DECL_FUNCTION_CODE (callee))
2323 DECL_FUNCTION_CODE (callee));
2330 DECL_FUNCTION_CODE (callee));
2342 DECL_FUNCTION_CODE (callee));
2545 fcode = DECL_FUNCTION_CODE (callee);
2549 switch (DECL_FUNCTION_CODE (callee))
2602 || DECL_FUNCTION_CODE (callee) == fcode)
H A Dtree-object-size.c239 switch (DECL_FUNCTION_CODE (callee))
291 switch (DECL_FUNCTION_CODE (callee))
1004 || DECL_FUNCTION_CODE (callee) != BUILT_IN_OBJECT_SIZE)
H A Dbuiltins.c1790 switch (DECL_FUNCTION_CODE (fndecl))
1958 if ((DECL_FUNCTION_CODE (fndecl) == BUILT_IN_LDEXP)
1959 || (DECL_FUNCTION_CODE (fndecl) == BUILT_IN_LDEXPF)
1960 || (DECL_FUNCTION_CODE (fndecl) == BUILT_IN_LDEXPL))
1969 switch (DECL_FUNCTION_CODE (fndecl))
2073 switch (DECL_FUNCTION_CODE (fndecl))
2088 switch (DECL_FUNCTION_CODE (fndecl))
2125 switch (DECL_FUNCTION_CODE (fndecl))
2235 switch (DECL_FUNCTION_CODE (fndecl))
3515 fcode = DECL_FUNCTION_CODE (fndec
[all...]
H A Dipa-pure-const.c354 switch (DECL_FUNCTION_CODE (callee_t))
H A Dprint-tree.c458 fprintf (file, " built-in BUILT_IN_MD %d", DECL_FUNCTION_CODE (node));
462 built_in_names[(int) DECL_FUNCTION_CODE (node)]);
H A Dgimple-low.c269 && DECL_FUNCTION_CODE (decl) == BUILT_IN_SETJMP)
H A Dpredict.c956 && DECL_FUNCTION_CODE (decl) == BUILT_IN_EXPECT)
1017 && DECL_FUNCTION_CODE (fndecl) == BUILT_IN_EXPECT
H A Dtree-ssa-loop-im.c441 && DECL_FUNCTION_CODE (rhs) == BUILT_IN_CONSTANT_P)
H A Ddojump.c571 && DECL_FUNCTION_CODE (fndecl) == BUILT_IN_EXPECT
H A Dtree-inline.c1350 switch (DECL_FUNCTION_CODE (t))
1796 switch (DECL_FUNCTION_CODE (decl))
H A Dc-common.c3524 builtin = built_in_decls [DECL_FUNCTION_CODE (decl)];
3526 if (DECL_FUNCTION_CODE (decl) == BUILT_IN_MEMCPY)
3528 else if (DECL_FUNCTION_CODE (decl) == BUILT_IN_MEMSET)
6756 enum built_in_function orig_code = DECL_FUNCTION_CODE (function);
H A Dcalls.c2773 && (DECL_FUNCTION_CODE (fndecl) == BUILT_IN_SQRT
2774 || DECL_FUNCTION_CODE (fndecl) == BUILT_IN_SQRTF
2775 || DECL_FUNCTION_CODE (fndecl) == BUILT_IN_SQRTL))
H A Dc-decl.c1879 DECL_FUNCTION_CODE (newdecl) = DECL_FUNCTION_CODE (olddecl);
2919 DECL_FUNCTION_CODE (decl) = function_code;
H A Dtree.h2496 #define DECL_FUNCTION_CODE(NODE) \
3173 DECL_FUNCTION_CODE. Otherwise unused. */
2483 #define DECL_FUNCTION_CODE macro
H A Dvarasm.c1910 && DECL_FUNCTION_CODE (decl) == BUILT_IN_ALLOCA)
H A Dfold-const.c2914 && DECL_FUNCTION_CODE (arg0) == DECL_FUNCTION_CODE (arg1));
6120 FCODE is the DECL_FUNCTION_CODE of the built-in, CODE is the comparison
10861 && DECL_FUNCTION_CODE (fndecl) == BUILT_IN_STRLEN
12614 switch (DECL_FUNCTION_CODE (fndecl))
H A Dtree.c4931 val = iterative_hash_pointer (built_in_decls[DECL_FUNCTION_CODE (t)],
/freebsd-12-stable/contrib/gcc/config/sparc/
H A Dsparc.c8003 unsigned int icode = DECL_FUNCTION_CODE (fndecl);
8132 && DECL_FUNCTION_CODE (fndecl) != CODE_FOR_alignaddrsi_vis
8133 && DECL_FUNCTION_CODE (fndecl) != CODE_FOR_alignaddrdi_vis)
8136 switch (DECL_FUNCTION_CODE (fndecl))
8172 tree n_elts = sparc_handle_vis_mul8x16 (DECL_FUNCTION_CODE (fndecl),
/freebsd-12-stable/contrib/gcc/cp/
H A Ddecl.c1938 DECL_FUNCTION_CODE (newdecl) = DECL_FUNCTION_CODE (olddecl);
3428 DECL_FUNCTION_CODE (decl) = code;
H A Dcp-tree.h1805 && DECL_FUNCTION_CODE (NODE) == BUILT_IN_CONSTANT_P)
H A Dcall.c4753 switch (DECL_FUNCTION_CODE (fn))
H A Dtypeck.c2967 && DECL_FUNCTION_CODE (fndecl) == BUILT_IN_CONSTANT_P)
/freebsd-12-stable/contrib/gcc/config/rs6000/
H A Drs6000.c7170 unsigned int fcode = DECL_FUNCTION_CODE (fndecl);
7224 unsigned int fcode = DECL_FUNCTION_CODE (fndecl);
7276 unsigned int fcode = DECL_FUNCTION_CODE (fndecl);
7449 unsigned int fcode = DECL_FUNCTION_CODE (fndecl);
7655 unsigned int fcode = DECL_FUNCTION_CODE (fndecl);
7953 unsigned int fcode = DECL_FUNCTION_CODE (fndecl);
H A Drs6000-c.c2479 unsigned int fcode = DECL_FUNCTION_CODE (fndecl);

Completed in 796 milliseconds

12