Home
last modified time | relevance | path

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

12

/external/llvm/unittests/ExecutionEngine/MCJIT/
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()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp171 Function = LLVMAddFunction(Module, "simple_function", in buildSimpleFunction()
192 LLVMValueRef stackmap = LLVMAddFunction( in buildFunctionThatUsesStackmap()
197 Function = LLVMAddFunction(Module, "simple_function", in buildFunctionThatUsesStackmap()
226 Function = LLVMAddFunction(Module, "getGlobal", in buildModuleWithCodeAndData()
245 Function2 = LLVMAddFunction( in buildModuleWithCodeAndData()
482 LLVMValueRef MappedFn = LLVMAddFunction(Module, "mapped_fn", FunctionType); in TEST_F()
484 Function = LLVMAddFunction(Module, "test_fn", FunctionType); in TEST_F()
/external/skia/src/sksl/
DSkSLJIT.cpp143 fFunctions[&f] = LLVMAddFunction(fModule, realName, LLVMFunctionType(returnType, in addBuiltinFunction()
161 fFunctions[f] = LLVMAddFunction(fModule, realName, LLVMFunctionType( in addBuiltinFunction()
1734 LLVMValueRef result = LLVMAddFunction(fModule, in compileStageFunction()
1772 fCurrentFunction = LLVMAddFunction(fModule, in compileFunction()
1810 fFoldAnd2Func = LLVMAddFunction(fModule, "llvm.experimental.vector.reduce.and.i1.v2i1", in createModule()
1812 fFoldOr2Func = LLVMAddFunction(fModule, "llvm.experimental.vector.reduce.or.i1.v2i1", in createModule()
1815 fFoldAnd3Func = LLVMAddFunction(fModule, "llvm.experimental.vector.reduce.and.i1.v3i1", in createModule()
1817 fFoldOr3Func = LLVMAddFunction(fModule, "llvm.experimental.vector.reduce.or.i1.v3i1", in createModule()
1820 fFoldAnd4Func = LLVMAddFunction(fModule, "llvm.experimental.vector.reduce.and.i1.v4i1", in createModule()
1822 fFoldOr4Func = LLVMAddFunction(fModule, "llvm.experimental.vector.reduce.or.i1.v4i1", in createModule()
[all …]
/external/skqp/src/sksl/
DSkSLJIT.cpp143 fFunctions[&f] = LLVMAddFunction(fModule, realName, LLVMFunctionType(returnType, in addBuiltinFunction()
161 fFunctions[f] = LLVMAddFunction(fModule, realName, LLVMFunctionType( in addBuiltinFunction()
1734 LLVMValueRef result = LLVMAddFunction(fModule, in compileStageFunction()
1772 fCurrentFunction = LLVMAddFunction(fModule, in compileFunction()
1810 fFoldAnd2Func = LLVMAddFunction(fModule, "llvm.experimental.vector.reduce.and.i1.v2i1", in createModule()
1812 fFoldOr2Func = LLVMAddFunction(fModule, "llvm.experimental.vector.reduce.or.i1.v2i1", in createModule()
1815 fFoldAnd3Func = LLVMAddFunction(fModule, "llvm.experimental.vector.reduce.and.i1.v3i1", in createModule()
1817 fFoldOr3Func = LLVMAddFunction(fModule, "llvm.experimental.vector.reduce.or.i1.v3i1", in createModule()
1820 fFoldAnd4Func = LLVMAddFunction(fModule, "llvm.experimental.vector.reduce.and.i1.v4i1", in createModule()
1822 fFoldOr4Func = LLVMAddFunction(fModule, "llvm.experimental.vector.reduce.or.i1.v4i1", in createModule()
[all …]
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_printf.c65 …LLVMValueRef func = LLVMAddFunction(module, "test_printf", LLVMFunctionType(LLVMVoidTypeInContext(… in add_printf_test()
Dlp_test_arit.c332 LLVMValueRef func = LLVMAddFunction(module, test_name, in build_unary_test_func()
Dlp_test_format.c108 func = LLVMAddFunction(module, name, in add_fetch_rgba_test()
Dlp_test_conv.c119 func = LLVMAddFunction(module, "test", 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.c764 variant->function = LLVMAddFunction(gallivm->module, func_name, func_type); in generate_setup_variant()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
Dcalc.c123 LLVMValueRef F = LLVMAddFunction(M, name, Fty); in handle_line()
Ddebuginfo.c104 LLVMValueRef FooFunction = LLVMAddFunction(M, "foo", FooFuncTy); in llvm_test_dibuilder()
Decho.cpp885 auto F = LLVMAddFunction(M, Name, Ty); in declare_symbols()
/external/llvm/tools/llvm-c-test/
Dcalc.c123 LLVMValueRef F = LLVMAddFunction(M, name, Fty); in handle_line()
Decho.cpp810 auto F = LLVMAddFunction(M, Name, Ty); in declare_symbols()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_intr.c113 function = LLVMAddFunction(module, name, function_type); in lp_declare_intrinsic()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c981 return LLVMAddFunction(M, String_val(Name), Ty); in DEFINE_ITERATORS()
999 LLVMValueRef Fn = LLVMAddFunction(M, String_val(Name), Ty); in llvm_define_function()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c1326 return LLVMAddFunction(M, String_val(Name), Ty); in DEFINE_ITERATORS()
1344 LLVMValueRef Fn = LLVMAddFunction(M, String_val(Name), Ty); in llvm_define_function()
/external/llvm/bindings/ocaml/llvm/
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()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c1596 variant_func = LLVMAddFunction(gallivm->module, func_name, func_type); in draw_llvm_generate()
2273 variant_func = LLVMAddFunction(gallivm->module, func_name, func_type); in draw_gs_llvm_generate()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_setup.c1179 ctx->main_fn = LLVMAddFunction(ctx->gallivm.module, name, main_fn_type); in si_llvm_create_func()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h728 LLVMValueRef LLVMAddFunction(LLVMModuleRef M, const char *Name,
/external/llvm/include/llvm-c/
DCore.h724 LLVMValueRef LLVMAddFunction(LLVMModuleRef M, const char *Name,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h880 LLVMValueRef LLVMAddFunction(LLVMModuleRef M, const char *Name,
/external/mesa3d/src/amd/common/
Dac_llvm_build.c256 function = LLVMAddFunction(ctx->module, name, function_type); in ac_build_intrinsic()

12