Home | History | Annotate | Download | only in gallivm

Lines Matching refs:ret_type

58                      LLVMTypeRef ret_type,
67 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0);
82 LLVMTypeRef ret_type,
101 function = lp_declare_intrinsic(module, name, ret_type, arg_types, num_args);
111 LLVMTypeRef ret_type,
114 return lp_build_intrinsic(builder, name, ret_type, &a, 1);
121 LLVMTypeRef ret_type,
130 return lp_build_intrinsic(builder, name, ret_type, args, 2);
226 LLVMTypeRef ret_type,
231 LLVMTypeRef ret_elem_type = LLVMGetElementType(ret_type);
232 unsigned n = LLVMGetVectorSize(ret_type);
238 res = LLVMGetUndef(ret_type);
256 LLVMTypeRef ret_type,
259 return lp_build_intrinsic_map(gallivm, name, ret_type, &a, 1);
266 LLVMTypeRef ret_type,
275 return lp_build_intrinsic_map(gallivm, name, ret_type, args, 2);