Home
last modified time | relevance | path

Searched refs:s390_find_pool (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.c8670 s390_find_pool (struct constant_pool *pool_list, rtx insn) in s390_find_pool() function
9163 if (s390_find_pool (pool_list, label) in s390_chunkify_start()
9164 != s390_find_pool (pool_list, insn)) in s390_chunkify_start()
9182 if (s390_find_pool (pool_list, label) in s390_chunkify_start()
9183 != s390_find_pool (pool_list, insn)) in s390_chunkify_start()
9206 struct constant_pool *pool = s390_find_pool (pool_list, insn); in s390_chunkify_start()
9242 curr_pool = s390_find_pool (pool_list, insn); in s390_chunkify_finish()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.cc8887 s390_find_pool (struct constant_pool *pool_list, rtx insn) in s390_find_pool() function
9380 if (s390_find_pool (pool_list, label) in s390_chunkify_start()
9381 != s390_find_pool (pool_list, insn)) in s390_chunkify_start()
9399 if (s390_find_pool (pool_list, label) in s390_chunkify_start()
9400 != s390_find_pool (pool_list, insn)) in s390_chunkify_start()
9423 struct constant_pool *pool = s390_find_pool (pool_list, insn); in s390_chunkify_start()
9459 curr_pool = s390_find_pool (pool_list, insn); in s390_chunkify_finish()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200519565 s390_add_pool_insn, s390_find_pool, s390_add_constant,
H A DChangeLog-20024843 (s390_find_pool): Use insns bitmap instead of addresses.