Lines Matching refs:constant_pool
8588 struct constant_pool struct
8590 struct constant_pool *next; argument
8604 static struct constant_pool *
8607 struct constant_pool *pool; in s390_alloc_pool()
8610 pool = (struct constant_pool *) xmalloc (sizeof *pool); in s390_alloc_pool()
8629 static struct constant_pool *
8630 s390_start_pool (struct constant_pool **pool_list, rtx_insn *insn) in s390_start_pool()
8632 struct constant_pool *pool, **prev; in s390_start_pool()
8648 s390_end_pool (struct constant_pool *pool, rtx_insn *insn) in s390_end_pool()
8662 s390_add_pool_insn (struct constant_pool *pool, rtx insn) in s390_add_pool_insn()
8669 static struct constant_pool *
8670 s390_find_pool (struct constant_pool *pool_list, rtx insn) in s390_find_pool()
8672 struct constant_pool *pool; in s390_find_pool()
8684 s390_add_constant (struct constant_pool *pool, rtx val, machine_mode mode) in s390_add_constant()
8713 s390_pool_offset (struct constant_pool *pool, rtx x) in s390_pool_offset()
8728 s390_find_constant (struct constant_pool *pool, rtx val, in s390_find_constant()
8782 s390_find_execute (struct constant_pool *pool, rtx insn) in s390_find_execute()
8835 s390_dump_pool (struct constant_pool *pool, bool remote_label) in s390_dump_pool()
8907 s390_free_pool (struct constant_pool *pool) in s390_free_pool()
8932 static struct constant_pool *
8935 struct constant_pool *pool; in s390_mainpool_start()
9008 s390_mainpool_finish (struct constant_pool *pool) in s390_mainpool_finish()
9074 static struct constant_pool *
9077 struct constant_pool *curr_pool = NULL, *pool_list = NULL; in s390_chunkify_start()
9206 struct constant_pool *pool = s390_find_pool (pool_list, insn); in s390_chunkify_start()
9232 s390_chunkify_finish (struct constant_pool *pool_list) in s390_chunkify_finish()
9234 struct constant_pool *curr_pool = NULL; in s390_chunkify_finish()
9274 struct constant_pool *next = pool_list->next; in s390_chunkify_finish()
14328 struct constant_pool *pool; in s390_reorg()