Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_assert.c74 ret_type = LLVMVoidTypeInContext(context); in lp_build_assert()
Dlp_bld_format_aos.c797 ret_type = LLVMVoidTypeInContext(gallivm->context); in lp_build_fetch_rgba_aos()
901 ret_type = LLVMVoidTypeInContext(gallivm->context); in lp_build_fetch_rgba_aos()
Dlp_bld_format_cached.c178 ret_type = LLVMVoidTypeInContext(gallivm->context); in update_cached_block()
Dlp_bld_tgsi.c91 emit_data->dst_type = LLVMVoidTypeInContext(bld_base->base.gallivm->context); in lp_build_action_set_dst_type()
Dlp_bld_tgsi_action.c421 emit_data->dst_type = LLVMVoidTypeInContext(bld_base->base.gallivm->context); in kil_fetch_args()
431 emit_data->dst_type = LLVMVoidTypeInContext(bld_base->base.gallivm->context); in kilp_fetch_args()
Dlp_bld_arit.c3761 LLVMVoidTypeInContext(gallivm->context), in lp_build_fpstate_get()
3808 LLVMVoidTypeInContext(gallivm->context), in lp_build_fpstate_set()
/external/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.c333 LLVMFunctionType(LLVMVoidTypeInContext(context), in build_unary_test_func()
Dlp_test_format.c109 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.c761 func_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), in generate_setup_variant()
Dlp_state_fs.c2485 func_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), in generate_fragment()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_setup.c1355 ctx->voidt = LLVMVoidTypeInContext(ctx->gallivm.context); in si_llvm_context_init()
1382 ret_type = LLVMVoidTypeInContext(ctx->gallivm.context); in si_llvm_create_func()
Dsi_shader_tgsi_alu.c50 emit_data->dst_type = LLVMVoidTypeInContext(gallivm->context); in kill_if_fetch_args()
Dsi_shader.c3855 emit_data->dst_type = LLVMVoidTypeInContext(gallivm->context); in store_fetch_args()
7953 LLVMVoidTypeInContext(base->gallivm->context), in si_build_vs_epilog_function()
/external/llvm/tools/llvm-c-test/
Decho.cpp72 return LLVMVoidTypeInContext(Ctx); in Clone()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp379 LLVMTypeRef LLVMVoidTypeInContext(LLVMContextRef C) { in LLVMVoidTypeInContext() function
387 return LLVMVoidTypeInContext(LLVMGetGlobalContext()); in LLVMVoidType()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h434 LLVMTypeRef LLVMVoidTypeInContext(LLVMContextRef C);
/external/llvm/include/llvm-c/
DCore.h1158 LLVMTypeRef LLVMVoidTypeInContext(LLVMContextRef C);
/external/llvm/lib/IR/
DCore.cpp598 LLVMTypeRef LLVMVoidTypeInContext(LLVMContextRef C) { in LLVMVoidTypeInContext() function
606 return LLVMVoidTypeInContext(LLVMGetGlobalContext()); in LLVMVoidType()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c382 return LLVMVoidTypeInContext(Context); in llvm_void_type()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c486 return LLVMVoidTypeInContext(Context); in llvm_void_type()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c212 ret_type = LLVMVoidTypeInContext(ctx); in create_llvm_function()
549 ctx->voidt = LLVMVoidTypeInContext(ctx->context); in setup_types()
/external/llvm/bindings/go/llvm/
Dir.go623 func (c Context) VoidType() (t Type) { t.C = C.LLVMVoidTypeInContext(c.C); return }