Home | History | Annotate | Download | only in gallivm

Lines Matching refs:src_type

90    LLVMTypeRef src_type = LLVMIntTypeInContext(gallivm->context, src_width);
91 LLVMTypeRef src_ptr_type = LLVMPointerType(src_type, 0);
167 LLVMTypeRef src_type,
176 LLVMTypeRef src_ptr_type = LLVMPointerType(src_type, 0);
261 LLVMTypeRef src_type, src_vec_type;
267 src_type = src_width == 64 ? LLVMDoubleTypeInContext(gallivm->context) :
270 src_type = LLVMIntTypeInContext(gallivm->context, src_width);
272 src_vec_type = LLVMVectorType(src_type, length);
290 LLVMTypeRef src_ptr_type = LLVMPointerType(src_type, 0);
396 LLVMTypeRef src_type;
435 src_type = LLVMVectorType(lp_build_elem_type(gallivm, fetch_type),
447 src_type = lp_build_vec_type(gallivm, fetch_type);
455 src_width, src_type, fetch_dst_type,
511 src_type = lp_build_vec_type(gallivm, fetch_type);
520 src_width, src_type, fetch_dst_type,