Searched refs:func_type (Results 26 - 31 of 31) sorted by relevance

12

/external/v8/src/asmjs/
H A Dasm-wasm-builder.cc546 if (auto* func_type = typer_->TypeOf(expr)->AsFunctionType()) {
548 const auto& arguments = func_type->Arguments();
780 auto* func_type = typer_->TypeOf(p)->AsFunctionType(); local
783 const auto& arguments = func_type->Arguments();
784 ValueType return_type = TypeFrom(func_type->ReturnType());
1912 auto* func_type = typer_->TypeOf(v)->AsFunctionType(); local
1913 DCHECK_NOT_NULL(func_type);
1915 ValueType return_type = TypeFrom(func_type->ReturnType());
1916 const auto& arguments = func_type->Arguments();
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_setup.c715 LLVMTypeRef func_type; local
761 func_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context),
764 variant->function = LLVMAddFunction(gallivm->module, func_name, func_type);
H A Dlp_state_fs.c2393 LLVMTypeRef func_type; local
2485 func_type = LLVMFunctionType(LLVMVoidTypeInContext(gallivm->context),
2488 function = LLVMAddFunction(gallivm->module, func_name, func_type);
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1524 LLVMTypeRef func_type; local
1589 func_type = LLVMFunctionType(LLVMInt8TypeInContext(context),
1592 variant_func = LLVMAddFunction(gallivm->module, func_name, func_type);
2225 LLVMTypeRef func_type; local
2262 func_type = LLVMFunctionType(int32_type, arg_types, ARRAY_SIZE(arg_types), 0);
2264 variant_func = LLVMAddFunction(gallivm->module, func_name, func_type);
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.c192 LLVMTypeRef func_type = LLVMFunctionType(i16t, &f32t, 1, 0); local
194 func = LLVMBuildBitCast(builder, func, LLVMPointerType(func_type, 0), "util_float_to_half");
/external/valgrind/perf/
H A Dtinycc.c5957 void gfunc_prolog(CType *func_type)
5964 sym = func_type->ref;
12695 int func_type;
12698 func_type = func->c;
12699 if (func_type == FUNC_OLD ||
12700 (func_type == FUNC_ELLIPSIS && arg == NULL)) {
5955 gfunc_prolog(CType *func_type) argument
12693 int func_type; local

Completed in 1283 milliseconds

12