Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc.old/dist/gcc/config/nvptx/
H A Dnvptx.h238 unsigned HOST_WIDE_INT simt_stack_size; member
H A Dnvptx.md1259 cfun->machine->simt_stack_size = HOST_WIDE_INT_M1U;
1261 cfun->machine->simt_stack_size = MAX (UINTVAL (operands[1]),
1262 cfun->machine->simt_stack_size);
H A Dnvptx.c1361 unsigned HOST_WIDE_INT &simtsz = cfun->machine->simt_stack_size; in nvptx_declare_function_name()
1454 if (crtl->is_leaf && !cfun->machine->simt_stack_size) in nvptx_output_softstack_switch()
1462 cfun->machine->simt_stack_size); in nvptx_output_softstack_switch()
/netbsd/external/gpl3/gcc/dist/gcc/config/nvptx/
H A Dnvptx.h228 unsigned HOST_WIDE_INT simt_stack_size; member
H A Dnvptx.md1868 cfun->machine->simt_stack_size = HOST_WIDE_INT_M1U;
1870 cfun->machine->simt_stack_size = MAX (UINTVAL (operands[1]),
1871 cfun->machine->simt_stack_size);
H A Dnvptx.c1361 unsigned HOST_WIDE_INT &simtsz = cfun->machine->simt_stack_size; in nvptx_declare_function_name()
1454 if (crtl->is_leaf && !cfun->machine->simt_stack_size) in nvptx_output_softstack_switch()
1462 cfun->machine->simt_stack_size); in nvptx_output_softstack_switch()
H A Dnvptx.cc1558 unsigned HOST_WIDE_INT &simtsz = cfun->machine->simt_stack_size; in nvptx_declare_function_name()
1658 if (crtl->is_leaf && !cfun->machine->simt_stack_size) in nvptx_output_softstack_switch()
1666 cfun->machine->simt_stack_size); in nvptx_output_softstack_switch()
/netbsd/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201734653 has_simtreg, unisimt_location, simt_stack_size, simt_stack_align.