Home
last modified time | relevance | path

Searched refs:constant_pool (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/config/s390/
H A Ds390.c3947 struct constant_pool struct
3949 struct constant_pool *next; argument
3960 static struct constant_pool * s390_chunkify_start PARAMS ((rtx, bool *)); argument
3961 static void s390_chunkify_finish PARAMS ((struct constant_pool *, rtx));
3962 static void s390_chunkify_cancel PARAMS ((struct constant_pool *));
3964 static struct constant_pool *s390_start_pool PARAMS ((struct constant_pool **, rtx));
3965 static void s390_end_pool PARAMS ((struct constant_pool *, rtx));
3966 static void s390_add_pool_insn PARAMS ((struct constant_pool *, rtx));
3967 static struct constant_pool *s390_find_pool PARAMS ((struct constant_pool *, rtx));
3968 static void s390_add_constant PARAMS ((struct constant_pool *, rtx, enum machine_mode));
[all …]
/openbsd-src/gnu/gcc/gcc/config/s390/
H A Ds390.c5296 struct constant_pool struct
5298 struct constant_pool *next; argument
5311 static struct constant_pool *
5314 struct constant_pool *pool; in s390_alloc_pool()
5317 pool = (struct constant_pool *) xmalloc (sizeof *pool); in s390_alloc_pool()
5335 static struct constant_pool *
5336 s390_start_pool (struct constant_pool **pool_list, rtx insn) in s390_start_pool()
5338 struct constant_pool *pool, **prev; in s390_start_pool()
5354 s390_end_pool (struct constant_pool *pool, rtx insn) in s390_end_pool()
5368 s390_add_pool_insn (struct constant_pool *pool, rtx insn) in s390_add_pool_insn()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Djava-tree.h231 typedef struct CPool constant_pool; typedef
H A DChangeLog12931 (lang_type): Removed constant_pool field.
12944 * jcf-parse.c (load_class): Don't save/restore tree-constant_pool.
14182 store the JCF of classes seen in a zip file) and tree *constant_pool
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog11243 (struct constant_pool): Add members pool_insn, insns, and anchor.
H A DChangeLog.71770 * s390.c (struct constant, struct constant_pool): New data types.