HomeSort by relevance Sort by last modified time
    Searched defs:function_type (Results 1 - 21 of 21) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
kernel_support_library.cc 96 auto* function_type = llvm::FunctionType::get( local
100 function_type, llvm::GlobalValue::InternalLinkage,
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
ir_emitter_nested.cc 74 llvm::FunctionType* function_type = local
77 function_type, // The function type.
  /external/libmojo/third_party/jinja2/
_compat.py 126 function_type = type(_func) variable
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_const.c 473 LLVMTypeRef function_type; local
476 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0);
481 LLVMPointerType(function_type, 0),
lp_bld_format_cached.c 174 LLVMTypeRef function_type; local
183 function_type = LLVMFunctionType(ret_type, arg_types,
192 LLVMPointerType(function_type, 0),
lp_bld_intr.c 107 LLVMTypeRef function_type; local
112 function_type = LLVMFunctionType(ret_type, arg_types, num_args, 0);
113 function = LLVMAddFunction(module, name, function_type);
lp_bld_format_aos.c 795 LLVMTypeRef function_type; local
802 function_type = LLVMFunctionType(ret_type, arg_types,
811 LLVMPointerType(function_type, 0),
lp_bld_sample_soa.c 3270 LLVMTypeRef function_type; local
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
ir_function.cc 133 llvm::FunctionType* function_type = llvm::FunctionType::get( local
143 llvm_ir::CreateFunction(function_type, linkage,
  /external/mesa3d/src/amd/common/
ac_llvm_util.c 238 LLVMTypeRef param_types[32], function_type; local
247 function_type =
249 function = LLVMAddFunction(ctx->module, name, function_type);
  /system/core/demangle/
Demangler.cpp 538 std::string function_type = cur_state_.args[1]; local
607 std::string function_type; local
616 function_type += cur_state_.suffixes.back();
633 cur_state_.args.push_back(function_type);
  /external/cmockery/cmockery_0_1_2/src/google/
cmockery.h 300 UnitTestFunctionType function_type; member in struct:UnitTest
425 void ** const state, const UnitTestFunctionType function_type,
  /external/deqp/external/openglcts/modules/glesext/draw_elements_base_vertex/
esextcDrawElementsBaseVertexTests.hpp 87 _function_type function_type; /* Tells the type of the basevertex draw call that should member in struct:glcts::DrawElementsBaseVertexTestBase::_test_case
135 , function_type(FUNCTION_COUNT)
172 std::string getFunctionName(_function_type function_type);
    [all...]
  /external/javasqlite/src/main/java/SQLite/
Database.java 498 public void function_type(String name, int type) { method in class:Database
  /toolchain/binutils/binutils-2.27/binutils/
debug.h 220 bfd_boolean (*function_type) (void *, int, bfd_boolean); member in struct:debug_write_fns
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 577 (** [function_type ret_ty param_tys] returns the function type returning
580 val function_type : lltype -> lltype array -> lltype var
583 [function_type ret_ty param_tys] except that it returns the function type
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.mli 444 (** [function_type ret_ty param_tys] returns the function type returning
447 val function_type : lltype -> lltype array -> lltype var
450 [function_type ret_ty param_tys] except that it returns the function type
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader.c 7313 LLVMTypeRef function_type; local
    [all...]
  /external/v8/src/parsing/
parser-base.h 3372 FunctionLiteral::FunctionType function_type = local
    [all...]
parser.cc 851 FunctionLiteral::FunctionType function_type = ComputeFunctionType(info); local
    [all...]
  /external/v8/src/ast/
ast.h 2660 FunctionType function_type() const { function in class:v8::internal::final
    [all...]

Completed in 969 milliseconds