Home | History | Annotate | Download | only in gallivm

Lines Matching refs:ret_type

103                      LLVMTypeRef ret_type,
112 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0);
187 LLVMTypeRef ret_type,
207 function = lp_declare_intrinsic(module, name, ret_type, arg_types, num_args);
231 LLVMTypeRef ret_type,
234 return lp_build_intrinsic(builder, name, ret_type, &a, 1, 0);
241 LLVMTypeRef ret_type,
250 return lp_build_intrinsic(builder, name, ret_type, args, 2, 0);
346 LLVMTypeRef ret_type,
351 LLVMTypeRef ret_elem_type = LLVMGetElementType(ret_type);
352 unsigned n = LLVMGetVectorSize(ret_type);
358 res = LLVMGetUndef(ret_type);
376 LLVMTypeRef ret_type,
379 return lp_build_intrinsic_map(gallivm, name, ret_type, &a, 1);
386 LLVMTypeRef ret_type,
395 return lp_build_intrinsic_map(gallivm, name, ret_type, args, 2);