Home
last modified time | relevance | path

Searched defs:fn_type (Results 1 – 6 of 6) sorted by relevance

/external/bcc/src/cc/
Dbpf_module_rw_engine.cc272 FunctionType *fn_type = FunctionType::get(B.getInt32Ty(), fn_args, /*isVarArg=*/false); in make_reader() local
332 FunctionType *fn_type = FunctionType::get(B.getInt32Ty(), fn_args, /*isVarArg=*/false); in make_writer() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dfunctional_control_flow_to_cfg.cc60 FunctionType fn_type = fn.getFunctionType(); in CallFn() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.h65 LLVMTypeRef fn_type; member
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc3080 llvm::FunctionType* fn_type = in EmitTracingStart() local
3112 llvm::FunctionType* fn_type = in EmitTracingEnd() local
/external/tensorflow/tensorflow/compiler/xla/pjrt/c/
Dpjrt_c_api.h757 #define _PJRT_API_STRUCT_FIELD(fn_type) fn_type* fn_type argument
/external/mesa3d/src/amd/llvm/
Dac_llvm_build.c3685 LLVMValueRef ac_build_call(struct ac_llvm_context *ctx, LLVMTypeRef fn_type, LLVMValueRef func, LLV… in ac_build_call()