Searched refs:LLVMGetVectorSize (Results 1 – 22 of 22) 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()
70 length = LLVMGetVectorSize(type); in lp_format_intrinsic()385 unsigned n = LLVMGetVectorSize(ret_type); in lp_build_intrinsic_map()
96 length = LLVMGetVectorSize(type_ref); in lp_build_print_value()
97 LLVMGetVectorSize(src_type) : 1; in lp_build_half_to_float()142 ? 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()
129 ? LLVMGetVectorSize(type) in ac_get_llvm_num_components()162 return LLVMGetVectorSize(type) * in ac_get_type_size()191 LLVMGetVectorSize(t)); in ac_to_integer_type()221 LLVMGetVectorSize(t)); in ac_to_float_type()283 LLVMGetVectorSize(type)); in ac_build_type_name_for_intr()
1237 ? LLVMGetVectorSize(type) in get_alu_src()2186 LLVMGetVectorSize(type)); in build_int_type_name()2467 unsigned src_elements = LLVMGetVectorSize(type); in extract_vector_range()
142 LLVMGetVectorSize(Src) in Clone()
143 LLVMGetVectorSize(Src) in Clone()
431 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy);
1143 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy);
1316 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy);
375 return Val_int(LLVMGetVectorSize(VectorTy)); in llvm_vector_size()
479 return Val_int(LLVMGetVectorSize(VectorTy)); in llvm_vector_size()
562 return Val_int(LLVMGetVectorSize(VectorTy)); in llvm_vector_size()
373 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy) { in LLVMGetVectorSize() function
592 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy) { in LLVMGetVectorSize() function
620 func (t Type) VectorSize() int { return int(C.LLVMGetVectorSize(t.C)) }
653 func (t Type) VectorSize() int { return int(C.LLVMGetVectorSize(t.C)) }
754 unsigned LLVMGetVectorSize(LLVMTypeRef VectorTy) { in LLVMGetVectorSize() function