Searched refs:vector_stack (Results 1 – 2 of 2) sorted by relevance
1787 struct obstack vector_stack; in read_rtx_operand() local1795 obstack_init (&vector_stack); in read_rtx_operand()1826 obstack_ptr_grow (&vector_stack, value); in read_rtx_operand()1833 memcpy (&return_vec->elem[0], obstack_finish (&vector_stack), in read_rtx_operand()1839 obstack_free (&vector_stack, NULL); in read_rtx_operand()
1834 struct obstack vector_stack; in read_rtx_operand() local1842 obstack_init (&vector_stack); in read_rtx_operand()1873 obstack_ptr_grow (&vector_stack, value); in read_rtx_operand()1880 memcpy (&return_vec->elem[0], obstack_finish (&vector_stack), in read_rtx_operand()1886 obstack_free (&vector_stack, NULL); in read_rtx_operand()