Home
last modified time | relevance | path

Searched refs:last_alloca (Results 1 – 17 of 17) sorted by relevance

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dasan.c582 tree last_alloca = get_last_alloca_addr (); in handle_builtin_stack_restore() local
585 gimple *g = gimple_build_call (fn, 2, last_alloca, restored_stack); in handle_builtin_stack_restore()
587 g = gimple_build_assign (last_alloca, restored_stack); in handle_builtin_stack_restore()
624 tree last_alloca = get_last_alloca_addr (); in handle_builtin_alloca() local
708 g = gimple_build_assign (last_alloca, new_alloca_with_rz); in handle_builtin_alloca()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dasan.c582 tree last_alloca = get_last_alloca_addr (); in handle_builtin_stack_restore() local
585 gimple *g = gimple_build_call (fn, 2, last_alloca, restored_stack); in handle_builtin_stack_restore()
587 g = gimple_build_assign (last_alloca, restored_stack); in handle_builtin_stack_restore()
624 tree last_alloca = get_last_alloca_addr (); in handle_builtin_alloca() local
708 g = gimple_build_assign (last_alloca, new_alloca_with_rz); in handle_builtin_alloca()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dasan.c582 tree last_alloca = get_last_alloca_addr (); in handle_builtin_stack_restore() local
585 gimple *g = gimple_build_call (fn, 2, last_alloca, restored_stack); in handle_builtin_stack_restore()
587 g = gimple_build_assign (last_alloca, restored_stack); in handle_builtin_stack_restore()
624 tree last_alloca = get_last_alloca_addr (); in handle_builtin_alloca() local
708 g = gimple_build_assign (last_alloca, new_alloca_with_rz); in handle_builtin_alloca()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dasan.c582 tree last_alloca = get_last_alloca_addr (); in handle_builtin_stack_restore() local
585 gimple *g = gimple_build_call (fn, 2, last_alloca, restored_stack); in handle_builtin_stack_restore()
587 g = gimple_build_assign (last_alloca, restored_stack); in handle_builtin_stack_restore()
624 tree last_alloca = get_last_alloca_addr (); in handle_builtin_alloca() local
708 g = gimple_build_assign (last_alloca, new_alloca_with_rz); in handle_builtin_alloca()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dasan.c582 tree last_alloca = get_last_alloca_addr (); in handle_builtin_stack_restore() local
585 gimple *g = gimple_build_call (fn, 2, last_alloca, restored_stack); in handle_builtin_stack_restore()
587 g = gimple_build_assign (last_alloca, restored_stack); in handle_builtin_stack_restore()
624 tree last_alloca = get_last_alloca_addr (); in handle_builtin_alloca() local
708 g = gimple_build_assign (last_alloca, new_alloca_with_rz); in handle_builtin_alloca()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dasan.c582 tree last_alloca = get_last_alloca_addr (); in handle_builtin_stack_restore() local
585 gimple *g = gimple_build_call (fn, 2, last_alloca, restored_stack); in handle_builtin_stack_restore()
587 g = gimple_build_assign (last_alloca, restored_stack); in handle_builtin_stack_restore()
624 tree last_alloca = get_last_alloca_addr (); in handle_builtin_alloca() local
708 g = gimple_build_assign (last_alloca, new_alloca_with_rz); in handle_builtin_alloca()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dasan.c582 tree last_alloca = get_last_alloca_addr (); in handle_builtin_stack_restore() local
585 gimple *g = gimple_build_call (fn, 2, last_alloca, restored_stack); in handle_builtin_stack_restore()
587 g = gimple_build_assign (last_alloca, restored_stack); in handle_builtin_stack_restore()
624 tree last_alloca = get_last_alloca_addr (); in handle_builtin_alloca() local
708 g = gimple_build_assign (last_alloca, new_alloca_with_rz); in handle_builtin_alloca()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dasan.c582 tree last_alloca = get_last_alloca_addr (); in handle_builtin_stack_restore() local
585 gimple *g = gimple_build_call (fn, 2, last_alloca, restored_stack); in handle_builtin_stack_restore()
587 g = gimple_build_assign (last_alloca, restored_stack); in handle_builtin_stack_restore()
624 tree last_alloca = get_last_alloca_addr (); in handle_builtin_alloca() local
708 g = gimple_build_assign (last_alloca, new_alloca_with_rz); in handle_builtin_alloca()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dasan.c589 tree last_alloca = get_last_alloca_addr (); in handle_builtin_stack_restore() local
592 gimple *g = gimple_build_call (fn, 2, last_alloca, restored_stack); in handle_builtin_stack_restore()
594 g = gimple_build_assign (last_alloca, restored_stack); in handle_builtin_stack_restore()
631 tree last_alloca = get_last_alloca_addr (); in handle_builtin_alloca() local
715 g = gimple_build_assign (last_alloca, new_alloca_with_rz); in handle_builtin_alloca()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dasan.c589 tree last_alloca = get_last_alloca_addr (); in handle_builtin_stack_restore() local
592 gimple *g = gimple_build_call (fn, 2, last_alloca, restored_stack); in handle_builtin_stack_restore()
594 g = gimple_build_assign (last_alloca, restored_stack); in handle_builtin_stack_restore()
631 tree last_alloca = get_last_alloca_addr (); in handle_builtin_alloca() local
715 g = gimple_build_assign (last_alloca, new_alloca_with_rz); in handle_builtin_alloca()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dasan.c582 tree last_alloca = get_last_alloca_addr (); in handle_builtin_stack_restore() local
585 gimple *g = gimple_build_call (fn, 2, last_alloca, restored_stack); in handle_builtin_stack_restore()
587 g = gimple_build_assign (last_alloca, restored_stack); in handle_builtin_stack_restore()
624 tree last_alloca = get_last_alloca_addr (); in handle_builtin_alloca() local
708 g = gimple_build_assign (last_alloca, new_alloca_with_rz); in handle_builtin_alloca()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dasan.c582 tree last_alloca = get_last_alloca_addr (); in handle_builtin_stack_restore() local
585 gimple *g = gimple_build_call (fn, 2, last_alloca, restored_stack); in handle_builtin_stack_restore()
587 g = gimple_build_assign (last_alloca, restored_stack); in handle_builtin_stack_restore()
624 tree last_alloca = get_last_alloca_addr (); in handle_builtin_alloca() local
708 g = gimple_build_assign (last_alloca, new_alloca_with_rz); in handle_builtin_alloca()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dasan.c686 tree last_alloca = get_last_alloca_addr (); in handle_builtin_stack_restore() local
688 g = gimple_build_call (fn, 2, last_alloca, restored_stack); in handle_builtin_stack_restore()
690 g = gimple_build_assign (last_alloca, restored_stack); in handle_builtin_stack_restore()
796 tree last_alloca = get_last_alloca_addr (); in handle_builtin_alloca() local
873 g = gimple_build_assign (last_alloca, new_alloca_with_rz); in handle_builtin_alloca()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dasan.c686 tree last_alloca = get_last_alloca_addr (); in handle_builtin_stack_restore() local
688 g = gimple_build_call (fn, 2, last_alloca, restored_stack); in handle_builtin_stack_restore()
690 g = gimple_build_assign (last_alloca, restored_stack); in handle_builtin_stack_restore()
796 tree last_alloca = get_last_alloca_addr (); in handle_builtin_alloca() local
873 g = gimple_build_assign (last_alloca, new_alloca_with_rz); in handle_builtin_alloca()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dasan.c686 tree last_alloca = get_last_alloca_addr (); in handle_builtin_stack_restore() local
688 g = gimple_build_call (fn, 2, last_alloca, restored_stack); in handle_builtin_stack_restore()
690 g = gimple_build_assign (last_alloca, restored_stack); in handle_builtin_stack_restore()
796 tree last_alloca = get_last_alloca_addr (); in handle_builtin_alloca() local
873 g = gimple_build_assign (last_alloca, new_alloca_with_rz); in handle_builtin_alloca()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dasan.c686 tree last_alloca = get_last_alloca_addr (); in handle_builtin_stack_restore() local
688 g = gimple_build_call (fn, 2, last_alloca, restored_stack); in handle_builtin_stack_restore()
690 g = gimple_build_assign (last_alloca, restored_stack); in handle_builtin_stack_restore()
796 tree last_alloca = get_last_alloca_addr (); in handle_builtin_alloca() local
873 g = gimple_build_assign (last_alloca, new_alloca_with_rz); in handle_builtin_alloca()
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-llvm.c152 LLVMValueRef last_alloca; member
2354 LLVMPositionBuilder (ctx->alloca_builder, get_bb (ctx, ctx->cfg->bb_entry), ctx->last_alloca); in build_alloca_llvm_type_name()
2356 ctx->last_alloca = mono_llvm_build_alloca (ctx->alloca_builder, t, NULL, align, name); in build_alloca_llvm_type_name()
2357 return ctx->last_alloca; in build_alloca_llvm_type_name()
6645 ctx->last_alloca = LLVMGetLastInstruction (get_bb (ctx, cfg->bb_entry)); in process_bb()