/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 171 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/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITCAPITest.cpp | 172 LLVMFunctionType(LLVMInt32Type(), nullptr,0, 0)); in buildSimpleFunction() 194 LLVMFunctionType(LLVMVoidType(), stackmapParamTypes, 2, 1)); in buildFunctionThatUsesStackmap() 198 LLVMFunctionType(LLVMInt32Type(), nullptr, 0, 0)); in buildFunctionThatUsesStackmap() 227 LLVMFunctionType(LLVMInt32Type(), nullptr, 0, 0)); in buildModuleWithCodeAndData() 246 Module, "setGlobal", LLVMFunctionType(LLVMVoidType(), ParamTypes, 1, 0)); in buildModuleWithCodeAndData() 481 LLVMTypeRef FunctionType = LLVMFunctionType(LLVMInt32Type(), nullptr, 0, 0); in TEST_F()
|
/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() 1733 LLVMTypeRef stageFuncType = LLVMFunctionType(returnType, parameterTypes, 12, false); in compileStageFunction() 1774 LLVMFunctionType(returnType, parameterTypes.data(), in compileFunction() 1811 LLVMFunctionType(fInt1Type, fold2Params, 1, false)); in createModule() 1813 LLVMFunctionType(fInt1Type, fold2Params, 1, false)); in createModule() 1816 LLVMFunctionType(fInt1Type, fold3Params, 1, false)); in createModule() 1818 LLVMFunctionType(fInt1Type, fold3Params, 1, false)); in createModule() 1821 LLVMFunctionType(fInt1Type, fold4Params, 1, false)); in createModule() 1823 LLVMFunctionType(fInt1Type, fold4Params, 1, false)); in createModule() [all …]
|
/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() 1733 LLVMTypeRef stageFuncType = LLVMFunctionType(returnType, parameterTypes, 12, false); in compileStageFunction() 1774 LLVMFunctionType(returnType, parameterTypes.data(), in compileFunction() 1811 LLVMFunctionType(fInt1Type, fold2Params, 1, false)); in createModule() 1813 LLVMFunctionType(fInt1Type, fold2Params, 1, false)); in createModule() 1816 LLVMFunctionType(fInt1Type, fold3Params, 1, false)); in createModule() 1818 LLVMFunctionType(fInt1Type, fold3Params, 1, false)); in createModule() 1821 LLVMFunctionType(fInt1Type, fold4Params, 1, false)); in createModule() 1823 LLVMFunctionType(fInt1Type, fold4Params, 1, false)); 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 | 333 LLVMFunctionType(LLVMVoidTypeInContext(context), in build_unary_test_func()
|
D | lp_test_format.c | 109 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 | 163 …func = LLVMAddFunction(module, "test", LLVMFunctionType(LLVMVoidTypeInContext(context), args, 5, 0… in add_blend_test()
|
D | lp_state_setup.c | 761 func_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context), in generate_setup_variant()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/ |
D | calc.c | 121 LLVMTypeRef Fty = LLVMFunctionType(I64ty, &I64Ptrty, 1, 0); in handle_line()
|
D | debuginfo.c | 103 LLVMTypeRef FooFuncTy = LLVMFunctionType(LLVMInt64Type(), FooParamTys, 3, 0); in llvm_test_dibuilder()
|
D | echo.cpp | 100 LLVMTypeRef FunTy = LLVMFunctionType(Clone(LLVMGetReturnType(Src)), in Clone()
|
/external/llvm/tools/llvm-c-test/ |
D | calc.c | 121 LLVMTypeRef Fty = LLVMFunctionType(I64ty, &I64Ptrty, 1, 0); in handle_line()
|
D | echo.cpp | 99 LLVMTypeRef FunTy = LLVMFunctionType(Clone(LLVMGetReturnType(Src)), in Clone()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_printf.c | 67 printf_type = LLVMFunctionType(LLVMInt32TypeInContext(context), NULL, 0, 1); in lp_build_print_args()
|
D | lp_bld_const.c | 476 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0); in lp_build_const_func_pointer()
|
D | lp_bld_intr.c | 112 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0); in lp_declare_intrinsic()
|
D | lp_bld_format_cached.c | 183 function_type = LLVMFunctionType(ret_type, arg_types, in update_cached_block()
|
D | lp_bld_format_aos.c | 802 function_type = LLVMFunctionType(ret_type, arg_types, in lp_build_fetch_rgba_aos()
|
D | lp_bld_conv.c | 192 LLVMTypeRef func_type = LLVMFunctionType(i16t, &f32t, 1, 0); in lp_build_float_to_half()
|
/external/mesa3d/src/amd/common/ |
D | ac_llvm_build.c | 255 LLVMFunctionType(return_type, param_types, param_count, 0); in ac_build_intrinsic() 341 LLVMTypeRef ftype = LLVMFunctionType(ctx->voidt, NULL, 0, false); in ac_build_optimization_barrier() 345 LLVMTypeRef ftype = LLVMFunctionType(ctx->i32, &ctx->i32, 1, false); in ac_build_optimization_barrier()
|
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 257 return LLVMFunctionType(RetTy, (LLVMTypeRef *) ParamTys, in llvm_function_type() 264 return LLVMFunctionType(RetTy, (LLVMTypeRef *) ParamTys, in llvm_var_arg_function_type()
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 430 return LLVMFunctionType(RetTy, (LLVMTypeRef *) ParamTys, in llvm_function_type() 437 return LLVMFunctionType(RetTy, (LLVMTypeRef *) ParamTys, in llvm_var_arg_function_type()
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 361 return LLVMFunctionType(RetTy, (LLVMTypeRef *) ParamTys, in llvm_function_type() 368 return LLVMFunctionType(RetTy, (LLVMTypeRef *) ParamTys, in llvm_var_arg_function_type()
|