Home
last modified time | relevance | path

Searched refs:LLVMGetUndef (Results 1 – 25 of 29) sorted by relevance

12

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_swizzle.c60 LLVMValueRef undef = LLVMGetUndef(vec_type); in lp_build_broadcast()
136 LLVMGetUndef(lp_build_vec_type(gallivm, src_type)), in lp_build_extract_broadcast()
344 shuffles[i] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_swizzle_aos_n()
350 …return LLVMBuildShuffleVector(builder, src, LLVMGetUndef(LLVMTypeOf(src)), LLVMConstVector(shuffle… in lp_build_swizzle_aos_n()
397 LLVMValueRef undef = LLVMGetUndef(lp_build_elem_type(bld->gallivm, type)); in lp_build_swizzle_aos()
433 shuffles[j + i] = LLVMGetUndef(i32t); in lp_build_swizzle_aos()
740 LLVMValueRef undef = LLVMGetUndef(i32t); in lp_build_pack_aos_scalars()
Dlp_bld_format_aos.c252 packed = LLVMBuildInsertElement(builder, LLVMGetUndef(vec32_type), packed, in lp_build_unpack_arith_rgba_aos()
255 packed = LLVMBuildShuffleVector(builder, packed, LLVMGetUndef(vec32_type), in lp_build_unpack_arith_rgba_aos()
269 shifts[i] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_unpack_arith_rgba_aos()
393 swizzles[i] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_pack_rgba_aos()
397LLVMGetUndef(LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4)), in lp_build_pack_rgba_aos()
406 shifts[i] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_pack_rgba_aos()
407 scales[i] = LLVMGetUndef(LLVMFloatTypeInContext(gallivm->context)); in lp_build_pack_rgba_aos()
448 packed = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_pack_rgba_aos()
817 res = LLVMGetUndef(LLVMVectorType(i32t, num_pixels)); in lp_build_fetch_rgba_aos()
Dlp_bld_gather.c308 LLVMValueRef passthru = LLVMGetUndef(src_vec_type); in lp_build_gather_avx2()
344 LLVMValueRef passthru = LLVMGetUndef(src_vec_type); in lp_build_gather_avx2()
516 res = LLVMGetUndef(gather_res_t); in lp_build_gather()
567 LLVMValueRef vec = LLVMGetUndef(vec_type); in lp_build_gather_values()
Dlp_bld_intr.c273 LLVMValueRef i32undef = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_intrinsic_binary_anylength()
358 res = LLVMGetUndef(ret_type); in lp_build_intrinsic_map()
Dlp_bld_type.c388 bld->undef = LLVMGetUndef(bld->vec_type); in lp_build_context_init()
Dlp_bld_const.c228 return LLVMGetUndef(vec_type); in lp_build_undef()
Dlp_bld_pack.c1004 undef = LLVMGetUndef(LLVMVectorType(type, dst_length)); in lp_build_pad_vector()
1008 undef = LLVMGetUndef(type); in lp_build_pad_vector()
Dlp_bld_format_cached.c312 color = LLVMGetUndef(LLVMVectorType(i32t, n)); in lp_build_fetch_cached_texels()
Dlp_bld_format_yuv.c527 rgba = LLVMGetUndef(LLVMVectorType(LLVMInt8TypeInContext(gallivm->context), 4*n)); in lp_build_fetch_subsampled_rgba_aos()
Dlp_bld_conv.c189 LLVMValueRef ref_result = LLVMGetUndef(LLVMVectorType(i16t, length)); in lp_build_float_to_half()
Dlp_bld_tgsi_soa.c961 …res = LLVMGetUndef(LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), bld_base->base.type.le… in build_gather()
1834 LLVMGetUndef(LLVMTypeOf(value)), in emit_store_64bit_chan()
1839 LLVMGetUndef(LLVMTypeOf(value)), in emit_store_64bit_chan()
2542 LLVMValueRef coord_undef = LLVMGetUndef(bld->bld_base.base.int_vec_type); in emit_fetch_texels()
Dlp_bld_sample_aos.c1575 lod_fpart = LLVMBuildShuffleVector(builder, lod_fpart, LLVMGetUndef(tmp_vec_type), in lp_build_sample_mipmap()
Dlp_bld_arit.c1137 shuf[i+1] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_mul_32_lohi_cpu()
2005 undef = LLVMGetUndef(vec_type); in lp_build_iround_nearest_sse2()
Dlp_bld_sample.c239 LLVMValueRef i32undef = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_rho()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_setup.c245 shuffles[2] = LLVMGetUndef(shuf_type); in lp_do_offset_tri()
246 shuffles[3] = LLVMGetUndef(shuf_type); in lp_do_offset_tri()
328 shuffles[2] = LLVMGetUndef(shuf_type); in lp_do_offset_tri()
329 shuffles[3] = LLVMGetUndef(shuf_type); in lp_do_offset_tri()
334 shuffles[3] = LLVMGetUndef(shuf_type); in lp_do_offset_tri()
668 shuffles[2] = LLVMGetUndef(shuf_type); in init_args()
669 shuffles[3] = LLVMGetUndef(shuf_type); in init_args()
Dlp_bld_depth.c476 countd = LLVMBuildShuffleVector(builder, countv, LLVMGetUndef(i8vntype), shufflev, ""); in lp_build_occlusion_count()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_setup.c382 LLVMGetUndef(LLVMTypeOf(value)), in emit_swizzle()
524 …result = LLVMGetUndef(LLVMVectorType(LLVMIntTypeInContext(bld_base->base.gallivm->context, 32), bl… in si_llvm_emit_fetch_64bit()
550 LLVMValueRef result = LLVMGetUndef(vec); in emit_array_fetch()
696 …result = LLVMGetUndef(LLVMVectorType(LLVMIntTypeInContext(bld_base->base.gallivm->context, 32), bl… in si_llvm_emit_fetch()
736 return LLVMGetUndef(tgsi2llvmtype(bld_base, type)); in si_llvm_emit_fetch()
759 return LLVMGetUndef(tgsi2llvmtype(bld_base, type)); in si_llvm_emit_fetch()
Dsi_shader.c596 return LLVMGetUndef(ctx->i32); in get_bounded_indirect_index()
2325 vdata = LLVMGetUndef(LLVMVectorType(ctx->i32, util_next_power_of_two(num_comps))); in emit_streamout_output()
2893 LLVMGetUndef(ctx->i32), soffset, in si_llvm_emit_es_epilogue()
3759 channels[chan] = LLVMGetUndef(base->elem_type); in load_emit_memory()
3945 builder, LLVMGetUndef(v2f32), tmp, in store_emit_buffer()
4301 param[count++] = LLVMGetUndef(ctx->i32); in set_tex_fetch_args()
5491 ctx->return_value = LLVMGetUndef(ctx->return_type); in si_create_function()
/external/mesa3d/src/amd/common/
Dac_llvm_util.c288 vec = LLVMGetUndef( LLVMVectorType(LLVMTypeOf(value), value_count)); in ac_build_gather_values_extended()
348 LLVMGetUndef(LLVMTypeOf(in[0])) in build_cube_intrinsic()
Dac_nir_to_llvm.c1030 result = LLVMBuildInsertElement(ctx->builder, LLVMGetUndef(ctx->v2f32), temps[0], in emit_unpack_half_2x16()
1816 data = LLVMBuildInsertElement(ctx->builder, LLVMGetUndef(ctx->v2f32), tmp, in visit_store_ssbo()
2301 coords[3] = LLVMGetUndef(ctx->i32); in get_image_coords()
3080 param[count++] = LLVMGetUndef(ctx->i32); in set_tex_fetch_args()
3326 coords[3] = LLVMGetUndef(ctx->f32); in visit_tex()
3554 undef = LLVMGetUndef(ctx->i32); in visit_ssa_undef()
3556 undef = LLVMGetUndef(LLVMVectorType(ctx->i32, num_components)); in visit_ssa_undef()
3896 LLVMBuildStore(ctx->builder, LLVMGetUndef(type), ptr); in si_build_alloca_undef()
3999 args[5] = LLVMGetUndef(ctx->f32); in si_llvm_init_export_args()
4000 args[6] = LLVMGetUndef(ctx->f32); in si_llvm_init_export_args()
[all …]
/external/llvm/tools/llvm-c-test/
Decho.cpp310 return LLVMGetUndef(TypeCloner(M).Clone(Cst)); in clone_constant_impl()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h551 LLVMValueRef LLVMGetUndef(LLVMTypeRef Ty);
/external/llvm/include/llvm-c/
DCore.h1508 LLVMValueRef LLVMGetUndef(LLVMTypeRef Ty);
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.ml378 external undef : lltype -> llvalue = "LLVMGetUndef"
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml470 external undef : lltype -> llvalue = "LLVMGetUndef"

12