Home
last modified time | relevance | path

Searched refs:funmem (Results 1 – 25 of 37) sorted by relevance

12

/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dcalls.c256 rtx call_insn, call, funmem; in emit_call_1() local
271 funmem = gen_rtx_MEM (FUNCTION_MODE, funexp); in emit_call_1()
290 set_mem_expr (funmem, t); in emit_call_1()
307 pat = GEN_SIBCALL_VALUE_POP (valreg, funmem, rounded_stack_size_rtx, in emit_call_1()
310 pat = GEN_SIBCALL_POP (funmem, rounded_stack_size_rtx, next_arg_reg, in emit_call_1()
338 pat = GEN_CALL_VALUE_POP (valreg, funmem, rounded_stack_size_rtx, in emit_call_1()
341 pat = GEN_CALL_POP (funmem, rounded_stack_size_rtx, next_arg_reg, in emit_call_1()
355 emit_call_insn (GEN_SIBCALL_VALUE (valreg, funmem, in emit_call_1()
359 emit_call_insn (GEN_SIBCALL (funmem, rounded_stack_size_rtx, in emit_call_1()
388 && MEM_EXPR (funmem) != NULL_TREE) in emit_call_1()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dcalls.c256 rtx call_insn, call, funmem; in emit_call_1() local
271 funmem = gen_rtx_MEM (FUNCTION_MODE, funexp); in emit_call_1()
290 set_mem_expr (funmem, t); in emit_call_1()
307 pat = GEN_SIBCALL_VALUE_POP (valreg, funmem, rounded_stack_size_rtx, in emit_call_1()
310 pat = GEN_SIBCALL_POP (funmem, rounded_stack_size_rtx, next_arg_reg, in emit_call_1()
338 pat = GEN_CALL_VALUE_POP (valreg, funmem, rounded_stack_size_rtx, in emit_call_1()
341 pat = GEN_CALL_POP (funmem, rounded_stack_size_rtx, next_arg_reg, in emit_call_1()
355 emit_call_insn (GEN_SIBCALL_VALUE (valreg, funmem, in emit_call_1()
359 emit_call_insn (GEN_SIBCALL (funmem, rounded_stack_size_rtx, in emit_call_1()
388 && MEM_EXPR (funmem) != NULL_TREE) in emit_call_1()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dcalls.c264 rtx call_insn, call, funmem; in emit_call_1() local
279 funmem = gen_rtx_MEM (FUNCTION_MODE, funexp); in emit_call_1()
298 set_mem_expr (funmem, t); in emit_call_1()
315 pat = GEN_SIBCALL_VALUE_POP (valreg, funmem, rounded_stack_size_rtx, in emit_call_1()
318 pat = GEN_SIBCALL_POP (funmem, rounded_stack_size_rtx, next_arg_reg, in emit_call_1()
346 pat = GEN_CALL_VALUE_POP (valreg, funmem, rounded_stack_size_rtx, in emit_call_1()
349 pat = GEN_CALL_POP (funmem, rounded_stack_size_rtx, next_arg_reg, in emit_call_1()
363 emit_call_insn (GEN_SIBCALL_VALUE (valreg, funmem, in emit_call_1()
367 emit_call_insn (GEN_SIBCALL (funmem, rounded_stack_size_rtx, in emit_call_1()
396 && MEM_EXPR (funmem) != NULL_TREE) in emit_call_1()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dcalls.c273 rtx call, funmem, pat; in emit_call_1() local
295 funmem = gen_rtx_MEM (FUNCTION_MODE, funexp); in emit_call_1()
314 set_mem_expr (funmem, t); in emit_call_1()
322 pat = targetm.gen_sibcall_value (valreg, funmem, in emit_call_1()
326 pat = targetm.gen_sibcall (funmem, rounded_stack_size_rtx, in emit_call_1()
344 pat = targetm.gen_call_value_pop (valreg, funmem, in emit_call_1()
348 pat = targetm.gen_call_pop (funmem, rounded_stack_size_rtx, in emit_call_1()
356 pat = targetm.gen_call_value (valreg, funmem, rounded_stack_size_rtx, in emit_call_1()
359 pat = targetm.gen_call (funmem, rounded_stack_size_rtx, next_arg_reg, in emit_call_1()
372 && MEM_EXPR (funmem) != NULL_TREE) in emit_call_1()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dcalls.c273 rtx call, funmem, pat; in emit_call_1() local
295 funmem = gen_rtx_MEM (FUNCTION_MODE, funexp); in emit_call_1()
314 set_mem_expr (funmem, t); in emit_call_1()
322 pat = targetm.gen_sibcall_value (valreg, funmem, in emit_call_1()
326 pat = targetm.gen_sibcall (funmem, rounded_stack_size_rtx, in emit_call_1()
344 pat = targetm.gen_call_value_pop (valreg, funmem, in emit_call_1()
348 pat = targetm.gen_call_pop (funmem, rounded_stack_size_rtx, in emit_call_1()
356 pat = targetm.gen_call_value (valreg, funmem, rounded_stack_size_rtx, in emit_call_1()
359 pat = targetm.gen_call (funmem, rounded_stack_size_rtx, next_arg_reg, in emit_call_1()
372 && MEM_EXPR (funmem) != NULL_TREE) in emit_call_1()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dconversion.cpp90 int (foo::*funmem)() = NULL; in test3() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dconversion.cpp90 int (foo::*funmem)() = NULL; in test3() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dconversion.cpp90 int (foo::*funmem)() = NULL; in test3() local
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dconversion.cpp90 int (foo::*funmem)() = NULL; in test3() local
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dconversion.cpp90 int (foo::*funmem)() = NULL; in test3() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dconversion.cpp90 int (foo::*funmem)() = NULL; in test3() local
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A Dconversion.cpp90 int (foo::*funmem)() = NULL; in test3() local
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Dconversion.cpp90 int (foo::*funmem)() = NULL; in test3() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dconversion.cpp90 int (foo::*funmem)() = NULL; in test3() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dconversion.cpp90 int (foo::*funmem)() = NULL; in test3() local
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Dconversion.cpp90 int (foo::*funmem)() = NULL; in test3() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dconversion.cpp90 int (foo::*funmem)() = NULL; in test3() local
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dconversion.cpp90 int (foo::*funmem)() = NULL;
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaCXX/
H A Dconversion.cpp90 int (foo::*funmem)() = NULL; in test3() local
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaCXX/
H A Dconversion.cpp90 int (foo::*funmem)() = NULL; in test3() local
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCXX/
H A Dconversion.cpp90 int (foo::*funmem)() = NULL; in test3() local
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dcalls.c382 rtx call, funmem, pat; in emit_call_1() local
404 funmem = gen_rtx_MEM (FUNCTION_MODE, funexp); in emit_call_1()
423 set_mem_expr (funmem, t); in emit_call_1()
431 pat = targetm.gen_sibcall_value (valreg, funmem, in emit_call_1()
435 pat = targetm.gen_sibcall (funmem, rounded_stack_size_rtx, in emit_call_1()
454 pat = targetm.gen_call_value_pop (valreg, funmem, in emit_call_1()
458 pat = targetm.gen_call_pop (funmem, rounded_stack_size_rtx, in emit_call_1()
466 pat = targetm.gen_call_value (valreg, funmem, rounded_stack_size_rtx, in emit_call_1()
469 pat = targetm.gen_call (funmem, rounded_stack_size_rtx, next_arg_reg, in emit_call_1()
482 && MEM_EXPR (funmem) != NULL_TREE) in emit_call_1()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dcalls.c377 rtx call, funmem, pat; in emit_call_1() local
399 funmem = gen_rtx_MEM (FUNCTION_MODE, funexp); in emit_call_1()
418 set_mem_expr (funmem, t); in emit_call_1()
426 pat = targetm.gen_sibcall_value (valreg, funmem, in emit_call_1()
430 pat = targetm.gen_sibcall (funmem, rounded_stack_size_rtx, in emit_call_1()
449 pat = targetm.gen_call_value_pop (valreg, funmem, in emit_call_1()
453 pat = targetm.gen_call_pop (funmem, rounded_stack_size_rtx, in emit_call_1()
461 pat = targetm.gen_call_value (valreg, funmem, rounded_stack_size_rtx, in emit_call_1()
464 pat = targetm.gen_call (funmem, rounded_stack_size_rtx, next_arg_reg, in emit_call_1()
477 && MEM_EXPR (funmem) != NULL_TREE) in emit_call_1()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dcalls.c377 rtx call, funmem, pat; in emit_call_1() local
399 funmem = gen_rtx_MEM (FUNCTION_MODE, funexp); in emit_call_1()
418 set_mem_expr (funmem, t); in emit_call_1()
426 pat = targetm.gen_sibcall_value (valreg, funmem, in emit_call_1()
430 pat = targetm.gen_sibcall (funmem, rounded_stack_size_rtx, in emit_call_1()
449 pat = targetm.gen_call_value_pop (valreg, funmem, in emit_call_1()
453 pat = targetm.gen_call_pop (funmem, rounded_stack_size_rtx, in emit_call_1()
461 pat = targetm.gen_call_value (valreg, funmem, rounded_stack_size_rtx, in emit_call_1()
464 pat = targetm.gen_call (funmem, rounded_stack_size_rtx, next_arg_reg, in emit_call_1()
477 && MEM_EXPR (funmem) != NULL_TREE) in emit_call_1()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dcalls.c377 rtx call, funmem, pat; in emit_call_1() local
399 funmem = gen_rtx_MEM (FUNCTION_MODE, funexp); in emit_call_1()
418 set_mem_expr (funmem, t); in emit_call_1()
426 pat = targetm.gen_sibcall_value (valreg, funmem, in emit_call_1()
430 pat = targetm.gen_sibcall (funmem, rounded_stack_size_rtx, in emit_call_1()
449 pat = targetm.gen_call_value_pop (valreg, funmem, in emit_call_1()
453 pat = targetm.gen_call_pop (funmem, rounded_stack_size_rtx, in emit_call_1()
461 pat = targetm.gen_call_value (valreg, funmem, rounded_stack_size_rtx, in emit_call_1()
464 pat = targetm.gen_call (funmem, rounded_stack_size_rtx, next_arg_reg, in emit_call_1()
477 && MEM_EXPR (funmem) != NULL_TREE) in emit_call_1()
[all …]

12