Home
last modified time | relevance | path

Searched refs:LLVMGetVectorSize (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_type.c135 if(LLVMGetVectorSize(vec_type) != type.length) in lp_check_vec_type()
267 unsigned len = LLVMGetVectorSize(t); in lp_sizeof_llvm_type()
339 unsigned len = LLVMGetVectorSize(t); in lp_dump_llvmtype()
Dlp_bld_format_float.c244 LLVMGetVectorSize(src_type) : 1; in lp_build_float_to_r11g11b10()
410 LLVMGetVectorSize(src_type) : 1; in lp_build_r11g11b10_to_float()
468 LLVMGetVectorSize(src_type) : 1; in lp_build_rgb9e5_to_float()
Dlp_bld_intr.c71 length = LLVMGetVectorSize(type); in lp_format_intrinsic()
399 unsigned n = LLVMGetVectorSize(ret_type); in lp_build_intrinsic_map()
Dlp_bld_printf.c95 length = LLVMGetVectorSize(type_ref); in lp_build_print_value()
Dlp_bld_conv.c105 LLVMGetVectorSize(src_type) : 1; in lp_build_half_to_float()
166 ? LLVMGetVectorSize(f32_vec_type) : 1; in lp_build_float_to_half()
Dlp_bld_swizzle.c60 const unsigned length = LLVMGetVectorSize(vec_type); in lp_build_broadcast()
Dlp_bld_pack.c1045 src_length = LLVMGetVectorSize(type); in lp_build_pad_vector()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm.c581 if (LLVMGetVectorSize(type) == 4) in si_build_wrapper_function()
583 else if (LLVMGetVectorSize(type) == 8) in si_build_wrapper_function()
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c141 LLVMGetTypeKind(type) == LLVMVectorTypeKind ? LLVMGetVectorSize(type) : 1; in ac_get_llvm_num_components()
196 return LLVMGetVectorSize(type) * ac_get_type_size(LLVMGetElementType(type)); in ac_get_type_size()
225 return LLVMVectorType(to_integer_type_scalar(ctx, elem_type), LLVMGetVectorSize(t)); in ac_to_integer_type()
276 return LLVMVectorType(to_float_type_scalar(ctx, elem_type), LLVMGetVectorSize(t)); in ac_to_float_type()
351 int ret = snprintf(buf, bufsize, "v%u", LLVMGetVectorSize(type)); in ac_build_type_name_for_intr()
628 unsigned vec_size = LLVMGetVectorSize(LLVMTypeOf(value)); in ac_build_expand()
2569 unsigned vec_size = LLVMGetVectorSize(type); in ac_const_uint_vec()
Dac_nir_to_llvm.c187 for (unsigned i = 0; i < LLVMGetVectorSize(result_type); i++) { in emit_intrin_1f_param_scalar()
283 assert(LLVMGetVectorSize(LLVMTypeOf(src0)) == 2); in emit_b2f()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h1445 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy);
/third_party/mesa3d/src/amd/vulkan/
Dradv_nir_to_llvm.c655 unsigned vec_size = LLVMGetVectorSize(LLVMTypeOf(value)); in radv_fixup_vertex_input_fetches()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp774 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy) { in LLVMGetVectorSize() function