Searched refs:LLVMGetVectorSize (Results 1 – 23 of 23) sorted by relevance
135 if(LLVMGetVectorSize(vec_type) != type.length) in lp_check_vec_type()265 unsigned len = LLVMGetVectorSize(t); in lp_sizeof_llvm_type()335 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()395 unsigned n = LLVMGetVectorSize(ret_type); in lp_build_intrinsic_map()
94 length = LLVMGetVectorSize(type_ref); in lp_build_print_value()
97 LLVMGetVectorSize(src_type) : 1; in lp_build_half_to_float()156 ? LLVMGetVectorSize(f32_vec_type) : 1; in lp_build_float_to_half()
59 const unsigned length = LLVMGetVectorSize(vec_type); in lp_build_broadcast()
1045 src_length = LLVMGetVectorSize(type); in lp_build_pad_vector()
145 LLVMGetVectorSize(Src) in Clone()149 LLVMGetVectorSize(Src)); in Clone()370 unsigned EltCount = LLVMGetVectorSize(Ty); in clone_constant_impl()381 unsigned EltCount = LLVMGetVectorSize(Ty); in clone_constant_impl()
518 if (LLVMGetVectorSize(type) == 4) in si_build_wrapper_function()520 else if (LLVMGetVectorSize(type) == 8) in si_build_wrapper_function()
140 LLVMGetTypeKind(type) == LLVMVectorTypeKind ? LLVMGetVectorSize(type) : 1; in ac_get_llvm_num_components()195 return LLVMGetVectorSize(type) * ac_get_type_size(LLVMGetElementType(type)); in ac_get_type_size()224 return LLVMVectorType(to_integer_type_scalar(ctx, elem_type), LLVMGetVectorSize(t)); in ac_to_integer_type()275 return LLVMVectorType(to_float_type_scalar(ctx, elem_type), LLVMGetVectorSize(t)); in ac_to_float_type()331 int ret = snprintf(buf, bufsize, "v%u", LLVMGetVectorSize(type)); in ac_build_type_name_for_intr()579 unsigned vec_size = LLVMGetVectorSize(LLVMTypeOf(value)); in ac_build_expand()2527 unsigned vec_size = LLVMGetVectorSize(type); in ac_const_uint_vec()
184 for (unsigned i = 0; i < LLVMGetVectorSize(result_type); i++) { in emit_intrin_1f_param_scalar()280 assert(LLVMGetVectorSize(LLVMTypeOf(src0)) == 2); in emit_b2f()
142 LLVMGetVectorSize(Src) in Clone()
1143 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy);
1469 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy);
1445 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy);
567 return Val_int(LLVMGetVectorSize(VectorTy)); in llvm_vector_size()
479 return Val_int(LLVMGetVectorSize(VectorTy)); in llvm_vector_size()
592 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy) { in LLVMGetVectorSize() function
620 func (t Type) VectorSize() int { return int(C.LLVMGetVectorSize(t.C)) }
691 func (t Type) VectorSize() int { return int(C.LLVMGetVectorSize(t.C)) }
1089 unsigned vec_size = LLVMGetVectorSize(LLVMTypeOf(value)); in radv_fixup_vertex_input_fetches()
797 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy) { in LLVMGetVectorSize() function
774 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy) { in LLVMGetVectorSize() function