Home
last modified time | relevance | path

Searched refs:LLVMConstVector (Results 1 – 25 of 32) sorted by relevance

12

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_const.c291 return LLVMConstVector(elems, type.length); in lp_build_one()
336 return LLVMConstVector(elems, type.length); in lp_build_const_vec()
357 return LLVMConstVector(elems, type.length); in lp_build_const_int_vec()
387 return LLVMConstVector(elems, type.length); in lp_build_const_aos()
414 return LLVMConstVector(masks, type.length); in lp_build_const_mask_aos()
Dlp_bld_swizzle.c185 return LLVMBuildShuffleVector(builder, a, bld->undef, LLVMConstVector(shuffles, n), ""); in lp_build_swizzle_scalar_aos()
350 …return LLVMBuildShuffleVector(builder, src, LLVMGetUndef(LLVMTypeOf(src)), LLVMConstVector(shuffle… in lp_build_swizzle_aos_n()
446 LLVMConstVector(aux, n), in lp_build_swizzle_aos()
447 LLVMConstVector(shuffles, n), ""); in lp_build_swizzle_aos()
760 LLVMConstVector(shuffles, num_dst), ""); in lp_build_pack_aos_scalars()
796 LLVMConstVector(shuffles, num_dst), ""); in lp_build_unpack_broadcast_aos_scalars()
Dlp_bld_pack.c103 return LLVMConstVector(elems, n); in lp_build_const_unpack_shuffle()
128 return LLVMConstVector(elems, n); in lp_build_const_unpack_shuffle_half()
153 return LLVMConstVector(elems, 16); in lp_build_const_unpack_shuffle_16wide()
175 return LLVMConstVector(elems, n); in lp_build_const_pack_shuffle()
202 LLVMConstVector(elems, size), ""); in lp_build_extract_range()
237 LLVMConstVector(shuffles, new_length), ""); in lp_build_concat()
304 shuffle = LLVMConstVector(elems, num_elems / 2); in lp_build_uninterleave1()
1062 …return LLVMBuildShuffleVector(gallivm->builder, src, undef, LLVMConstVector(elems, dst_length), ""… in lp_build_pad_vector()
Dlp_bld_format_aos.c326 masked = LLVMBuildAnd(builder, packed, LLVMConstVector(masks, 4), ""); in lp_build_unpack_arith_rgba_aos()
328 shifted = LLVMBuildLShr(builder, packed, LLVMConstVector(shifts, 4), ""); in lp_build_unpack_arith_rgba_aos()
329 masked = LLVMBuildAnd(builder, shifted, LLVMConstVector(masks, 4), ""); in lp_build_unpack_arith_rgba_aos()
347 scaled = LLVMBuildFMul(builder, casted, LLVMConstVector(scales, 4), ""); in lp_build_unpack_arith_rgba_aos()
398 LLVMConstVector(swizzles, 4), ""); in lp_build_pack_rgba_aos()
427 scaled = LLVMBuildFMul(builder, unswizzled, LLVMConstVector(scales, 4), ""); in lp_build_pack_rgba_aos()
433 shifted = LLVMBuildShl(builder, casted, LLVMConstVector(shifts, 4), ""); in lp_build_pack_rgba_aos()
Dlp_bld_quad.c149 LLVMConstVector(shuffles1, length), ""); in lp_build_packed_ddx_ddy_twocoord()
151 LLVMConstVector(shuffles2, length), ""); in lp_build_packed_ddx_ddy_twocoord()
Dlp_bld_intr.c327 constvec = LLVMConstVector(elems, intrin_length); in lp_build_intrinsic_binary_anylength()
334 constvec = LLVMConstVector(elems, src_type.length); in lp_build_intrinsic_binary_anylength()
Dlp_bld_format_soa.c529 shuf_vec = LLVMConstVector(shuffles, gather_type.length); in lp_build_fetch_rgba_soa()
539 shuf_vec = LLVMConstVector(shuffles, gather_type.length); in lp_build_fetch_rgba_soa()
631 LLVMConstVector(shuffles, type.length), ""); in lp_build_fetch_rgba_soa()
Dlp_bld_arit.c662 LLVMConstVector(shuffles1, length), ""); in lp_build_horizontal_add()
664 LLVMConstVector(shuffles2, length), ""); in lp_build_horizontal_add()
710 LLVMConstVector(shuffles, 4), ""); in lp_build_horizontal_add4x4f()
712 LLVMConstVector(shuffles, 4), ""); in lp_build_horizontal_add4x4f()
720 LLVMConstVector(shuffles, 4), ""); in lp_build_horizontal_add4x4f()
722 LLVMConstVector(shuffles, 4), ""); in lp_build_horizontal_add4x4f()
732 LLVMConstVector(shuffles, 4), ""); in lp_build_horizontal_add4x4f()
739 LLVMConstVector(shuffles, 4), ""); in lp_build_horizontal_add4x4f()
1139 shuf_vec = LLVMConstVector(shuf, bld->type.length); in lp_build_mul_32_lohi_cpu()
1210 shuf_vec = LLVMConstVector(shuf, bld->type.length); in lp_build_mul_32_lohi_cpu()
[all …]
Dlp_bld_logic.c472 return LLVMBuildShuffleVector(builder, a, b, LLVMConstVector(shuffles, n), ""); in lp_build_select_aos()
Dlp_bld_gather.c266 … res = LLVMBuildShuffleVector(gallivm->builder, res, res, LLVMConstVector(shuffles, 4), ""); in lp_build_gather_elem_vec()
Dlp_bld_sample.c376 LLVMConstVector(shuffles, length), ""); in lp_build_rho()
449 LLVMConstVector(shuffles1, length), ""); in lp_build_rho()
451 LLVMConstVector(shuffles2, length), ""); in lp_build_rho()
Dlp_bld_sample_aos.c892 shuffle = LLVMConstVector(shuffles, u8n.type.length); in lp_build_sample_fetch_image_linear()
1576 LLVMConstVector(shuffle, u8n_bld.type.length), ""); in lp_build_sample_mipmap()
Dlp_bld_tgsi_aos.c166 LLVMConstVector(shuffles, type.length), in emit_fetch_constant()
Dlp_bld_tgsi_soa.c1300 res = LLVMBuildShuffleVector(builder, input, input2, LLVMConstVector(shuffles, len), ""); in emit_fetch_64bit()
1723 LLVMConstVector(shuffles, in emit_store_64bit_chan()
1728 LLVMConstVector(shuffles2, in emit_store_64bit_chan()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c475 shufflev = LLVMConstVector(shuffles, type.length); in lp_build_occlusion_count()
599 LLVMConstVector(shuffles, zs_type.length), ""); in lp_build_depth_stencil_load_swizzled()
630 LLVMConstVector(shuffles1, zs_type.length), ""); in lp_build_depth_stencil_load_swizzled()
632 LLVMConstVector(shuffles2, zs_type.length), ""); in lp_build_depth_stencil_load_swizzled()
758 LLVMConstVector(&shuffles[0], in lp_build_depth_stencil_write_swizzled()
761 LLVMConstVector(&shuffles[4], in lp_build_depth_stencil_write_swizzled()
782 LLVMConstVector(&shuffles[0], in lp_build_depth_stencil_write_swizzled()
785 LLVMConstVector(&shuffles[8], in lp_build_depth_stencil_write_swizzled()
Dlp_state_setup.c233 dzxyz20 = LLVMBuildShuffleVector(b, dxyz20, dxyz20, LLVMConstVector(shuffles, 4), ""); in lp_do_offset_tri()
239 dyzzx01 = LLVMBuildShuffleVector(b, dxyz01, dxyz01, LLVMConstVector(shuffles, 4), ""); in lp_do_offset_tri()
248 LLVMConstVector(shuffles, 4), ""); in lp_do_offset_tri()
330 z0z1 = LLVMBuildShuffleVector(b, attribv[0], attribv[1], LLVMConstVector(shuffles, 4), ""); in lp_do_offset_tri()
335 z0z1z2 = LLVMBuildShuffleVector(b, z0z1, attribv[2], LLVMConstVector(shuffles, 4), ""); in lp_do_offset_tri()
670 shuf10 = LLVMConstVector(shuffles, 4); in init_args()
Dlp_state_fs.c183 bits_vec = LLVMConstVector(bits, fs_type.length); in generate_quad_mask()
846 shuf_vec = LLVMConstVector(shuf, 8); in fs_twiddle_transpose()
852 shuf_vec = LLVMConstVector(shuf, 4); in fs_twiddle_transpose()
1326 LLVMConstVector(shuffles, 8), ""); in convert_to_blend_type()
1486 LLVMConstVector(shuffles, 8), ""); in convert_from_blend_type()
1699 LLVMConstVector(shuffles, row_type.length), in convert_alpha()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_setup.c237 LLVMConstVector(swizzles, 4), ""); in emit_swizzle()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h604 LLVMValueRef LLVMConstVector(LLVMValueRef *ScalarConstantVals, unsigned Size);
/external/llvm/include/llvm-c/
DCore.h1719 LLVMValueRef LLVMConstVector(LLVMValueRef *ScalarConstantVals, unsigned Size);
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c1180 LLVMValueRef swizzle = LLVMConstVector(masks, count); in trim_vector()
1260 LLVMValueRef swizzle = LLVMConstVector(masks, num_components); in get_alu_src()
2133 value = LLVMConstVector(values, instr->def.num_components); in visit_load_const()
2482 LLVMValueRef swizzle = LLVMConstVector(indices, count); in extract_vector_range()
2664 LLVMValueRef swizzle = LLVMConstVector(masks, num_components); in visit_load_buffer()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h1907 LLVMValueRef LLVMConstVector(LLVMValueRef *ScalarConstantVals, unsigned Size);
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c689 return LLVMConstVector((LLVMValueRef*) Op_val(ElementVals), in llvm_const_vector()
/external/skia/src/sksl/
DSkSLJIT.cpp1589 out[0] = LLVMConstVector(values, fVectorCount); in compileVectorFloatLiteral()
/external/skqp/src/sksl/
DSkSLJIT.cpp1589 out[0] = LLVMConstVector(values, fVectorCount); in compileVectorFloatLiteral()

12