/aosp_15_r20/external/llvm/unittests/ExecutionEngine/MCJIT/ |
H A D | MCJITCAPITest.cpp | 170 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 D | lp_bld_coro.c | 180 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 D | lp_bld_init_common.c | 102 gallivm->get_time_hook = LLVMAddFunction(gallivm->module, "get_time_hook", get_time_type); in lp_init_clock_hook()
|
H A D | lp_bld_printf.c | 55 gallivm->debug_printf_hook = LLVMAddFunction(gallivm->module, "debug_printf", in lp_init_printf_hook()
|
H A D | lp_bld_intr.c | 112 LLVMValueRef function = LLVMAddFunction(module, name, function_type); in lp_declare_intrinsic_with_type()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_texture_handle.c | 343 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 D | lp_test_printf.c | 65 …LLVMValueRef func = LLVMAddFunction(module, "test_printf", LLVMFunctionType(LLVMVoidTypeInContext(… in add_printf_test()
|
H A D | lp_test_lookup_multiple.c | 66 …LLVMValueRef func = LLVMAddFunction(module, func_name, LLVMFunctionType(LLVMVoidTypeInContext(gall… in add_printf_test()
|
H A D | lp_test_arit.c | 349 LLVMValueRef func = LLVMAddFunction(module, test_name, in build_unary_test_func()
|
H A D | lp_test_format.c | 109 func = LLVMAddFunction(module, name, in add_fetch_rgba_test()
|
H A D | lp_test_conv.c | 121 func = LLVMAddFunction(module, "test", in add_conv_test()
|
H A D | lp_state_fs_linear_llvm.c | 288 LLVMAddFunction(gallivm->module, func_name, func_type); in llvmpipe_fs_variant_linear_llvm()
|
H A D | lp_test_blend.c | 163 …func = LLVMAddFunction(module, "test", LLVMFunctionType(LLVMVoidTypeInContext(context), args, 5, 0… in add_blend_test()
|
H A D | lp_state_cs.c | 392 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 D | lp_state_setup.c | 690 variant->function = LLVMAddFunction(gallivm->module, func_name, func_type); in generate_setup_variant()
|
/aosp_15_r20/external/llvm/tools/llvm-c-test/ |
H A D | calc.c | 123 LLVMValueRef F = LLVMAddFunction(M, name, Fty); in handle_line()
|
H A D | echo.cpp | 810 auto F = LLVMAddFunction(M, Name, Ty); in declare_symbols()
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_llvm.c | 1629 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 D | llvm_ocaml.c | 1243 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 D | Core.h | 724 LLVMValueRef LLVMAddFunction(LLVMModuleRef M, const char *Name,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm-c/ |
D | Core.h | 1121 LLVMValueRef LLVMAddFunction(LLVMModuleRef M, const char *Name,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm-c/ |
H A D | Core.h | 1048 LLVMValueRef LLVMAddFunction(LLVMModuleRef M, const char *Name,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
H A D | Core.h | 1002 LLVMValueRef LLVMAddFunction(LLVMModuleRef M, const char *Name,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm-c/ |
D | Core.h | 1121 LLVMValueRef LLVMAddFunction(LLVMModuleRef M, const char *Name,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm-c/ |
D | Core.h | 1121 LLVMValueRef LLVMAddFunction(LLVMModuleRef M, const char *Name,
|