Searched refs:LLVMGetUndef (Results 1 – 19 of 19) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_aos.c | 179 … LLVMGetUndef(LLVMVectorType(LLVMInt32TypeInContext(gallivm->context), 4)), in lp_build_unpack_arith_rgba_aos() 185 … LLVMGetUndef(LLVMVectorType(LLVMInt32TypeInContext(gallivm->context), 4)), in lp_build_unpack_arith_rgba_aos() 199 shifts[i] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_unpack_arith_rgba_aos() 293 swizzles[i] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_pack_rgba_aos() 297 … LLVMGetUndef(LLVMVectorType(LLVMFloatTypeInContext(gallivm->context), 4)), in lp_build_pack_rgba_aos() 306 shifts[i] = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_pack_rgba_aos() 307 scales[i] = LLVMGetUndef(LLVMFloatTypeInContext(gallivm->context)); in lp_build_pack_rgba_aos() 350 packed = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_pack_rgba_aos() 567 res = LLVMGetUndef(LLVMVectorType(i32t, num_pixels)); in lp_build_fetch_rgba_aos()
|
D | lp_bld_gather.c | 137 res = LLVMGetUndef(dst_vec_type); in lp_build_gather() 158 LLVMValueRef vec = LLVMGetUndef(vec_type); in lp_build_gather_values()
|
D | lp_bld_swizzle.c | 60 LLVMValueRef undef = LLVMGetUndef(vec_type); in lp_build_broadcast() 146 LLVMGetUndef(lp_build_vec_type(gallivm, src_type)), in lp_build_extract_broadcast() 292 LLVMValueRef undef = LLVMGetUndef(lp_build_elem_type(bld->gallivm, type)); in lp_build_swizzle_aos() 328 shuffles[j + i] = LLVMGetUndef(i32t); in lp_build_swizzle_aos() 569 LLVMValueRef undef = LLVMGetUndef(i32t); in lp_build_pack_aos_scalars()
|
D | lp_bld_intr.c | 153 LLVMValueRef i32undef = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_intrinsic_binary_anylength() 238 res = LLVMGetUndef(ret_type); in lp_build_intrinsic_map()
|
D | lp_bld_logic.c | 289 res = LLVMGetUndef(int_vec_type); in lp_build_compare() 345 res = LLVMGetUndef(int_vec_type); in lp_build_compare()
|
D | lp_bld_type.c | 396 bld->undef = LLVMGetUndef(bld->vec_type); in lp_build_context_init()
|
D | lp_bld_const.c | 228 return LLVMGetUndef(vec_type); in lp_build_undef()
|
D | lp_bld_format_yuv.c | 486 rgba = LLVMGetUndef(LLVMVectorType(LLVMInt8TypeInContext(gallivm->context), 4*n)); in lp_build_fetch_subsampled_rgba_aos()
|
D | lp_bld_pack.c | 752 LLVMValueRef undef = LLVMGetUndef(lp_build_vec_type(gallivm, src_type)); in lp_build_pad_vector()
|
D | lp_bld_sample.c | 209 LLVMValueRef i32undef = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in lp_build_rho()
|
D | lp_bld_arit.c | 1324 undef = LLVMGetUndef(vec_type); in lp_build_round_sse41() 1404 undef = LLVMGetUndef(vec_type); in lp_build_iround_nearest_sse2()
|
D | lp_bld_tgsi_soa.c | 1233 LLVMValueRef i32undef = LLVMGetUndef(LLVMInt32TypeInContext(gallivm->context)); in emit_tex()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_setup.c | 103 LLVMValueRef res = LLVMGetUndef(type4f(gallivm)); in vec4f() 121 LLVMValueRef res = LLVMGetUndef(type4f(gallivm)); in vec4f_from_scalar() 276 shuffles[2] = LLVMGetUndef(shuf_type); in lp_do_offset_tri() 277 shuffles[3] = LLVMGetUndef(shuf_type); in lp_do_offset_tri() 301 shuffles[2] = LLVMGetUndef(shuf_type); in lp_do_offset_tri() 302 shuffles[3] = LLVMGetUndef(shuf_type); in lp_do_offset_tri() 307 shuffles[3] = LLVMGetUndef(shuf_type); in lp_do_offset_tri() 628 shuffles[2] = LLVMGetUndef(shuf_type); in init_args() 629 shuffles[3] = LLVMGetUndef(shuf_type); in init_args()
|
D | lp_bld_depth.c | 484 countd = LLVMBuildShuffleVector(builder, countv, LLVMGetUndef(i8vntype), shufflev, ""); in lp_build_occlusion_count()
|
/external/llvm/include/llvm-c/ |
D | Core.h | 1445 LLVMValueRef LLVMGetUndef(LLVMTypeRef Ty);
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_setup_tgsi_llvm.c | 79 LLVMGetUndef(LLVMTypeOf(value)), in emit_swizzle()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm.ml | 448 external undef : lltype -> llvalue = "LLVMGetUndef"
|
/external/llvm/lib/IR/ |
D | Core.cpp | 687 LLVMValueRef LLVMGetUndef(LLVMTypeRef Ty) { in LLVMGetUndef() function
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 734 func Undef(t Type) (v Value) { v.C = C.LLVMGetUndef(t.C); return }
|