Lines Matching refs:constant_pool

5282 struct constant_pool
5284 struct constant_pool *next;
5295 /* Allocate new constant_pool structure. */
5297 static struct constant_pool *
5300 struct constant_pool *pool;
5303 pool = (struct constant_pool *) xmalloc (sizeof *pool);
5321 static struct constant_pool *
5322 s390_start_pool (struct constant_pool **pool_list, rtx insn)
5324 struct constant_pool *pool, **prev;
5340 s390_end_pool (struct constant_pool *pool, rtx insn)
5354 s390_add_pool_insn (struct constant_pool *pool, rtx insn)
5361 static struct constant_pool *
5362 s390_find_pool (struct constant_pool *pool_list, rtx insn)
5364 struct constant_pool *pool;
5376 s390_add_constant (struct constant_pool *pool, rtx val, enum machine_mode mode)
5406 s390_find_constant (struct constant_pool *pool, rtx val,
5448 s390_add_execute (struct constant_pool *pool, rtx insn)
5472 s390_find_execute (struct constant_pool *pool, rtx insn)
5529 s390_dump_pool (struct constant_pool *pool, bool remote_label)
5614 s390_free_pool (struct constant_pool *pool)
5639 static struct constant_pool *
5642 struct constant_pool *pool;
5695 s390_mainpool_finish (struct constant_pool *pool)
5810 s390_mainpool_cancel (struct constant_pool *pool)
5823 static struct constant_pool *
5826 struct constant_pool *curr_pool = NULL, *pool_list = NULL;
6065 struct constant_pool *pool = s390_find_pool (pool_list, insn);
6091 s390_chunkify_finish (struct constant_pool *pool_list)
6093 struct constant_pool *curr_pool = NULL;
6136 struct constant_pool *next = pool_list->next;
6147 s390_chunkify_cancel (struct constant_pool *pool_list)
6149 struct constant_pool *curr_pool = NULL;
6196 struct constant_pool *next = pool_list->next;
9074 struct constant_pool *pool = NULL;