Home
last modified time | relevance | path

Searched refs:base_hint (Results 1 – 25 of 50) sorted by relevance

12

/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Droot_motion_editor_plugin.cpp216 if (base_hint != NodePath()) { in update_property()
217 if (get_tree()->get_root()->has_node(base_hint)) { in update_property()
218 base_node = get_tree()->get_root()->get_node(base_hint); in update_property()
239 base_hint = p_base_hint; in setup()
H A Droot_motion_editor_plugin.h43 NodePath base_hint; variable
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Droot_motion_editor_plugin.cpp216 if (base_hint != NodePath()) { in update_property()
217 if (get_tree()->get_root()->has_node(base_hint)) { in update_property()
218 base_node = get_tree()->get_root()->get_node(base_hint); in update_property()
239 base_hint = p_base_hint; in setup()
H A Droot_motion_editor_plugin.h43 NodePath base_hint; variable
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-ssa-address.c438 move_hint_to_base (tree type, struct mem_address *parts, tree base_hint, in move_hint_to_base() argument
451 if (operand_equal_p (val, base_hint, 0)) in move_hint_to_base()
631 tree base_hint, struct mem_address *parts, in addr_to_parts() argument
654 if (!base_hint && (addr->n > 2)) in addr_to_parts()
665 if (!parts->symbol && base_hint) in addr_to_parts()
666 move_hint_to_base (type, parts, base_hint, addr); in addr_to_parts()
706 tree alias_ptr_type, tree iv_cand, tree base_hint, bool speed) in create_mem_ref() argument
711 addr_to_parts (type, addr, iv_cand, base_hint, &parts, speed); in create_mem_ref()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-ssa-address.c416 move_hint_to_base (tree type, struct mem_address *parts, tree base_hint, in move_hint_to_base() argument
429 if (operand_equal_p (val, base_hint, 0)) in move_hint_to_base()
610 tree base_hint, struct mem_address *parts, in addr_to_parts() argument
633 if (!base_hint && (addr->n > 2)) in addr_to_parts()
644 if (!parts->symbol && base_hint) in addr_to_parts()
645 move_hint_to_base (type, parts, base_hint, addr); in addr_to_parts()
685 tree alias_ptr_type, tree iv_cand, tree base_hint, bool speed) in create_mem_ref() argument
690 addr_to_parts (type, addr, iv_cand, base_hint, &parts, speed); in create_mem_ref()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-ssa-address.c446 move_hint_to_base (tree type, struct mem_address *parts, tree base_hint, in move_hint_to_base() argument
459 if (operand_equal_p (val, base_hint, 0)) in move_hint_to_base()
640 tree base_hint, struct mem_address *parts, in addr_to_parts() argument
663 if (!base_hint && (addr->n > 2)) in addr_to_parts()
674 if (!parts->symbol && base_hint) in addr_to_parts()
675 move_hint_to_base (type, parts, base_hint, addr); in addr_to_parts()
715 tree alias_ptr_type, tree iv_cand, tree base_hint, bool speed) in create_mem_ref() argument
720 addr_to_parts (type, addr, iv_cand, base_hint, &parts, speed); in create_mem_ref()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-ssa-address.c438 move_hint_to_base (tree type, struct mem_address *parts, tree base_hint, in move_hint_to_base() argument
451 if (operand_equal_p (val, base_hint, 0)) in move_hint_to_base()
631 tree base_hint, struct mem_address *parts, in addr_to_parts() argument
654 if (!base_hint && (addr->n > 2)) in addr_to_parts()
665 if (!parts->symbol && base_hint) in addr_to_parts()
666 move_hint_to_base (type, parts, base_hint, addr); in addr_to_parts()
706 tree alias_ptr_type, tree iv_cand, tree base_hint, bool speed) in create_mem_ref() argument
711 addr_to_parts (type, addr, iv_cand, base_hint, &parts, speed); in create_mem_ref()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-ssa-address.c416 move_hint_to_base (tree type, struct mem_address *parts, tree base_hint, in move_hint_to_base() argument
429 if (operand_equal_p (val, base_hint, 0)) in move_hint_to_base()
610 tree base_hint, struct mem_address *parts, in addr_to_parts() argument
633 if (!base_hint && (addr->n > 2)) in addr_to_parts()
644 if (!parts->symbol && base_hint) in addr_to_parts()
645 move_hint_to_base (type, parts, base_hint, addr); in addr_to_parts()
685 tree alias_ptr_type, tree iv_cand, tree base_hint, bool speed) in create_mem_ref() argument
690 addr_to_parts (type, addr, iv_cand, base_hint, &parts, speed); in create_mem_ref()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-ssa-address.c451 move_hint_to_base (tree type, struct mem_address *parts, tree base_hint, in move_hint_to_base() argument
464 if (operand_equal_p (val, base_hint, 0)) in move_hint_to_base()
700 addr_to_parts (tree type, aff_tree *addr, tree iv_cand, tree base_hint, in addr_to_parts() argument
722 *var_in_base = (base_hint != NULL && parts->symbol == NULL); in addr_to_parts()
724 *var_in_base = move_hint_to_base (type, parts, base_hint, addr); in addr_to_parts()
801 tree alias_ptr_type, tree iv_cand, tree base_hint, bool speed) in create_mem_ref() argument
807 addr_to_parts (type, addr, iv_cand, base_hint, &parts, &var_in_base, speed); in create_mem_ref()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-ssa-address.c450 move_hint_to_base (tree type, struct mem_address *parts, tree base_hint, in move_hint_to_base() argument
463 if (operand_equal_p (val, base_hint, 0)) in move_hint_to_base()
699 addr_to_parts (tree type, aff_tree *addr, tree iv_cand, tree base_hint, in addr_to_parts() argument
721 *var_in_base = (base_hint != NULL && parts->symbol == NULL); in addr_to_parts()
723 *var_in_base = move_hint_to_base (type, parts, base_hint, addr); in addr_to_parts()
800 tree alias_ptr_type, tree iv_cand, tree base_hint, bool speed) in create_mem_ref() argument
806 addr_to_parts (type, addr, iv_cand, base_hint, &parts, &var_in_base, speed); in create_mem_ref()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-ssa-address.c451 move_hint_to_base (tree type, struct mem_address *parts, tree base_hint, in move_hint_to_base() argument
464 if (operand_equal_p (val, base_hint, 0)) in move_hint_to_base()
700 addr_to_parts (tree type, aff_tree *addr, tree iv_cand, tree base_hint, in addr_to_parts() argument
722 *var_in_base = (base_hint != NULL && parts->symbol == NULL); in addr_to_parts()
724 *var_in_base = move_hint_to_base (type, parts, base_hint, addr); in addr_to_parts()
801 tree alias_ptr_type, tree iv_cand, tree base_hint, bool speed) in create_mem_ref() argument
807 addr_to_parts (type, addr, iv_cand, base_hint, &parts, &var_in_base, speed); in create_mem_ref()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-address.c450 move_hint_to_base (tree type, struct mem_address *parts, tree base_hint, in move_hint_to_base() argument
463 if (operand_equal_p (val, base_hint, 0)) in move_hint_to_base()
699 addr_to_parts (tree type, aff_tree *addr, tree iv_cand, tree base_hint, in addr_to_parts() argument
721 *var_in_base = (base_hint != NULL && parts->symbol == NULL); in addr_to_parts()
723 *var_in_base = move_hint_to_base (type, parts, base_hint, addr); in addr_to_parts()
800 tree alias_ptr_type, tree iv_cand, tree base_hint, bool speed) in create_mem_ref() argument
806 addr_to_parts (type, addr, iv_cand, base_hint, &parts, &var_in_base, speed); in create_mem_ref()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-address.c450 move_hint_to_base (tree type, struct mem_address *parts, tree base_hint, in move_hint_to_base() argument
463 if (operand_equal_p (val, base_hint, 0)) in move_hint_to_base()
699 addr_to_parts (tree type, aff_tree *addr, tree iv_cand, tree base_hint, in addr_to_parts() argument
721 *var_in_base = (base_hint != NULL && parts->symbol == NULL); in addr_to_parts()
723 *var_in_base = move_hint_to_base (type, parts, base_hint, addr); in addr_to_parts()
800 tree alias_ptr_type, tree iv_cand, tree base_hint, bool speed) in create_mem_ref() argument
806 addr_to_parts (type, addr, iv_cand, base_hint, &parts, &var_in_base, speed); in create_mem_ref()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-ssa-address.c450 move_hint_to_base (tree type, struct mem_address *parts, tree base_hint, in move_hint_to_base() argument
463 if (operand_equal_p (val, base_hint, 0)) in move_hint_to_base()
699 addr_to_parts (tree type, aff_tree *addr, tree iv_cand, tree base_hint, in addr_to_parts() argument
721 *var_in_base = (base_hint != NULL && parts->symbol == NULL); in addr_to_parts()
723 *var_in_base = move_hint_to_base (type, parts, base_hint, addr); in addr_to_parts()
800 tree alias_ptr_type, tree iv_cand, tree base_hint, bool speed) in create_mem_ref() argument
806 addr_to_parts (type, addr, iv_cand, base_hint, &parts, &var_in_base, speed); in create_mem_ref()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-ssa-address.c450 move_hint_to_base (tree type, struct mem_address *parts, tree base_hint, in move_hint_to_base() argument
463 if (operand_equal_p (val, base_hint, 0)) in move_hint_to_base()
699 addr_to_parts (tree type, aff_tree *addr, tree iv_cand, tree base_hint, in addr_to_parts() argument
721 *var_in_base = (base_hint != NULL && parts->symbol == NULL); in addr_to_parts()
723 *var_in_base = move_hint_to_base (type, parts, base_hint, addr); in addr_to_parts()
800 tree alias_ptr_type, tree iv_cand, tree base_hint, bool speed) in create_mem_ref() argument
806 addr_to_parts (type, addr, iv_cand, base_hint, &parts, &var_in_base, speed); in create_mem_ref()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-address.c450 move_hint_to_base (tree type, struct mem_address *parts, tree base_hint, in move_hint_to_base() argument
463 if (operand_equal_p (val, base_hint, 0)) in move_hint_to_base()
699 addr_to_parts (tree type, aff_tree *addr, tree iv_cand, tree base_hint, in addr_to_parts() argument
721 *var_in_base = (base_hint != NULL && parts->symbol == NULL); in addr_to_parts()
723 *var_in_base = move_hint_to_base (type, parts, base_hint, addr); in addr_to_parts()
800 tree alias_ptr_type, tree iv_cand, tree base_hint, bool speed) in create_mem_ref() argument
806 addr_to_parts (type, addr, iv_cand, base_hint, &parts, &var_in_base, speed); in create_mem_ref()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-ssa-address.c450 move_hint_to_base (tree type, struct mem_address *parts, tree base_hint, in move_hint_to_base() argument
463 if (operand_equal_p (val, base_hint, 0)) in move_hint_to_base()
699 addr_to_parts (tree type, aff_tree *addr, tree iv_cand, tree base_hint, in addr_to_parts() argument
721 *var_in_base = (base_hint != NULL && parts->symbol == NULL); in addr_to_parts()
723 *var_in_base = move_hint_to_base (type, parts, base_hint, addr); in addr_to_parts()
800 tree alias_ptr_type, tree iv_cand, tree base_hint, bool speed) in create_mem_ref() argument
806 addr_to_parts (type, addr, iv_cand, base_hint, &parts, &var_in_base, speed); in create_mem_ref()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dtree-ssa-address.c451 move_hint_to_base (tree type, struct mem_address *parts, tree base_hint, in move_hint_to_base() argument
464 if (operand_equal_p (val, base_hint, 0)) in move_hint_to_base()
700 addr_to_parts (tree type, aff_tree *addr, tree iv_cand, tree base_hint, in addr_to_parts() argument
722 *var_in_base = (base_hint != NULL && parts->symbol == NULL); in addr_to_parts()
724 *var_in_base = move_hint_to_base (type, parts, base_hint, addr); in addr_to_parts()
801 tree alias_ptr_type, tree iv_cand, tree base_hint, bool speed) in create_mem_ref() argument
807 addr_to_parts (type, addr, iv_cand, base_hint, &parts, &var_in_base, speed); in create_mem_ref()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dtree-ssa-address.c451 move_hint_to_base (tree type, struct mem_address *parts, tree base_hint, in move_hint_to_base() argument
464 if (operand_equal_p (val, base_hint, 0)) in move_hint_to_base()
700 addr_to_parts (tree type, aff_tree *addr, tree iv_cand, tree base_hint, in addr_to_parts() argument
722 *var_in_base = (base_hint != NULL && parts->symbol == NULL); in addr_to_parts()
724 *var_in_base = move_hint_to_base (type, parts, base_hint, addr); in addr_to_parts()
801 tree alias_ptr_type, tree iv_cand, tree base_hint, bool speed) in create_mem_ref() argument
807 addr_to_parts (type, addr, iv_cand, base_hint, &parts, &var_in_base, speed); in create_mem_ref()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-ssa-address.c436 move_hint_to_base (tree type, struct mem_address *parts, tree base_hint, in move_hint_to_base() argument
449 if (operand_equal_p (val, base_hint, 0)) in move_hint_to_base()
685 addr_to_parts (tree type, aff_tree *addr, tree iv_cand, tree base_hint, in addr_to_parts() argument
707 *var_in_base = (base_hint != NULL && parts->symbol == NULL); in addr_to_parts()
709 *var_in_base = move_hint_to_base (type, parts, base_hint, addr); in addr_to_parts()
786 tree alias_ptr_type, tree iv_cand, tree base_hint, bool speed) in create_mem_ref() argument
792 addr_to_parts (type, addr, iv_cand, base_hint, &parts, &var_in_base, speed); in create_mem_ref()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dtree-ssa-address.c451 move_hint_to_base (tree type, struct mem_address *parts, tree base_hint, in move_hint_to_base() argument
464 if (operand_equal_p (val, base_hint, 0)) in move_hint_to_base()
700 addr_to_parts (tree type, aff_tree *addr, tree iv_cand, tree base_hint, in addr_to_parts() argument
722 *var_in_base = (base_hint != NULL && parts->symbol == NULL); in addr_to_parts()
724 *var_in_base = move_hint_to_base (type, parts, base_hint, addr); in addr_to_parts()
801 tree alias_ptr_type, tree iv_cand, tree base_hint, bool speed) in create_mem_ref() argument
807 addr_to_parts (type, addr, iv_cand, base_hint, &parts, &var_in_base, speed); in create_mem_ref()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-ssa-address.c451 move_hint_to_base (tree type, struct mem_address *parts, tree base_hint, in move_hint_to_base() argument
464 if (operand_equal_p (val, base_hint, 0)) in move_hint_to_base()
700 addr_to_parts (tree type, aff_tree *addr, tree iv_cand, tree base_hint, in addr_to_parts() argument
722 *var_in_base = (base_hint != NULL && parts->symbol == NULL); in addr_to_parts()
724 *var_in_base = move_hint_to_base (type, parts, base_hint, addr); in addr_to_parts()
801 tree alias_ptr_type, tree iv_cand, tree base_hint, bool speed) in create_mem_ref() argument
807 addr_to_parts (type, addr, iv_cand, base_hint, &parts, &var_in_base, speed); in create_mem_ref()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-ssa-address.c450 move_hint_to_base (tree type, struct mem_address *parts, tree base_hint, in move_hint_to_base() argument
463 if (operand_equal_p (val, base_hint, 0)) in move_hint_to_base()
699 addr_to_parts (tree type, aff_tree *addr, tree iv_cand, tree base_hint, in addr_to_parts() argument
721 *var_in_base = (base_hint != NULL && parts->symbol == NULL); in addr_to_parts()
723 *var_in_base = move_hint_to_base (type, parts, base_hint, addr); in addr_to_parts()
800 tree alias_ptr_type, tree iv_cand, tree base_hint, bool speed) in create_mem_ref() argument
806 addr_to_parts (type, addr, iv_cand, base_hint, &parts, &var_in_base, speed); in create_mem_ref()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-ssa-address.c436 move_hint_to_base (tree type, struct mem_address *parts, tree base_hint, in move_hint_to_base() argument
449 if (operand_equal_p (val, base_hint, 0)) in move_hint_to_base()
685 addr_to_parts (tree type, aff_tree *addr, tree iv_cand, tree base_hint, in addr_to_parts() argument
707 *var_in_base = (base_hint != NULL && parts->symbol == NULL); in addr_to_parts()
709 *var_in_base = move_hint_to_base (type, parts, base_hint, addr); in addr_to_parts()
786 tree alias_ptr_type, tree iv_cand, tree base_hint, bool speed) in create_mem_ref() argument
792 addr_to_parts (type, addr, iv_cand, base_hint, &parts, &var_in_base, speed); in create_mem_ref()

12