Home
last modified time | relevance | path

Searched refs:CompileFunction (Results 1 – 25 of 25) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DLLJIT.cpp147 auto CompileFunction = createCompileFunction(S, std::move(*S.JTMB)); in LLJIT() local
148 if (!CompileFunction) { in LLJIT()
149 Err = CompileFunction.takeError(); in LLJIT()
153 *ES, ObjTransformLayer, std::move(*CompileFunction)); in LLJIT()
DIndirectionUtils.cpp26 using CompileFunction = JITCompileCallbackManager::CompileFunction; typedef in __anonfac85e900111::CompileCallbackMaterializationUnit
29 CompileFunction Compile, VModuleKey K) in CompileCallbackMaterializationUnit()
50 CompileFunction Compile;
62 JITCompileCallbackManager::getCompileCallback(CompileFunction Compile) { in getCompileCallback()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DIndirectionUtils.cpp25 using CompileFunction = JITCompileCallbackManager::CompileFunction; typedef in __anon1714c11c0111::CompileCallbackMaterializationUnit
28 CompileFunction Compile) in CompileCallbackMaterializationUnit()
49 CompileFunction Compile;
61 JITCompileCallbackManager::getCompileCallback(CompileFunction Compile) { in getCompileCallback()
DLLJIT.cpp1082 auto CompileFunction = createCompileFunction(S, std::move(*S.JTMB)); in LLJIT() local
1083 if (!CompileFunction) { in LLJIT()
1084 Err = CompileFunction.takeError(); in LLJIT()
1088 *ES, ObjTransformLayer, std::move(*CompileFunction)); in LLJIT()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dif_op.cc250 OP_REQUIRES_OK(ctx, compiler->CompileFunction(options, then_branch_, in Compile()
253 OP_REQUIRES_OK(ctx, compiler->CompileFunction(options, else_branch_, in Compile()
263 OP_REQUIRES_OK(ctx, compiler->CompileFunction(options, then_branch_, in Compile()
266 OP_REQUIRES_OK(ctx, compiler->CompileFunction(options, else_branch_, in Compile()
Dxla_select_and_scatter_op.cc73 OP_REQUIRES_OK(context, context->compiler()->CompileFunction( in Compile()
94 OP_REQUIRES_OK(context, context->compiler()->CompileFunction( in Compile()
Dgather_scatter_ops.cc82 OP_REQUIRES_OK(ctx, ctx->compiler()->CompileFunction( in Compile()
Dreduce_window_op.cc87 OP_REQUIRES_OK(context, context->compiler()->CompileFunction( in Compile()
Dsort_ops.cc96 OP_REQUIRES_OK(context, context->compiler()->CompileFunction( in Compile()
Dxla_reduce_op.cc85 context->compiler()->CompileFunction( in Compile()
Dcase_op.cc165 compiler->CompileFunction(options, branches[j], arguments, in Compile()
202 compiler->CompileFunction(options, branches[j], arguments, in Compile()
Dwhile_op.cc342 OP_REQUIRES_OK(ctx, compiler->CompileFunction(body_options, body_name_attr_, in Compile()
423 OP_REQUIRES_OK(ctx, compiler->CompileFunction(body_options, body_name_attr_, in Compile()
434 OP_REQUIRES_OK(ctx, compiler->CompileFunction(cond_options, cond_name_attr_, in Compile()
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangFunctionCaller.h132 unsigned CompileFunction(lldb::ThreadSP thread_to_use_sp,
DClangFunctionCaller.cpp66 ClangFunctionCaller::CompileFunction(lldb::ThreadSP thread_to_use_sp, in CompileFunction() function in ClangFunctionCaller
/external/llvm-project/lldb/source/Expression/
DUtilityFunction.cpp88 m_caller_up->CompileFunction(thread_to_use_sp, diagnostics); in MakeFunctionCaller()
DFunctionCaller.cpp214 if (CompileFunction(exe_ctx.GetThreadSP(), diagnostic_manager) != 0) in InsertFunction()
334 if (CompileFunction(exe_ctx.GetThreadSP(), diagnostic_manager) != 0) in ExecuteFunction()
/external/llvm-project/lldb/include/lldb/Expression/
DFunctionCaller.h100 virtual unsigned CompileFunction(lldb::ThreadSP thread_to_use_sp,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DIndirectionUtils.h187 using CompileFunction = std::function<JITTargetAddress()>;
192 Expected<JITTargetAddress> getCompileCallback(CompileFunction Compile);
/external/tensorflow/tensorflow/compiler/jit/
Dget_compiler_ir.cc126 compiler.CompileFunction(compile_options, function, *args, &result)); in GetCompilerIr()
Dxla_compilation_cache.cc198 return compiler->CompileFunction(compile_options, function, args, result); in Compile()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.h213 Status CompileFunction(const CompileOptions& options,
Dgraph_compiler.cc267 compiler->CompileFunction(compile_options, func, arguments, &result)); in CompileFunctionalNode()
Dxla_compiler_test.cc934 compiler.CompileFunction(XlaCompiler::CompileOptions(), name_attr, in TEST_F()
1011 compiler.CompileFunction(XlaCompiler::CompileOptions(), name_attr, in TEST_F()
Dxla_compiler.cc720 Status XlaCompiler::CompileFunction( in CompileFunction() function in tensorflow::XlaCompiler
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DIndirectionUtils.h198 using CompileFunction = std::function<JITTargetAddress()>;
203 Expected<JITTargetAddress> getCompileCallback(CompileFunction Compile);