Searched refs:gen_const_mem (Results 1 – 11 of 11) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | varasm.c | 2693 initial_trampoline = gen_const_mem (BLKmode, symbol); in assemble_trampoline_template() 3379 rtl = gen_const_mem (TYPE_MODE (TREE_TYPE (exp)), symbol); in build_constant_desc() 3861 desc->mem = def = gen_const_mem (mode, symbol); in force_const_mem()
|
| HD | rtl.h | 3977 extern rtx gen_const_mem (machine_mode, rtx);
|
| HD | emit-rtl.c | 857 gen_const_mem (machine_mode mode, rtx addr) in gen_const_mem() function
|
| HD | expr.c | 11853 vector = gen_const_mem (CASE_VECTOR_MODE, index); in do_tablejump()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | varasm.c | 2429 initial_trampoline = gen_const_mem (BLKmode, symbol); in assemble_trampoline_template() 3158 rtl = gen_const_mem (TYPE_MODE (TREE_TYPE (exp)), symbol); in build_constant_desc() 3623 desc->mem = def = gen_const_mem (mode, symbol); in force_const_mem()
|
| HD | rtl.h | 2457 extern rtx gen_const_mem (enum machine_mode, rtx);
|
| HD | emit-rtl.c | 645 gen_const_mem (enum machine_mode mode, rtx addr) in gen_const_mem() function
|
| HD | expr.c | 10869 vector = gen_const_mem (CASE_VECTOR_MODE, index); in do_tablejump()
|
| /dragonfly/contrib/gcc-8.0/gcc/config/i386/ |
| HD | i386.md | 12663 rtx fnaddr = gen_const_mem (DImode, XEXP (operands[0], 0)); 12682 fnaddr = gen_const_mem (SImode, fnaddr); 12868 rtx fnaddr = gen_const_mem (DImode, XEXP (operands[1], 0)); 12888 fnaddr = gen_const_mem (SImode, fnaddr); 14655 operands[1] = gen_const_mem (<MODE>mode, const0_rtx); 14671 operands[1] = gen_const_mem (SImode, const0_rtx); 14691 operands[2] = gen_const_mem (<MODE>mode, const0_rtx); 14712 operands[2] = gen_const_mem (SImode, const0_rtx);
|
| HD | i386.c | 14991 r = gen_const_mem (Pmode, r); in ix86_split_stack_guard() 15141 x = gen_const_mem (Pmode, x); in ix86_expand_split_stack_prologue() 16317 new_rtx = gen_const_mem (Pmode, new_rtx); in legitimize_pic_address() 16329 new_rtx = gen_const_mem (Pmode, new_rtx); in legitimize_pic_address() 16694 off = gen_const_mem (tp_mode, off); in legitimize_tls_address() 16902 rtl = gen_const_mem (Pmode, rtl); in get_dllimport_decl() 19987 op1 = gen_const_mem (Pmode, op1); in ix86_expand_move() 28507 fnaddr = gen_const_mem (Pmode, fnaddr); in ix86_expand_call() 41831 fnaddr = gen_const_mem (Pmode, tmp); in x86_output_mi_thunk() 41853 fnaddr = gen_const_mem (Pmode, fnaddr); in x86_output_mi_thunk()
|
| /dragonfly/contrib/gcc-4.7/gcc/config/i386/ |
| HD | i386.c | 11318 x = gen_const_mem (Pmode, x); in ix86_expand_split_stack_prologue() 12482 new_rtx = gen_const_mem (Pmode, new_rtx); in legitimize_pic_address() 12505 new_rtx = gen_const_mem (Pmode, new_rtx); in legitimize_pic_address() 12842 off = gen_const_mem (Pmode, off); in legitimize_tls_address() 12938 rtl = gen_const_mem (Pmode, rtl); in get_dllimport_decl() 32410 fnaddr = gen_const_mem (Pmode, tmp); in x86_output_mi_thunk() 32432 fnaddr = gen_const_mem (Pmode, fnaddr); in x86_output_mi_thunk()
|