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 D | alpha-protos.h | 57 extern int current_file_function_operand PARAMS ((rtx, enum machine_mode));
|
H A D | alpha.md | 4654 && ! 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 D | alpha.c | 983 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 D | rs6000-protos.h | 79 extern int current_file_function_operand PARAMS ((rtx, enum machine_mode));
|
H A D | rs6000.md | 10647 [(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 D | rs6000.c | 1913 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 D | predicates.md | 694 (define_predicate "current_file_function_operand"
|
H A D | rs6000.md | 10515 [(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 D | arm.c | 104 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 D | arm.c | 105 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 D | ChangeLog.0 | 1123 (current_file_function_operand): Likewise. 1250 (current_file_function_operand): Likewise.
|
H A D | ChangeLog.2 | 5816 arguments to `current_file_function_operand'. 11548 * rs6000.c (current_file_function_operand): Return zero for
|
H A D | ChangeLog.3 | 12308 (current_file_function_operand): New function: Return true if 13334 (current_file_function_operand): New function: Return true if
|
H A D | ChangeLog.6 | 5754 (current_file_function_operand): Use it. 8413 * alpha.c (current_file_function_operand): Don't fail for profiling.
|
H A D | FSFChangeLog.10 | 8630 * alpha.c (current_file_function_operand): Return false if profiling.
|