Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp170 Function = LLVMAddFunction(Module, "simple_function", in buildSimpleFunction()
191 LLVMValueRef stackmap = LLVMAddFunction( in buildFunctionThatUsesStackmap()
196 Function = LLVMAddFunction(Module, "simple_function", in buildFunctionThatUsesStackmap()
225 Function = LLVMAddFunction(Module, "getGlobal", in buildModuleWithCodeAndData()
244 Function2 = LLVMAddFunction( in buildModuleWithCodeAndData()
481 LLVMValueRef MappedFn = LLVMAddFunction(Module, "mapped_fn", FunctionType); in TEST_F()
483 Function = LLVMAddFunction(Module, "test_fn", FunctionType); in TEST_F()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_coro.c180 gallivm->coro_malloc_hook = LLVMAddFunction(gallivm->module, "coro_malloc", malloc_type); in lp_build_coro_declare_malloc_hooks()
183 gallivm->coro_free_hook = LLVMAddFunction(gallivm->module, "coro_free", free_type); in lp_build_coro_declare_malloc_hooks()
H A Dlp_bld_init_common.c102 gallivm->get_time_hook = LLVMAddFunction(gallivm->module, "get_time_hook", get_time_type); in lp_init_clock_hook()
H A Dlp_bld_printf.c55 gallivm->debug_printf_hook = LLVMAddFunction(gallivm->module, "debug_printf", in lp_init_printf_hook()
H A Dlp_bld_intr.c112 LLVMValueRef function = LLVMAddFunction(module, name, function_type); in lp_declare_intrinsic_with_type()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture_handle.c343 LLVMValueRef function = LLVMAddFunction(gallivm->module, "image", function_type); in compile_image_function()
491 LLVMValueRef function = LLVMAddFunction(gallivm->module, "sample", function_type); in compile_sample_function()
635 LLVMValueRef function = LLVMAddFunction(gallivm->module, "sample", function_type); in compile_jit_sample_function()
763 LLVMValueRef function = LLVMAddFunction(gallivm->module, "size", function_type); in compile_size_function()
H A Dlp_test_printf.c65 …LLVMValueRef func = LLVMAddFunction(module, "test_printf", LLVMFunctionType(LLVMVoidTypeInContext(… in add_printf_test()
H A Dlp_test_lookup_multiple.c66 …LLVMValueRef func = LLVMAddFunction(module, func_name, LLVMFunctionType(LLVMVoidTypeInContext(gall… in add_printf_test()
H A Dlp_test_arit.c349 LLVMValueRef func = LLVMAddFunction(module, test_name, in build_unary_test_func()
H A Dlp_test_format.c109 func = LLVMAddFunction(module, name, in add_fetch_rgba_test()
H A Dlp_test_conv.c121 func = LLVMAddFunction(module, "test", in add_conv_test()
H A Dlp_state_fs_linear_llvm.c288 LLVMAddFunction(gallivm->module, func_name, func_type); in llvmpipe_fs_variant_linear_llvm()
H A Dlp_test_blend.c163 …func = LLVMAddFunction(module, "test", LLVMFunctionType(LLVMVoidTypeInContext(context), args, 5, 0… in add_blend_test()
H A Dlp_state_cs.c392 function = LLVMAddFunction(gallivm->module, func_name, func_type); in generate_compute()
395 coro = LLVMAddFunction(gallivm->module, func_name_coro, coro_func_type); in generate_compute()
481 LLVMValueRef lfunc = LLVMAddFunction(gallivm->module, func->name, func_type); in generate_compute()
H A Dlp_state_setup.c690 variant->function = LLVMAddFunction(gallivm->module, func_name, func_type); in generate_setup_variant()
/aosp_15_r20/external/llvm/tools/llvm-c-test/
H A Dcalc.c123 LLVMValueRef F = LLVMAddFunction(M, name, Fty); in handle_line()
H A Decho.cpp810 auto F = LLVMAddFunction(M, Name, Ty); in declare_symbols()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1629 variant_func = LLVMAddFunction(gallivm->module, func_name, func_type); in draw_llvm_generate()
2360 variant_func = LLVMAddFunction(gallivm->module, func_name, func_type); in draw_gs_llvm_generate()
2949 variant_func = LLVMAddFunction(gallivm->module, func_name, func_type); in draw_tcs_llvm_generate()
2951 variant_coro = LLVMAddFunction(gallivm->module, func_name_coro, coro_func_type); in draw_tcs_llvm_generate()
3524 variant_func = LLVMAddFunction(gallivm->module, func_name, func_type); in draw_tes_llvm_generate()
/aosp_15_r20/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1243 return LLVMAddFunction(M, String_val(Name), Ty); in DEFINE_ITERATORS()
1261 LLVMValueRef Fn = LLVMAddFunction(M, String_val(Name), Ty); in llvm_define_function()
/aosp_15_r20/external/llvm/include/llvm-c/
H A DCore.h724 LLVMValueRef LLVMAddFunction(LLVMModuleRef M, const char *Name,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm-c/
DCore.h1121 LLVMValueRef LLVMAddFunction(LLVMModuleRef M, const char *Name,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm-c/
H A DCore.h1048 LLVMValueRef LLVMAddFunction(LLVMModuleRef M, const char *Name,
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
H A DCore.h1002 LLVMValueRef LLVMAddFunction(LLVMModuleRef M, const char *Name,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm-c/
DCore.h1121 LLVMValueRef LLVMAddFunction(LLVMModuleRef M, const char *Name,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm-c/
DCore.h1121 LLVMValueRef LLVMAddFunction(LLVMModuleRef M, const char *Name,

12