Searched refs:LLVMGetVectorSize (Results 1 – 13 of 13) sorted by relevance
135 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()
244 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()
71 length = LLVMGetVectorSize(type); in lp_format_intrinsic()399 unsigned n = LLVMGetVectorSize(ret_type); in lp_build_intrinsic_map()
95 length = LLVMGetVectorSize(type_ref); in lp_build_print_value()
105 LLVMGetVectorSize(src_type) : 1; in lp_build_half_to_float()166 ? LLVMGetVectorSize(f32_vec_type) : 1; in lp_build_float_to_half()
60 const unsigned length = LLVMGetVectorSize(vec_type); in lp_build_broadcast()
1045 src_length = LLVMGetVectorSize(type); in lp_build_pad_vector()
581 if (LLVMGetVectorSize(type) == 4) in si_build_wrapper_function()583 else if (LLVMGetVectorSize(type) == 8) in si_build_wrapper_function()
141 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()
187 for (unsigned i = 0; i < LLVMGetVectorSize(result_type); i++) { in emit_intrin_1f_param_scalar()283 assert(LLVMGetVectorSize(LLVMTypeOf(src0)) == 2); in emit_b2f()
1445 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy);
655 unsigned vec_size = LLVMGetVectorSize(LLVMTypeOf(value)); in radv_fixup_vertex_input_fetches()
774 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy) { in LLVMGetVectorSize() function