Home
last modified time | relevance | path

Searched refs:LLVMVoidTypeInContext (Results 1 – 18 of 18) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_coro.c39 return LLVMVoidTypeInContext(C); in LLVMTokenTypeInContext()
105 LLVMVoidTypeInContext(gallivm->context), in lp_build_coro_resume()
113 LLVMVoidTypeInContext(gallivm->context), in lp_build_coro_destroy()
174 …LLVMTypeRef free_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), &mem_ptr_type, 1… in lp_build_coro_declare_malloc_hooks()
Dlp_bld_assert.c74 ret_type = LLVMVoidTypeInContext(context); in lp_build_assert()
Dlp_bld_format_aos.c832 ret_type = LLVMVoidTypeInContext(gallivm->context); in lp_build_fetch_rgba_aos()
938 ret_type = LLVMVoidTypeInContext(gallivm->context); in lp_build_fetch_rgba_aos()
Dlp_bld_tgsi.c96 LLVMVoidTypeInContext(bld_base->base.gallivm->context); in lp_build_action_set_dst_type()
Dlp_bld_tgsi_action.c362 emit_data->dst_type = LLVMVoidTypeInContext(bld_base->base.gallivm->context); in kil_fetch_args()
372 emit_data->dst_type = LLVMVoidTypeInContext(bld_base->base.gallivm->context); in kilp_fetch_args()
Dlp_bld_arit.c3729 LLVMVoidTypeInContext(gallivm->context), in lp_build_fpstate_get()
3777 LLVMVoidTypeInContext(gallivm->context), in lp_build_fpstate_set()
Dlp_bld_format_s3tc.c2003 LLVMTypeRef ret_type = LLVMVoidTypeInContext(gallivm->context); in update_cached_block()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_printf.c65 …ef func = LLVMAddFunction(module, "test_printf", LLVMFunctionType(LLVMVoidTypeInContext(gallivm->c… 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_test_blend.c163 …func = LLVMAddFunction(module, "test", LLVMFunctionType(LLVMVoidTypeInContext(context), args, 5, 0… in add_blend_test()
Dlp_state_setup.c679 LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), in generate_setup_variant()
Dlp_state_cs.c125 func_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), in generate_compute()
Dlp_state_fs.c3156 func_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), in generate_fragment()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h1460 LLVMTypeRef LLVMVoidTypeInContext(LLVMContextRef C);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp780 LLVMTypeRef LLVMVoidTypeInContext(LLVMContextRef C) { in LLVMVoidTypeInContext() function
794 return LLVMVoidTypeInContext(LLVMGetGlobalContext()); in LLVMVoidType()
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c78 ctx->voidt = LLVMVoidTypeInContext(ctx->context); in ac_llvm_context_init()