Home
last modified time | relevance | path

Searched refs:LLVMFunctionType (Results 1 – 19 of 19) sorted by relevance

/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp170 LLVMFunctionType(LLVMInt32Type(), nullptr,0, 0)); in buildSimpleFunction()
192 LLVMFunctionType(LLVMVoidType(), stackmapParamTypes, 2, 1)); in buildFunctionThatUsesStackmap()
196 LLVMFunctionType(LLVMInt32Type(), nullptr, 0, 0)); in buildFunctionThatUsesStackmap()
225 LLVMFunctionType(LLVMInt32Type(), nullptr, 0, 0)); in buildModuleWithCodeAndData()
244 Module, "setGlobal", LLVMFunctionType(LLVMVoidType(), ParamTypes, 1, 0)); in buildModuleWithCodeAndData()
482 LLVMTypeRef FunctionType = LLVMFunctionType(LLVMInt32Type(), nullptr, 0, 0); in TEST_F()
/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.c259 LLVMFunctionType(LLVMVoidTypeInContext(context), in build_unary_test_func()
Dlp_test_format.c104 LLVMFunctionType(LLVMVoidTypeInContext(context), in add_fetch_rgba_test()
Dlp_test_conv.c120 LLVMFunctionType(LLVMVoidTypeInContext(context), in add_conv_test()
Dlp_test_blend.c177 …func = LLVMAddFunction(module, "test", LLVMFunctionType(LLVMVoidTypeInContext(context), args, 4, 0… in add_blend_test()
Dlp_state_setup.c720 func_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), in generate_setup_variant()
Dlp_state_fs.c871 func_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), in generate_fragment()
/external/llvm/tools/llvm-c-test/
Dcalc.c122 LLVMTypeRef Fty = LLVMFunctionType(I64ty, &I64Ptrty, 1, 0); in handle_line()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_printf.c66 printf_type = LLVMFunctionType(LLVMInt32TypeInContext(context), NULL, 0, 1); in lp_build_print_args()
Dlp_bld_intr.c67 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0); in lp_declare_intrinsic()
Dlp_bld_const.c472 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0); in lp_build_const_func_pointer()
Dlp_bld_format_aos.c552 function_type = LLVMFunctionType(ret_type, arg_types, in lp_build_fetch_rgba_aos()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c316 return LLVMFunctionType(RetTy, (LLVMTypeRef *) ParamTys, in llvm_function_type()
323 return LLVMFunctionType(RetTy, (LLVMTypeRef *) ParamTys, in llvm_var_arg_function_type()
/external/llvm/include/llvm-c/
DCore.h800 LLVMTypeRef LLVMFunctionType(LLVMTypeRef ReturnType,
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c1111 func_type = LLVMFunctionType(int32_type, arg_types, Elements(arg_types), 0); in draw_llvm_generate()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_setup_tgsi_llvm.c1015 main_fn_type = LLVMFunctionType(LLVMVoidTypeInContext(ctx->gallivm.context), in radeon_llvm_context_init()
/external/llvm/lib/IR/
DCore.cpp399 LLVMTypeRef LLVMFunctionType(LLVMTypeRef ReturnType, in LLVMFunctionType() function
/external/llvm/bindings/go/llvm/
Dir.go526 t.C = C.LLVMFunctionType(returnType.C,