HomeSort by: relevance | last modified time | path
    Searched defs:assign_stack_local (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
function.cc 29 Call `assign_stack_local' to allocate a stack slot for a local variable.
108 assign_stack_local uses frame_pointer_rtx when this is nonzero.
550 assign_stack_local (machine_mode mode, poly_int64 size, int align)
794 since assign_stack_local will do any required rounding.
882 /* We are passing an explicit alignment request to assign_stack_local.
883 One side effect of that is assign_stack_local will not round SIZE
901 know the actual size of the temporary slot until assign_stack_local
2052 /* Indicate that, from now on, assign_stack_local should use
2997 stack_parm = assign_stack_local (BLKmode, UINTVAL (allocsize),
3006 stack_parm = assign_stack_local (BLKmode, size_stored
547 assign_stack_local (machine_mode mode, poly_int64 size, int align) function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
function.cc 29 Call `assign_stack_local' to allocate a stack slot for a local variable.
107 assign_stack_local uses frame_pointer_rtx when this is nonzero.
548 assign_stack_local (machine_mode mode, poly_int64 size, int align)
792 since assign_stack_local will do any required rounding.
880 /* We are passing an explicit alignment request to assign_stack_local.
881 One side effect of that is assign_stack_local will not round SIZE
899 know the actual size of the temporary slot until assign_stack_local
2042 /* Indicate that, from now on, assign_stack_local should use
2993 stack_parm = assign_stack_local (BLKmode, UINTVAL (allocsize),
3002 stack_parm = assign_stack_local (BLKmode, size_stored
545 assign_stack_local (machine_mode mode, poly_int64 size, int align) function
    [all...]

Completed in 43 milliseconds