Home
last modified time | relevance | path

Searched refs:next_load (Results 1 – 23 of 23) sorted by relevance

/dports/devel/nextpnr/nextpnr-48cd407/tests/ice40/regressions/issue0148/hdl/vga/
H A Dchardata.v32 reg next_load; register
68 next_load = 1'b0;
71 next_load = 1'b1;
77 next_load = 1'b1;
99 load <= next_load;
/dports/lang/clover/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_ubo_vec4.c155 nir_intrinsic_instr *next_load = create_load(b, intr->src[0].ssa, next_vec4_offset, in nir_lower_ubo_vec4_lower() local
176 &next_load->dest.ssa), in nir_lower_ubo_vec4_lower()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_ubo_vec4.c155 nir_intrinsic_instr *next_load = create_load(b, intr->src[0].ssa, next_vec4_offset, in nir_lower_ubo_vec4_lower() local
176 &next_load->dest.ssa), in nir_lower_ubo_vec4_lower()
/dports/graphics/mesa-libs/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_ubo_vec4.c155 nir_intrinsic_instr *next_load = create_load(b, intr->src[0].ssa, next_vec4_offset, in nir_lower_ubo_vec4_lower() local
176 &next_load->dest.ssa), in nir_lower_ubo_vec4_lower()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_ubo_vec4.c155 nir_intrinsic_instr *next_load = create_load(b, intr->src[0].ssa, next_vec4_offset, in nir_lower_ubo_vec4_lower() local
176 &next_load->dest.ssa), in nir_lower_ubo_vec4_lower()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_ubo_vec4.c155 nir_intrinsic_instr *next_load = create_load(b, intr->src[0].ssa, next_vec4_offset, in nir_lower_ubo_vec4_lower() local
176 &next_load->dest.ssa), in nir_lower_ubo_vec4_lower()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_ubo_vec4.c155 nir_intrinsic_instr *next_load = create_load(b, intr->src[0].ssa, next_vec4_offset, in nir_lower_ubo_vec4_lower() local
176 &next_load->dest.ssa), in nir_lower_ubo_vec4_lower()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_ubo_vec4.c155 nir_intrinsic_instr *next_load = create_load(b, intr->src[0].ssa, next_vec4_offset, in nir_lower_ubo_vec4_lower() local
176 &next_load->dest.ssa), in nir_lower_ubo_vec4_lower()
/dports/graphics/libosmesa/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_ubo_vec4.c155 nir_intrinsic_instr *next_load = create_load(b, intr->src[0].ssa, next_vec4_offset, in nir_lower_ubo_vec4_lower() local
176 &next_load->dest.ssa), in nir_lower_ubo_vec4_lower()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/compiler/nir/
H A Dnir_lower_ubo_vec4.c155 nir_intrinsic_instr *next_load = create_load(b, intr->src[0].ssa, next_vec4_offset, in nir_lower_ubo_vec4_lower() local
176 &next_load->dest.ssa), in nir_lower_ubo_vec4_lower()
/dports/graphics/mesa-dri/mesa-21.3.6/src/compiler/nir/
H A Dnir_lower_ubo_vec4.c155 nir_intrinsic_instr *next_load = create_load(b, intr->src[0].ssa, next_vec4_offset, in nir_lower_ubo_vec4_lower() local
176 &next_load->dest.ssa), in nir_lower_ubo_vec4_lower()
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Dliveconv.c61 load_t* next_load(const rbload_t *buffer, load_t* const now) in next_load() function
450 load_ptr = next_load(&p->loader, load_ptr); in liveconv_perf()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtree-vect-slp.c1160 gimple stmt, first = NULL, other_node_first, load, next_load, first_load; in vect_supported_load_permutation_p() local
1334 next_load = NULL; in vect_supported_load_permutation_p()
1347 if (j != 0 && next_load != load) in vect_supported_load_permutation_p()
1353 next_load = GROUP_NEXT_ELEMENT (vinfo_for_stmt (load)); in vect_supported_load_permutation_p()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtree-vect-slp.c1107 gimple stmt, load, next_load, first_load; in vect_supported_load_permutation_p() local
1204 next_load = NULL; in vect_supported_load_permutation_p()
1207 if (j != 0 && next_load != load) in vect_supported_load_permutation_p()
1209 next_load = GROUP_NEXT_ELEMENT (vinfo_for_stmt (load)); in vect_supported_load_permutation_p()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtree-vect-slp.c1160 gimple stmt, first = NULL, other_node_first, load, next_load, first_load; in vect_supported_load_permutation_p() local
1334 next_load = NULL; in vect_supported_load_permutation_p()
1347 if (j != 0 && next_load != load) in vect_supported_load_permutation_p()
1353 next_load = GROUP_NEXT_ELEMENT (vinfo_for_stmt (load)); in vect_supported_load_permutation_p()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dtree-vect-slp.c1363 gimple *stmt, *load, *next_load; in vect_supported_load_permutation_p() local
1412 next_load = NULL; in vect_supported_load_permutation_p()
1416 && (next_load != load in vect_supported_load_permutation_p()
1422 next_load = GROUP_NEXT_ELEMENT (vinfo_for_stmt (load)); in vect_supported_load_permutation_p()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dtree-vect-slp.c1363 gimple *stmt, *load, *next_load; in vect_supported_load_permutation_p() local
1412 next_load = NULL; in vect_supported_load_permutation_p()
1416 && (next_load != load in vect_supported_load_permutation_p()
1422 next_load = GROUP_NEXT_ELEMENT (vinfo_for_stmt (load)); in vect_supported_load_permutation_p()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dtree-vect-slp.c1660 gimple *stmt, *load, *next_load; in vect_supported_load_permutation_p() local
1709 next_load = NULL; in vect_supported_load_permutation_p()
1713 && (next_load != load in vect_supported_load_permutation_p()
1719 next_load = GROUP_NEXT_ELEMENT (vinfo_for_stmt (load)); in vect_supported_load_permutation_p()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-slp.c1660 gimple *stmt, *load, *next_load; in vect_supported_load_permutation_p() local
1709 next_load = NULL; in vect_supported_load_permutation_p()
1713 && (next_load != load in vect_supported_load_permutation_p()
1719 next_load = GROUP_NEXT_ELEMENT (vinfo_for_stmt (load)); in vect_supported_load_permutation_p()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-slp.c1660 gimple *stmt, *load, *next_load; in vect_supported_load_permutation_p() local
1709 next_load = NULL; in vect_supported_load_permutation_p()
1713 && (next_load != load in vect_supported_load_permutation_p()
1719 next_load = GROUP_NEXT_ELEMENT (vinfo_for_stmt (load)); in vect_supported_load_permutation_p()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-slp.c1660 gimple *stmt, *load, *next_load; in vect_supported_load_permutation_p() local
1709 next_load = NULL; in vect_supported_load_permutation_p()
1713 && (next_load != load in vect_supported_load_permutation_p()
1719 next_load = GROUP_NEXT_ELEMENT (vinfo_for_stmt (load)); in vect_supported_load_permutation_p()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dtree-vect-slp.c1660 gimple *stmt, *load, *next_load; in vect_supported_load_permutation_p() local
1709 next_load = NULL; in vect_supported_load_permutation_p()
1713 && (next_load != load in vect_supported_load_permutation_p()
1719 next_load = GROUP_NEXT_ELEMENT (vinfo_for_stmt (load)); in vect_supported_load_permutation_p()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dtree-vect-slp.c1657 gimple *stmt, *load, *next_load; in vect_supported_load_permutation_p() local
1706 next_load = NULL; in vect_supported_load_permutation_p()
1710 && (next_load != load in vect_supported_load_permutation_p()
1716 next_load = GROUP_NEXT_ELEMENT (vinfo_for_stmt (load)); in vect_supported_load_permutation_p()