Searched refs:LLVMFunctionType (Results 1 – 19 of 19) sorted by relevance
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 170 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/ |
D | lp_test_printf.c | 65 …LLVMValueRef func = LLVMAddFunction(module, "test_printf", LLVMFunctionType(LLVMVoidTypeInContext(… in add_printf_test()
|
D | lp_test_arit.c | 259 LLVMFunctionType(LLVMVoidTypeInContext(context), in build_unary_test_func()
|
D | lp_test_format.c | 104 LLVMFunctionType(LLVMVoidTypeInContext(context), in add_fetch_rgba_test()
|
D | lp_test_conv.c | 120 LLVMFunctionType(LLVMVoidTypeInContext(context), in add_conv_test()
|
D | lp_test_blend.c | 177 …func = LLVMAddFunction(module, "test", LLVMFunctionType(LLVMVoidTypeInContext(context), args, 4, 0… in add_blend_test()
|
D | lp_state_setup.c | 720 func_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), in generate_setup_variant()
|
D | lp_state_fs.c | 871 func_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), in generate_fragment()
|
/external/llvm/tools/llvm-c-test/ |
D | calc.c | 122 LLVMTypeRef Fty = LLVMFunctionType(I64ty, &I64Ptrty, 1, 0); in handle_line()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_printf.c | 66 printf_type = LLVMFunctionType(LLVMInt32TypeInContext(context), NULL, 0, 1); in lp_build_print_args()
|
D | lp_bld_intr.c | 67 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0); in lp_declare_intrinsic()
|
D | lp_bld_const.c | 472 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0); in lp_build_const_func_pointer()
|
D | lp_bld_format_aos.c | 552 function_type = LLVMFunctionType(ret_type, arg_types, in lp_build_fetch_rgba_aos()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 316 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/ |
D | Core.h | 800 LLVMTypeRef LLVMFunctionType(LLVMTypeRef ReturnType,
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 1111 func_type = LLVMFunctionType(int32_type, arg_types, Elements(arg_types), 0); in draw_llvm_generate()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_setup_tgsi_llvm.c | 1015 main_fn_type = LLVMFunctionType(LLVMVoidTypeInContext(ctx->gallivm.context), in radeon_llvm_context_init()
|
/external/llvm/lib/IR/ |
D | Core.cpp | 399 LLVMTypeRef LLVMFunctionType(LLVMTypeRef ReturnType, in LLVMFunctionType() function
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 526 t.C = C.LLVMFunctionType(returnType.C,
|