/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_swizzle.c | 61 LLVMValueRef undef = LLVMGetUndef(vec_type); in lp_build_broadcast() 137 LLVMGetUndef(lp_build_vec_type(gallivm, src_type)), in lp_build_extract_broadcast() 345 shuffles[i] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_swizzle_aos_n() 351 …return LLVMBuildShuffleVector(builder, src, LLVMGetUndef(LLVMTypeOf(src)), LLVMConstVector(shuffle… in lp_build_swizzle_aos_n() 398 LLVMValueRef undef = LLVMGetUndef(lp_build_elem_type(bld->gallivm, type)); in lp_build_swizzle_aos() 436 shuffles[j + i] = LLVMGetUndef(i32t); in lp_build_swizzle_aos() 771 LLVMValueRef undef = LLVMGetUndef(i32t); in lp_build_pack_aos_scalars()
|
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() 854 res = LLVMGetUndef(LLVMVectorType(i32t, num_pixels)); in lp_build_fetch_rgba_aos()
|
D | lp_bld_gather.c | 334 LLVMValueRef passthru = LLVMGetUndef(src_vec_type); in lp_build_gather_avx2() 370 LLVMValueRef passthru = LLVMGetUndef(src_vec_type); in lp_build_gather_avx2() 542 res = LLVMGetUndef(gather_res_t); in lp_build_gather() 593 LLVMValueRef vec = LLVMGetUndef(vec_type); in lp_build_gather_values()
|
D | lp_bld_intr.c | 320 LLVMValueRef i32undef = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_intrinsic_binary_anylength() 405 res = LLVMGetUndef(ret_type); in lp_build_intrinsic_map()
|
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() 1117 LLVMGetUndef(type32_2), shuf, ""); in lp_build_gather_s3tc_simple_scalar() 2233 rgba = LLVMGetUndef(i128_vectype); in lp_build_fetch_s3tc_rgba_aos() 2265 rgba4[count] = LLVMGetUndef(LLVMVectorType(i8t, 4)); in lp_build_fetch_s3tc_rgba_aos() 2300 rgba = LLVMGetUndef(LLVMVectorType(i8t, 4*n)); in lp_build_fetch_s3tc_rgba_aos() 2403 LLVMGetUndef(type32dxt), in lp_build_gather_rgtc() [all …]
|
D | lp_bld_type.c | 392 bld->undef = LLVMGetUndef(bld->vec_type); in lp_build_context_init()
|
D | lp_bld_nir.h | 278 LLVMValueRef arr = LLVMGetUndef(arr_type); in lp_nir_array_build_gather_values()
|
D | lp_bld_const.c | 228 return LLVMGetUndef(vec_type); in lp_build_undef()
|
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_nir_soa.c | 125 LLVMGetUndef(LLVMTypeOf(value)), in emit_store_64bit_split() 130 LLVMGetUndef(LLVMTypeOf(value)), in emit_store_64bit_split() 201 …res = LLVMGetUndef(LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), bld_base->base.type.le… in build_gather() 1451 LLVMValueRef result[4] = { LLVMGetUndef(bld_base->base.vec_type), in emit_tex() 1452 LLVMGetUndef(bld_base->base.vec_type), in emit_tex() 1453 LLVMGetUndef(bld_base->base.vec_type), in emit_tex() 1454 LLVMGetUndef(bld_base->base.vec_type) }; in emit_tex()
|
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() 1656 LLVMGetUndef(LLVMTypeOf(value)), in emit_store_64bit_chan() 1661 LLVMGetUndef(LLVMTypeOf(value)), in emit_store_64bit_chan() 2462 LLVMValueRef coord_undef = LLVMGetUndef(bld->bld_base.base.int_vec_type); in emit_fetch_texels() 3412 LLVMValueRef coord_undef = LLVMGetUndef(bld->bld_base.base.int_vec_type); in img_load_emit() 3561 LLVMValueRef coord_undef = LLVMGetUndef(bld->bld_base.base.int_vec_type); in img_store_emit() 3710 LLVMValueRef coord_undef = LLVMGetUndef(bld->bld_base.base.int_vec_type); in img_atomic_emit()
|
D | lp_bld_format_yuv.c | 527 rgba = LLVMGetUndef(LLVMVectorType(LLVMInt8TypeInContext(gallivm->context), 4*n)); in lp_build_fetch_subsampled_rgba_aos()
|
D | lp_bld_nir.c | 294 …LLVMValueRef arr = LLVMGetUndef(LLVMArrayType(LLVMTypeOf(LLVMBuildExtractValue(builder, value, 0, … in get_alu_src() 381 LLVMGetUndef(LLVMTypeOf(src)), in split_64bit() 431 LLVMGetUndef(LLVMTypeOf(src)), in split_16bit() 2004 LLVMValueRef coord_undef = LLVMGetUndef(bld_base->base.int_vec_type); in visit_tex() 2219 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/llvmpipe/ |
D | lp_state_setup.c | 244 shuffles[2] = LLVMGetUndef(shuf_type); in lp_do_offset_tri() 245 shuffles[3] = LLVMGetUndef(shuf_type); in lp_do_offset_tri() 582 shuffles[2] = LLVMGetUndef(shuf_type); in init_args() 583 shuffles[3] = LLVMGetUndef(shuf_type); in init_args()
|
D | lp_state_cs.c | 357 …system_values.thread_id = LLVMGetUndef(LLVMArrayType(LLVMVectorType(int32_type, cs_type.length), 3… in generate_compute() 362 system_values.block_id = LLVMGetUndef(LLVMVectorType(int32_type, 3)); in generate_compute() 367 system_values.grid_size = LLVMGetUndef(LLVMVectorType(int32_type, 3)); in generate_compute() 378 system_values.block_size = LLVMGetUndef(LLVMVectorType(int32_type, 3)); in generate_compute()
|
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.c | 563 vec = LLVMGetUndef(LLVMVectorType(LLVMTypeOf(value), value_count)); in ac_build_varying_gather_values() 591 vec = LLVMGetUndef(LLVMVectorType(LLVMTypeOf(value), value_count)); in ac_build_gather_values_extended() 648 chan[i] = LLVMGetUndef(elemtype); in ac_build_expand() 1272 result[num_channels++] = LLVMGetUndef(ctx->f32); in ac_build_buffer_load() 2005 args.out[0] = LLVMGetUndef(ctx->f32); /* R */ in ac_build_export_null() 2006 args.out[1] = LLVMGetUndef(ctx->f32); /* G */ in ac_build_export_null() 2007 args.out[2] = LLVMGetUndef(ctx->f32); /* B */ in ac_build_export_null() 2008 args.out[3] = LLVMGetUndef(ctx->f32); /* A */ in ac_build_export_null() 3408 ret = LLVMGetUndef(vec_type); in ac_build_readlane_common() 3552 ret = LLVMGetUndef(vec_type); in ac_build_dpp() [all …]
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
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() 306 out[3] = LLVMGetUndef(ctx->ac.i32); in si_llvm_streamout_store_output() 411 args->out[0] = args->out[1] = args->out[2] = args->out[3] = LLVMGetUndef(ctx->ac.f32); in si_llvm_emit_clipvertex()
|
D | si_shader_llvm_tess.c | 717 inner[i] = LLVMGetUndef(ctx->ac.i32); in si_write_tess_factors() 718 outer[i] = LLVMGetUndef(ctx->ac.i32); in si_write_tess_factors() 846 values[1] = LLVMGetUndef(ctx->ac.i32); in si_llvm_emit_tcs_epilogue() 850 values[1] = LLVMGetUndef(ctx->ac.i32); in si_llvm_emit_tcs_epilogue()
|
D | si_shader_llvm.c | 184 ctx->return_value = LLVMGetUndef(ctx->return_type); in si_llvm_create_func() 449 LLVMValueRef undef = LLVMGetUndef(ctx->ac.f32); in si_nir_build_llvm() 885 LLVMSetInitializer(ctx->gs_ngg_scratch, LLVMGetUndef(ai32)); in si_llvm_translate_nir() 909 LLVMSetInitializer(ctx->gs_ngg_scratch, LLVMGetUndef(asi32)); in si_llvm_translate_nir()
|
D | gfx10_shader_ngg.c | 285 LLVMValueRef prim_stride_dw_vgpr = LLVMGetUndef(ctx->ac.i32); in build_streamout() 846 LLVMBuildStore(builder, LLVMGetUndef(ctx->ac.f32), addrs[4 * i + j]); in gfx10_emit_ngg_culling_epilogue() 1515 outputs[i].values[j] = LLVMGetUndef(ctx->ac.f32); in gfx10_emit_ngg_epilogue()
|
D | si_shader_llvm_gs.c | 492 outputs[i].values[chan] = LLVMGetUndef(ctx.ac.f32); in si_generate_gs_copy_shader()
|
/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()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_nir_to_llvm.c | 896 args->out[0] = LLVMGetUndef(ctx->ac.f32); in si_llvm_init_export_args() 897 args->out[1] = LLVMGetUndef(ctx->ac.f32); in si_llvm_init_export_args() 898 args->out[2] = LLVMGetUndef(ctx->ac.f32); in si_llvm_init_export_args() 899 args->out[3] = LLVMGetUndef(ctx->ac.f32); in si_llvm_init_export_args() 1094 out[3] = LLVMGetUndef(ctx->ac.i32); in radv_emit_stream_output() 1981 outputs[noutput].values[j] = LLVMGetUndef(ctx->ac.f32); in gfx10_ngg_gs_emit_epilogue_2() 2476 LLVMSetInitializer(ctx.gs_ngg_scratch, LLVMGetUndef(ai32)); in ac_translate_nir_to_llvm()
|