Home
last modified time | relevance | path

Searched refs:doing_call (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/config/nvptx/
H A Dnvptx.h214 bool doing_call; /* Within a CALL_ARGS ... CALL_ARGS_END sequence. */ member
H A Dnvptx.c593 if (!cfun || !cfun->machine->doing_call) in nvptx_libcall_value()
1582 if (!cfun->machine->doing_call) in nvptx_call_args()
1584 cfun->machine->doing_call = true; in nvptx_call_args()
1610 cfun->machine->doing_call = false; in nvptx_end_call_args()
/netbsd/external/gpl3/gcc/dist/gcc/config/nvptx/
H A Dnvptx.h203 bool doing_call; /* Within a CALL_ARGS ... CALL_ARGS_END sequence. */ member
H A Dnvptx.c593 if (!cfun || !cfun->machine->doing_call) in nvptx_libcall_value()
1582 if (!cfun->machine->doing_call) in nvptx_call_args()
1584 cfun->machine->doing_call = true; in nvptx_call_args()
1610 cfun->machine->doing_call = false; in nvptx_end_call_args()
H A Dnvptx.cc751 if (!cfun || !cfun->machine->doing_call) in nvptx_libcall_value()
1786 if (!cfun->machine->doing_call) in nvptx_call_args()
1788 cfun->machine->doing_call = true; in nvptx_call_args()
1814 cfun->machine->doing_call = false; in nvptx_end_call_args()