Home
last modified time | relevance | path

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

12

/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp171 LLVMFunctionType(LLVMInt32Type(), nullptr,0, 0)); in buildSimpleFunction()
193 LLVMFunctionType(LLVMVoidType(), stackmapParamTypes, 2, 1)); in buildFunctionThatUsesStackmap()
197 LLVMFunctionType(LLVMInt32Type(), nullptr, 0, 0)); in buildFunctionThatUsesStackmap()
226 LLVMFunctionType(LLVMInt32Type(), nullptr, 0, 0)); in buildModuleWithCodeAndData()
245 Module, "setGlobal", LLVMFunctionType(LLVMVoidType(), ParamTypes, 1, 0)); in buildModuleWithCodeAndData()
480 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.c333 LLVMFunctionType(LLVMVoidTypeInContext(context), in build_unary_test_func()
Dlp_test_format.c109 LLVMFunctionType(LLVMVoidTypeInContext(context), in add_fetch_rgba_test()
Dlp_test_conv.c120 LLVMFunctionType(LLVMVoidTypeInContext(context), 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.c761 func_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), in generate_setup_variant()
Dlp_state_fs.c2485 func_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), in generate_fragment()
/external/llvm/tools/llvm-c-test/
Dcalc.c121 LLVMTypeRef Fty = LLVMFunctionType(I64ty, &I64Ptrty, 1, 0); in handle_line()
Decho.cpp99 LLVMTypeRef FunTy = LLVMFunctionType(Clone(LLVMGetReturnType(Src)), in Clone()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_printf.c67 printf_type = LLVMFunctionType(LLVMInt32TypeInContext(context), NULL, 0, 1); in lp_build_print_args()
Dlp_bld_intr.c112 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0); in lp_declare_intrinsic()
Dlp_bld_const.c476 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0); in lp_build_const_func_pointer()
Dlp_bld_format_cached.c183 function_type = LLVMFunctionType(ret_type, arg_types, in update_cached_block()
Dlp_bld_format_aos.c802 function_type = LLVMFunctionType(ret_type, arg_types, in lp_build_fetch_rgba_aos()
Dlp_bld_conv.c192 LLVMTypeRef func_type = LLVMFunctionType(i16t, &f32t, 1, 0); in lp_build_float_to_half()
Dlp_bld_sample_soa.c3315 function_type = LLVMFunctionType(ret_type, arg_types, num_param, 0); in lp_build_sample_soa_func()
/external/mesa3d/src/amd/common/
Dac_llvm_util.c248 LLVMFunctionType(return_type, param_types, param_count, 0); in ac_emit_llvm_intrinsic()
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c257 return LLVMFunctionType(RetTy, (LLVMTypeRef *) ParamTys, in llvm_function_type()
264 return LLVMFunctionType(RetTy, (LLVMTypeRef *) ParamTys, in llvm_var_arg_function_type()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c361 return LLVMFunctionType(RetTy, (LLVMTypeRef *) ParamTys, in llvm_function_type()
368 return LLVMFunctionType(RetTy, (LLVMTypeRef *) ParamTys, in llvm_var_arg_function_type()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c1589 func_type = LLVMFunctionType(LLVMInt8TypeInContext(context), in draw_llvm_generate()
2262 func_type = LLVMFunctionType(int32_type, arg_types, ARRAY_SIZE(arg_types), 0); in draw_gs_llvm_generate()
/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h398 LLVMTypeRef LLVMFunctionType(LLVMTypeRef ReturnType,
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_tgsi_setup.c1386 main_fn_type = LLVMFunctionType(ret_type, ParamTypes, ParamCount, 0); in si_llvm_create_func()
/external/llvm/include/llvm-c/
DCore.h938 LLVMTypeRef LLVMFunctionType(LLVMTypeRef ReturnType,
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp265 LLVMTypeRef LLVMFunctionType(LLVMTypeRef ReturnType, in LLVMFunctionType() function

12