/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_aos.c | 252 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() 397 … LLVMGetUndef(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() 851 res = LLVMGetUndef(LLVMVectorType(i32t, num_pixels)); in lp_build_fetch_rgba_aos()
|
D | lp_bld_swizzle.c | 61 LLVMValueRef undef = LLVMGetUndef(vec_type); in lp_build_broadcast() 132 LLVMGetUndef(lp_build_vec_type(gallivm, src_type)), in lp_build_extract_broadcast() 332 shuffles[i] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_swizzle_aos_n() 339 LLVMGetUndef(LLVMTypeOf(src)), in lp_build_swizzle_aos_n() 386 LLVMValueRef undef = LLVMGetUndef(lp_build_elem_type(bld->gallivm, type)); in lp_build_swizzle_aos() 421 shuffles[j + i] = LLVMGetUndef(i32t); in lp_build_swizzle_aos() 746 LLVMValueRef undef = LLVMGetUndef(i32t); in lp_build_pack_aos_scalars()
|
D | lp_bld_gather.c | 333 LLVMValueRef passthru = LLVMGetUndef(src_vec_type); in lp_build_gather_avx2() 369 LLVMValueRef passthru = LLVMGetUndef(src_vec_type); in lp_build_gather_avx2() 541 res = LLVMGetUndef(gather_res_t); in lp_build_gather() 592 LLVMValueRef vec = LLVMGetUndef(vec_type); in lp_build_gather_values()
|
D | lp_bld_format_s3tc.c | 126 elems[i] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_const_extend_shuffle() 188 elems[i] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_shuffle1undef() 265 *alpha_lo = LLVMGetUndef(type32); in lp_build_gather_s3tc() 266 *alpha_hi = LLVMGetUndef(type32); in lp_build_gather_s3tc() 303 LLVMGetUndef(type32dxt), in lp_build_gather_s3tc() 1116 LLVMGetUndef(type32_2), shuf, ""); in lp_build_gather_s3tc_simple_scalar() 2230 rgba = LLVMGetUndef(i128_vectype); in lp_build_fetch_s3tc_rgba_aos() 2262 rgba4[count] = LLVMGetUndef(LLVMVectorType(i8t, 4)); in lp_build_fetch_s3tc_rgba_aos() 2297 rgba = LLVMGetUndef(LLVMVectorType(i8t, 4*n)); in lp_build_fetch_s3tc_rgba_aos() 2400 LLVMGetUndef(type32dxt), in lp_build_gather_rgtc() [all …]
|
D | lp_bld_intr.c | 329 LLVMValueRef i32undef = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_intrinsic_binary_anylength() 414 res = LLVMGetUndef(ret_type); in lp_build_intrinsic_map()
|
D | lp_bld_type.c | 412 bld->undef = LLVMGetUndef(bld->vec_type); in lp_build_context_init()
|
D | lp_bld_const.c | 225 return LLVMGetUndef(vec_type); in lp_build_undef()
|
D | lp_bld_nir.h | 328 LLVMValueRef arr = LLVMGetUndef(arr_type); in lp_nir_array_build_gather_values()
|
D | lp_bld_nir_soa.c | 161 LLVMGetUndef(LLVMTypeOf(value)), in emit_store_64bit_split() 166 LLVMGetUndef(LLVMTypeOf(value)), in emit_store_64bit_split() 237 …res = LLVMGetUndef(LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), bld_base->base.type.le… in build_gather() 1641 LLVMValueRef result[4] = { LLVMGetUndef(bld_base->base.vec_type), in emit_tex() 1642 LLVMGetUndef(bld_base->base.vec_type), in emit_tex() 1643 LLVMGetUndef(bld_base->base.vec_type), in emit_tex() 1644 LLVMGetUndef(bld_base->base.vec_type) }; in emit_tex() 2216 result[0] = LLVMBuildShuffleVector(builder, src, LLVMGetUndef(LLVMTypeOf(src)), index, ""); in emit_shuffle()
|
D | lp_bld_pack.c | 1040 undef = LLVMGetUndef(LLVMVectorType(type, dst_length)); in lp_build_pad_vector() 1044 undef = LLVMGetUndef(type); in lp_build_pad_vector()
|
D | lp_bld_tgsi_soa.c | 552 …res = LLVMGetUndef(LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), bld_base->base.type.le… in build_gather() 889 …res = LLVMGetUndef(LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), bld_base->base.type.le… in emit_fetch_constant() 1661 LLVMGetUndef(LLVMTypeOf(value)), in emit_store_64bit_chan() 1666 LLVMGetUndef(LLVMTypeOf(value)), in emit_store_64bit_chan() 2467 LLVMValueRef coord_undef = LLVMGetUndef(bld->bld_base.base.int_vec_type); in emit_fetch_texels() 3419 LLVMValueRef coord_undef = LLVMGetUndef(bld->bld_base.base.int_vec_type); in img_load_emit() 3568 LLVMValueRef coord_undef = LLVMGetUndef(bld->bld_base.base.int_vec_type); in img_store_emit() 3717 LLVMValueRef coord_undef = LLVMGetUndef(bld->bld_base.base.int_vec_type); in img_atomic_emit()
|
D | lp_bld_format_yuv.c | 526 rgba = LLVMGetUndef(LLVMVectorType(LLVMInt8TypeInContext(gallivm->context), 4*n)); in lp_build_fetch_subsampled_rgba_aos()
|
D | lp_bld_nir.c | 364 …LLVMValueRef arr = LLVMGetUndef(LLVMArrayType(LLVMTypeOf(LLVMBuildExtractValue(builder, value, 0, … in get_alu_src() 468 LLVMGetUndef(LLVMTypeOf(src)), in split_64bit() 521 LLVMGetUndef(LLVMTypeOf(src)), in split_16bit() 2293 LLVMValueRef coord_undef = LLVMGetUndef(bld_base->base.int_vec_type); in visit_tex() 2510 undef[i] = LLVMGetUndef(undef_bld->vec_type); in visit_ssa_undef()
|
D | lp_bld_conv.c | 214 LLVMValueRef ref_result = LLVMGetUndef(LLVMVectorType(i16t, length)); in lp_build_float_to_half()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_llvm_tess.c | 334 inner[i] = LLVMGetUndef(ctx->ac.i32); in si_write_tess_factors() 335 outer[i] = LLVMGetUndef(ctx->ac.i32); in si_write_tess_factors() 460 values[1] = LLVMGetUndef(ctx->ac.i32); in si_llvm_tcs_build_end() 464 values[1] = LLVMGetUndef(ctx->ac.i32); in si_llvm_tcs_build_end() 524 LLVMValueRef value = loc < 0 ? LLVMGetUndef(ctx->ac.f32) : in si_llvm_tcs_build_end()
|
D | si_shader_llvm.c | 184 ctx->return_value = LLVMGetUndef(ctx->return_type); in si_llvm_create_func() 861 LLVMSetInitializer(ctx->gs_ngg_scratch, LLVMGetUndef(ai32)); in si_llvm_translate_nir() 879 LLVMValueRef undef = LLVMGetUndef(ctx->ac.f32); in si_llvm_translate_nir() 944 LLVMSetInitializer(ctx->gs_ngg_scratch, LLVMGetUndef(asi32)); in si_llvm_translate_nir()
|
D | si_shader_llvm_vs.c | 164 out[i] = LLVMGetUndef(ctx->ac.f32); in load_input_vs() 202 fetches[i] = LLVMGetUndef(float_type); in load_input_vs() 404 args->out[0] = args->out[1] = args->out[2] = args->out[3] = LLVMGetUndef(ctx->ac.f32); in si_llvm_clipvertex_to_clipdist()
|
D | si_shader_llvm_gs.c | 484 outputs[i].values[chan] = LLVMGetUndef(ctx.ac.f32); in si_generate_gs_copy_shader()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_setup.c | 241 shuffles[2] = LLVMGetUndef(shuf_type); in lp_do_offset_tri() 242 shuffles[3] = LLVMGetUndef(shuf_type); in lp_do_offset_tri() 574 shuffles[2] = LLVMGetUndef(shuf_type); in init_args() 575 shuffles[3] = LLVMGetUndef(shuf_type); in init_args()
|
D | lp_state_cs.c | 358 …system_values.thread_id = LLVMGetUndef(LLVMArrayType(LLVMVectorType(int32_type, cs_type.length), 3… in generate_compute() 363 system_values.block_id = LLVMGetUndef(LLVMVectorType(int32_type, 3)); in generate_compute() 368 system_values.grid_size = LLVMGetUndef(LLVMVectorType(int32_type, 3)); in generate_compute() 401 system_values.block_size = LLVMGetUndef(LLVMVectorType(int32_type, 3)); in generate_compute()
|
D | lp_bld_depth.c | 482 countd = LLVMBuildShuffleVector(builder, countv, LLVMGetUndef(i8vntype), shufflev, ""); in lp_build_occlusion_count()
|
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.c | 571 vec = LLVMGetUndef(LLVMVectorType(LLVMTypeOf(value), value_count)); in ac_build_varying_gather_values() 595 vec = LLVMGetUndef(LLVMVectorType(LLVMTypeOf(value), value_count)); in ac_build_gather_values_extended() 652 chan[i] = LLVMGetUndef(elemtype); in ac_build_expand() 1333 result[num_channels++] = LLVMGetUndef(ctx->f32); in ac_build_buffer_load() 2018 args.out[0] = LLVMGetUndef(ctx->f32); /* R */ in ac_build_export_null() 2019 args.out[1] = LLVMGetUndef(ctx->f32); /* G */ in ac_build_export_null() 2020 args.out[2] = LLVMGetUndef(ctx->f32); /* B */ in ac_build_export_null() 2021 args.out[3] = LLVMGetUndef(ctx->f32); /* A */ in ac_build_export_null() 3171 ret = LLVMGetUndef(vec_type); in ac_build_readlane_common() 3316 ret = LLVMGetUndef(vec_type); in ac_build_dpp() [all …]
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_nir_to_llvm.c | 588 args->out[0] = LLVMGetUndef(ctx->ac.f32); in si_llvm_init_export_args() 589 args->out[1] = LLVMGetUndef(ctx->ac.f32); in si_llvm_init_export_args() 590 args->out[2] = LLVMGetUndef(ctx->ac.f32); in si_llvm_init_export_args() 591 args->out[3] = LLVMGetUndef(ctx->ac.f32); in si_llvm_init_export_args() 1419 LLVMSetInitializer(gs_ngg_scratch, LLVMGetUndef(ai32)); in ac_translate_nir_to_llvm() 1426 LLVMSetInitializer(gs_ngg_emit, LLVMGetUndef(ai32)); in ac_translate_nir_to_llvm()
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLJIT.cpp | 405 LLVMValueRef result = LLVMGetUndef(fType); in getLValue() 485 LLVMValueRef result = LLVMGetUndef(LLVMVectorType(LLVMTypeOf(*value), columns)); in vectorize() 933 LLVMValueRef vec = LLVMGetUndef(this->getType(c.fType)); in compileConstructor() 975 LLVMValueRef result = LLVMGetUndef(this->getType(s.fType)); in compileSwizzle() 1298 LLVMValueRef vec = LLVMGetUndef(fFloat32Vector4Type); in compileStageFunctionLoop() 1516 out[0] = LLVMGetUndef(LLVMVectorType(this->getType(c.fType), fVectorCount)); \ in compileVectorConstructor()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | sparse-llvm.c | 366 return LLVMGetUndef(symbol_type(ctype)); in val_to_value() 394 result = LLVMGetUndef(symbol_type(ctype)); in pseudo_to_value() 630 rhs = LLVMGetUndef(symbol_type(insn->type)); in output_op_compare()
|