/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | LLJIT.cpp | 147 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()
|
D | IndirectionUtils.cpp | 26 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/ |
D | IndirectionUtils.cpp | 25 using CompileFunction = JITCompileCallbackManager::CompileFunction; typedef in __anon1714c11c0111::CompileCallbackMaterializationUnit 28 CompileFunction Compile) in CompileCallbackMaterializationUnit() 49 CompileFunction Compile; 61 JITCompileCallbackManager::getCompileCallback(CompileFunction Compile) { in getCompileCallback()
|
D | LLJIT.cpp | 1082 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/ |
D | if_op.cc | 250 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()
|
D | xla_select_and_scatter_op.cc | 73 OP_REQUIRES_OK(context, context->compiler()->CompileFunction( in Compile() 94 OP_REQUIRES_OK(context, context->compiler()->CompileFunction( in Compile()
|
D | gather_scatter_ops.cc | 82 OP_REQUIRES_OK(ctx, ctx->compiler()->CompileFunction( in Compile()
|
D | reduce_window_op.cc | 87 OP_REQUIRES_OK(context, context->compiler()->CompileFunction( in Compile()
|
D | sort_ops.cc | 96 OP_REQUIRES_OK(context, context->compiler()->CompileFunction( in Compile()
|
D | xla_reduce_op.cc | 85 context->compiler()->CompileFunction( in Compile()
|
D | case_op.cc | 165 compiler->CompileFunction(options, branches[j], arguments, in Compile() 202 compiler->CompileFunction(options, branches[j], arguments, in Compile()
|
D | while_op.cc | 342 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/ |
D | ClangFunctionCaller.h | 132 unsigned CompileFunction(lldb::ThreadSP thread_to_use_sp,
|
D | ClangFunctionCaller.cpp | 66 ClangFunctionCaller::CompileFunction(lldb::ThreadSP thread_to_use_sp, in CompileFunction() function in ClangFunctionCaller
|
/external/llvm-project/lldb/source/Expression/ |
D | UtilityFunction.cpp | 88 m_caller_up->CompileFunction(thread_to_use_sp, diagnostics); in MakeFunctionCaller()
|
D | FunctionCaller.cpp | 214 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/ |
D | FunctionCaller.h | 100 virtual unsigned CompileFunction(lldb::ThreadSP thread_to_use_sp,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | IndirectionUtils.h | 187 using CompileFunction = std::function<JITTargetAddress()>; 192 Expected<JITTargetAddress> getCompileCallback(CompileFunction Compile);
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | get_compiler_ir.cc | 126 compiler.CompileFunction(compile_options, function, *args, &result)); in GetCompilerIr()
|
D | xla_compilation_cache.cc | 198 return compiler->CompileFunction(compile_options, function, args, result); in Compile()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_compiler.h | 213 Status CompileFunction(const CompileOptions& options,
|
D | graph_compiler.cc | 267 compiler->CompileFunction(compile_options, func, arguments, &result)); in CompileFunctionalNode()
|
D | xla_compiler_test.cc | 934 compiler.CompileFunction(XlaCompiler::CompileOptions(), name_attr, in TEST_F() 1011 compiler.CompileFunction(XlaCompiler::CompileOptions(), name_attr, in TEST_F()
|
D | xla_compiler.cc | 720 Status XlaCompiler::CompileFunction( in CompileFunction() function in tensorflow::XlaCompiler
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
D | IndirectionUtils.h | 198 using CompileFunction = std::function<JITTargetAddress()>; 203 Expected<JITTargetAddress> getCompileCallback(CompileFunction Compile);
|