Searched refs:spill_stack_slot (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/gcc/
H A Dreload1.c252 static rtx spill_stack_slot[FIRST_PSEUDO_REGISTER];
682 memset (spill_stack_slot, 0, sizeof spill_stack_slot);
2044 else if (spill_stack_slot[from_reg] != 0
2046 && (GET_MODE_SIZE (GET_MODE (spill_stack_slot[from_reg]))
2048 && MEM_ALIGN (spill_stack_slot[from_reg]) >= min_align)
2049 x = spill_stack_slot[from_reg];
2058 if (spill_stack_slot[from_reg])
2060 if (GET_MODE_SIZE (GET_MODE (spill_stack_slot[from_reg]))
2062 mode = GET_MODE (spill_stack_slot[from_re
251 static rtx spill_stack_slot[FIRST_PSEUDO_REGISTER]; variable
[all...]

Completed in 72 milliseconds