/external/llvm/unittests/ExecutionEngine/MCJIT/ |
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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 171 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/skqp/src/sksl/ |
D | SkSLJIT.cpp | 143 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/skia/src/sksl/ |
D | SkSLJIT.cpp | 143 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/ |
D | lp_test_printf.c | 65 …LLVMValueRef func = LLVMAddFunction(module, "test_printf", LLVMFunctionType(LLVMVoidTypeInContext(… in add_printf_test()
|
D | lp_test_arit.c | 332 LLVMValueRef func = LLVMAddFunction(module, test_name, in build_unary_test_func()
|
D | lp_test_format.c | 108 func = LLVMAddFunction(module, name, in add_fetch_rgba_test()
|
D | lp_test_conv.c | 119 func = LLVMAddFunction(module, "test", 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 | 764 variant->function = LLVMAddFunction(gallivm->module, func_name, func_type); in generate_setup_variant()
|
/external/llvm/tools/llvm-c-test/ |
D | calc.c | 123 LLVMValueRef F = LLVMAddFunction(M, name, Fty); in handle_line()
|
D | echo.cpp | 810 auto F = LLVMAddFunction(M, Name, Ty); in declare_symbols()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/ |
D | calc.c | 123 LLVMValueRef F = LLVMAddFunction(M, name, Fty); in handle_line()
|
D | debuginfo.c | 104 LLVMValueRef FooFunction = LLVMAddFunction(M, "foo", FooFuncTy); in llvm_test_dibuilder()
|
D | echo.cpp | 885 auto F = LLVMAddFunction(M, Name, Ty); in declare_symbols()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_intr.c | 113 function = LLVMAddFunction(module, name, function_type); in lp_declare_intrinsic()
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 981 return LLVMAddFunction(M, String_val(Name), Ty); in DEFINE_ITERATORS() 999 LLVMValueRef Fn = LLVMAddFunction(M, String_val(Name), Ty); in llvm_define_function()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 1596 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/llvm/bindings/ocaml/llvm/ |
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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 1326 return LLVMAddFunction(M, String_val(Name), Ty); in DEFINE_ITERATORS() 1344 LLVMValueRef Fn = LLVMAddFunction(M, String_val(Name), Ty); in llvm_define_function()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_tgsi_setup.c | 1179 ctx->main_fn = LLVMAddFunction(ctx->gallivm.module, name, main_fn_type); in si_llvm_create_func()
|
/external/swiftshader/third_party/LLVM/include/llvm-c/ |
D | Core.h | 728 LLVMValueRef LLVMAddFunction(LLVMModuleRef M, const char *Name,
|
/external/llvm/include/llvm-c/ |
D | Core.h | 724 LLVMValueRef LLVMAddFunction(LLVMModuleRef M, const char *Name,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/ |
D | Core.h | 880 LLVMValueRef LLVMAddFunction(LLVMModuleRef M, const char *Name,
|
/external/mesa3d/src/amd/common/ |
D | ac_llvm_build.c | 256 function = LLVMAddFunction(ctx->module, name, function_type); in ac_build_intrinsic()
|