Home
last modified time | relevance | path

Searched refs:current_file_function_operand (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/config/alpha/
H A Dalpha-protos.h57 extern int current_file_function_operand PARAMS ((rtx, enum machine_mode));
H A Dalpha.md4654 && ! current_file_function_operand (operands[0], Pmode)
4684 && ! current_file_function_operand (operands[0], Pmode)
7718 && ! current_file_function_operand (operands[1], Pmode)
7750 && ! current_file_function_operand (operands[1], Pmode)
H A Dalpha.c983 current_file_function_operand (op, mode) in current_file_function_operand() function
1012 if (! current_file_function_operand (op, mode))
/openbsd-src/gnu/usr.bin/gcc/gcc/config/rs6000/
H A Drs6000-protos.h79 extern int current_file_function_operand PARAMS ((rtx, enum machine_mode));
H A Drs6000.md10647 [(call (mem:SI (match_operand:SI 0 "current_file_function_operand" "s,s"))
10666 [(call (mem:SI (match_operand:DI 0 "current_file_function_operand" "s,s"))
10686 (call (mem:SI (match_operand:SI 1 "current_file_function_operand" "s,s"))
10707 (call (mem:SI (match_operand:DI 1 "current_file_function_operand" "s,s"))
10981 [(call (mem:SI (match_operand:SI 0 "current_file_function_operand" "s,s"))
11001 [(call (mem:SI (match_operand:DI 0 "current_file_function_operand" "s,s"))
11022 (call (mem:SI (match_operand:SI 1 "current_file_function_operand" "s,s"))
11044 (call (mem:SI (match_operand:DI 1 "current_file_function_operand" "s,s"))
H A Drs6000.c1913 current_file_function_operand (op, mode) in current_file_function_operand() function
11474 if (current_file_function_operand (XEXP (DECL_RTL (function), 0), VOIDmode)
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Dpredicates.md694 (define_predicate "current_file_function_operand"
H A Drs6000.md10515 [(call (mem:SI (match_operand:SI 0 "current_file_function_operand" "s,s"))
10534 [(call (mem:SI (match_operand:DI 0 "current_file_function_operand" "s,s"))
10554 (call (mem:SI (match_operand:SI 1 "current_file_function_operand" "s,s"))
10575 (call (mem:SI (match_operand:DI 1 "current_file_function_operand" "s,s"))
10873 [(call (mem:SI (match_operand:SI 0 "current_file_function_operand" "s,s"))
10893 [(call (mem:SI (match_operand:DI 0 "current_file_function_operand" "s,s"))
10914 (call (mem:SI (match_operand:SI 1 "current_file_function_operand" "s,s"))
10936 (call (mem:SI (match_operand:DI 1 "current_file_function_operand" "s,s"))
/openbsd-src/gnu/usr.bin/gcc/gcc/config/arm/
H A Darm.c104 static int current_file_function_operand PARAMS ((rtx));
2243 current_file_function_operand (sym_ref) in current_file_function_operand() function
2308 if (current_file_function_operand (sym_ref))
/openbsd-src/gnu/gcc/gcc/config/arm/
H A Darm.c105 static int current_file_function_operand (rtx);
3062 current_file_function_operand (rtx sym_ref) in current_file_function_operand() function
3131 if (current_file_function_operand (sym_ref)) in arm_is_longcall_p()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.01123 (current_file_function_operand): Likewise.
1250 (current_file_function_operand): Likewise.
H A DChangeLog.25816 arguments to `current_file_function_operand'.
11548 * rs6000.c (current_file_function_operand): Return zero for
H A DChangeLog.312308 (current_file_function_operand): New function: Return true if
13334 (current_file_function_operand): New function: Return true if
H A DChangeLog.65754 (current_file_function_operand): Use it.
8413 * alpha.c (current_file_function_operand): Don't fail for profiling.
H A DFSFChangeLog.108630 * alpha.c (current_file_function_operand): Return false if profiling.