Home
last modified time | relevance | path

Searched refs:LLVMFunctionType (Results 1 – 25 of 25) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_coro.c171 LLVMTypeRef malloc_type = LLVMFunctionType(mem_ptr_type, &int32_type, 1, 0); in lp_build_coro_declare_malloc_hooks()
174 …LLVMTypeRef free_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), &mem_ptr_type, 1… in lp_build_coro_declare_malloc_hooks()
190 LLVMFunctionType(mem_ptr_type, in lp_build_coro_begin_alloc_mem()
Dlp_bld_printf.c45 LLVMTypeRef printf_type = LLVMFunctionType(LLVMInt32TypeInContext(gallivm->context), NULL, 0, 1); in lp_init_printf_hook()
74 LLVMTypeRef printf_type = LLVMFunctionType(LLVMInt32TypeInContext(gallivm->context), NULL, 0, 1); in lp_build_print_args()
Dlp_bld_assert.c78 LLVMTypeRef function_type = LLVMFunctionType(ret_type, arg_types, 2, 0); in lp_build_assert()
Dlp_bld_intr.c130 LLVMTypeRef function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0); in lp_declare_intrinsic()
251 LLVMTypeRef function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0); in lp_build_intrinsic()
Dlp_bld_const.c475 LLVMTypeRef function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0); in lp_build_const_func_pointer()
Dlp_bld_format_aos.c837 function_type = LLVMFunctionType(ret_type, arg_types, in lp_build_fetch_rgba_aos()
943 function_type = LLVMFunctionType(ret_type, arg_types, ARRAY_SIZE(arg_types), 0); in lp_build_fetch_rgba_aos()
Dlp_bld_conv.c217 LLVMTypeRef func_type = LLVMFunctionType(i16t, &f32t, 1, 0); in lp_build_float_to_half()
Dlp_bld_format_s3tc.c2008 LLVMTypeRef function_type = LLVMFunctionType(ret_type, arg_types, ARRAY_SIZE(arg_types), 0); in update_cached_block()
Dlp_bld_sample_soa.c4198 LLVMTypeRef function_type = LLVMFunctionType(ret_type, arg_types, num_param, 0); in lp_build_sample_soa_func()
/third_party/flutter/skia/src/sksl/
DSkSLJIT.cpp143 fFunctions[&f] = LLVMAddFunction(fModule, realName, LLVMFunctionType(returnType, in addBuiltinFunction()
161 fFunctions[f] = LLVMAddFunction(fModule, realName, LLVMFunctionType( in addBuiltinFunction()
1733 LLVMTypeRef stageFuncType = LLVMFunctionType(returnType, parameterTypes, 12, false); in compileStageFunction()
1774 LLVMFunctionType(returnType, parameterTypes.data(), in compileFunction()
1811 LLVMFunctionType(fInt1Type, fold2Params, 1, false)); in createModule()
1813 LLVMFunctionType(fInt1Type, fold2Params, 1, false)); in createModule()
1816 LLVMFunctionType(fInt1Type, fold3Params, 1, false)); in createModule()
1818 LLVMFunctionType(fInt1Type, fold3Params, 1, false)); in createModule()
1821 LLVMFunctionType(fInt1Type, fold4Params, 1, false)); in createModule()
1823 LLVMFunctionType(fInt1Type, fold4Params, 1, false)); in createModule()
[all …]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_printf.c65 …LLVMValueRef func = LLVMAddFunction(module, "test_printf", LLVMFunctionType(LLVMVoidTypeInContext(… in add_printf_test()
Dlp_test_arit.c350 LLVMFunctionType(LLVMVoidTypeInContext(context), in build_unary_test_func()
Dlp_test_format.c108 LLVMFunctionType(LLVMVoidTypeInContext(context), in add_fetch_rgba_test()
Dlp_test_conv.c120 LLVMFunctionType(LLVMVoidTypeInContext(context), in add_conv_test()
Dlp_state_fs_linear_llvm.c292 LLVMFunctionType(ret_type, arg_types, ARRAY_SIZE(arg_types), 0); in llvmpipe_fs_variant_linear_llvm()
Dlp_jit.c335 func_type = LLVMFunctionType(ret_type, arg_types, ARRAY_SIZE(arg_types), 0); in lp_jit_create_types()
Dlp_test_blend.c163 …func = LLVMAddFunction(module, "test", LLVMFunctionType(LLVMVoidTypeInContext(context), args, 5, 0… in add_blend_test()
Dlp_state_cs.c125 func_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), in generate_compute()
128 coro_func_type = LLVMFunctionType(LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0), in generate_compute()
Dlp_state_setup.c679 LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), in generate_setup_variant()
Dlp_state_fs.c3156 func_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), in generate_fragment()
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c304 LLVMTypeRef function_type = LLVMFunctionType(return_type, param_types, param_count, 0); in ac_build_intrinsic()
423 LLVMTypeRef ftype = LLVMFunctionType(ctx->voidt, NULL, 0, false); in ac_build_optimization_barrier()
429 LLVMTypeRef ftype = LLVMFunctionType(ctx->i32, &ctx->i32, 1, false); in ac_build_optimization_barrier()
436 LLVMTypeRef ftype = LLVMFunctionType(ctx->i16, &ctx->i16, 1, false); in ac_build_optimization_barrier()
442 LLVMTypeRef ftype = LLVMFunctionType(type, &type, 1, false); in ac_build_optimization_barrier()
447 LLVMTypeRef ftype = LLVMFunctionType(ctx->i32, &ctx->i32, 1, false); in ac_build_optimization_barrier()
1368 LLVMTypeRef calltype = LLVMFunctionType(LLVMVectorType(ctx->f32, 5), param_types, 2, false); in ac_build_buffer_load_format()
2368 LLVMTypeRef calltype = LLVMFunctionType(ctx->i32, param_types, 2, false); in ac_build_cvt_pknorm_i16_f16()
2381 LLVMTypeRef calltype = LLVMFunctionType(ctx->i32, param_types, 2, false); in ac_build_cvt_pknorm_u16_f16()
4540 LLVMTypeRef main_function_type = LLVMFunctionType(ret_type, arg_types, args->arg_count, 0); in ac_build_main()
[all …]
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c1971 func_type = LLVMFunctionType(LLVMInt8TypeInContext(context), in draw_llvm_generate()
2786 func_type = LLVMFunctionType(int32_type, arg_types, ARRAY_SIZE(arg_types), 0); in draw_gs_llvm_generate()
3371 func_type = LLVMFunctionType(int32_type, arg_types, ARRAY_SIZE(arg_types) - 1, 0); in draw_tcs_llvm_generate()
3373 …coro_func_type = LLVMFunctionType(LLVMPointerType(LLVMInt8TypeInContext(gallivm->context), 0), arg… in draw_tcs_llvm_generate()
3950 func_type = LLVMFunctionType(int32_type, arg_types, ARRAY_SIZE(arg_types), 0); in draw_tes_llvm_generate()
/third_party/ltp/tools/sparse/sparse-src/
Dsparse-llvm.c49 return LLVMFunctionType(ret_type, arg_type, n_arg, sym->variadic); in sym_func_type()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h1219 LLVMTypeRef LLVMFunctionType(LLVMTypeRef ReturnType,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp642 LLVMTypeRef LLVMFunctionType(LLVMTypeRef ReturnType, in LLVMFunctionType() function