Searched refs:LLVMVoidTypeInContext (Results 1 – 25 of 31) sorted by relevance
12
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_assert.c | 74 ret_type = LLVMVoidTypeInContext(context); in lp_build_assert()
|
D | lp_bld_format_aos.c | 797 ret_type = LLVMVoidTypeInContext(gallivm->context); in lp_build_fetch_rgba_aos() 901 ret_type = LLVMVoidTypeInContext(gallivm->context); in lp_build_fetch_rgba_aos()
|
D | lp_bld_format_cached.c | 178 ret_type = LLVMVoidTypeInContext(gallivm->context); in update_cached_block()
|
D | lp_bld_tgsi.c | 91 emit_data->dst_type = LLVMVoidTypeInContext(bld_base->base.gallivm->context); in lp_build_action_set_dst_type()
|
D | lp_bld_tgsi_action.c | 362 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()
|
D | lp_bld_arit.c | 3759 LLVMVoidTypeInContext(gallivm->context), in lp_build_fpstate_get() 3806 LLVMVoidTypeInContext(gallivm->context), in lp_build_fpstate_set()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test_printf.c | 65 …ef func = LLVMAddFunction(module, "test_printf", LLVMFunctionType(LLVMVoidTypeInContext(gallivm->c… in add_printf_test()
|
D | lp_test_arit.c | 333 LLVMFunctionType(LLVMVoidTypeInContext(context), in build_unary_test_func()
|
D | lp_test_format.c | 109 LLVMFunctionType(LLVMVoidTypeInContext(context), in add_fetch_rgba_test()
|
D | lp_test_conv.c | 120 LLVMFunctionType(LLVMVoidTypeInContext(context), in add_conv_test()
|
D | lp_test_blend.c | 163 …func = LLVMAddFunction(module, "test", LLVMFunctionType(LLVMVoidTypeInContext(context), args, 5, 0… in add_blend_test()
|
D | lp_state_setup.c | 761 func_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), in generate_setup_variant()
|
/external/llvm/tools/llvm-c-test/ |
D | echo.cpp | 72 return LLVMVoidTypeInContext(Ctx); in Clone()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/ |
D | echo.cpp | 72 return LLVMVoidTypeInContext(Ctx); in Clone()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_setup.c | 1077 ctx->voidt = LLVMVoidTypeInContext(ctx->ac.context); in si_llvm_context_init()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Core.cpp | 379 LLVMTypeRef LLVMVoidTypeInContext(LLVMContextRef C) { in LLVMVoidTypeInContext() function 387 return LLVMVoidTypeInContext(LLVMGetGlobalContext()); in LLVMVoidType()
|
/external/swiftshader/third_party/LLVM/include/llvm-c/ |
D | Core.h | 434 LLVMTypeRef LLVMVoidTypeInContext(LLVMContextRef C);
|
/external/llvm/include/llvm-c/ |
D | Core.h | 1158 LLVMTypeRef LLVMVoidTypeInContext(LLVMContextRef C);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/ |
D | Core.h | 1331 LLVMTypeRef LLVMVoidTypeInContext(LLVMContextRef C);
|
/external/llvm/lib/IR/ |
D | Core.cpp | 598 LLVMTypeRef LLVMVoidTypeInContext(LLVMContextRef C) { in LLVMVoidTypeInContext() function 606 return LLVMVoidTypeInContext(LLVMGetGlobalContext()); in LLVMVoidType()
|
/external/mesa3d/src/amd/common/ |
D | ac_llvm_build.c | 71 ctx->voidt = LLVMVoidTypeInContext(ctx->context); in ac_llvm_context_init()
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 382 return LLVMVoidTypeInContext(Context); in llvm_void_type()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Core.cpp | 760 LLVMTypeRef LLVMVoidTypeInContext(LLVMContextRef C) { in LLVMVoidTypeInContext() function 774 return LLVMVoidTypeInContext(LLVMGetGlobalContext()); in LLVMVoidType()
|
/external/skia/src/sksl/ |
D | SkSLJIT.cpp | 101 fVoidType = LLVMVoidTypeInContext(fContext); in JIT()
|
/external/skqp/src/sksl/ |
D | SkSLJIT.cpp | 101 fVoidType = LLVMVoidTypeInContext(fContext); in JIT()
|
12