/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 __anon179a83df0111::CompileCallbackMaterializationUnit 29 CompileFunction Compile, VModuleKey K) in CompileCallbackMaterializationUnit() 50 CompileFunction Compile; 62 JITCompileCallbackManager::getCompileCallback(CompileFunction Compile) { in getCompileCallback()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/ |
D | IndirectionUtils.cpp | 30 using CompileFunction = JITCompileCallbackManager::CompileFunction; typedef in __anonecf2fae50111::CompileCallbackMaterializationUnit 33 CompileFunction Compile) in CompileCallbackMaterializationUnit() 54 CompileFunction Compile; 66 JITCompileCallbackManager::getCompileCallback(CompileFunction Compile) { in getCompileCallback()
|
D | LLJIT.cpp | 880 auto CompileFunction = createCompileFunction(S, std::move(*S.JTMB)); in LLJIT() local 881 if (!CompileFunction) { in LLJIT() 882 Err = CompileFunction.takeError(); in LLJIT() 886 *ES, *ObjTransformLayer, std::move(*CompileFunction)); in LLJIT()
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | if_op.cc | 267 OP_REQUIRES_OK(ctx, compiler->CompileFunction(options, then_branch_, in Compile() 273 OP_REQUIRES_OK(ctx, compiler->CompileFunction(options, else_branch_, in Compile() 286 OP_REQUIRES_OK(ctx, compiler->CompileFunction(options, then_branch_, in Compile() 289 OP_REQUIRES_OK(ctx, compiler->CompileFunction(options, else_branch_, in Compile()
|
D | gather_scatter_ops.cc | 82 OP_REQUIRES_OK(ctx, ctx->compiler()->CompileFunction( in Compile()
|
D | case_op.cc | 163 compiler->CompileFunction(options, branches[j], arguments, in Compile() 204 compiler->CompileFunction(options, branches[j], arguments, in Compile()
|
D | while_op.cc | 351 OP_REQUIRES_OK(ctx, compiler->CompileFunction(body_options, body_name_attr_, in Compile() 435 OP_REQUIRES_OK(ctx, compiler->CompileFunction(body_options, body_name_attr_, in Compile() 446 OP_REQUIRES_OK(ctx, compiler->CompileFunction(cond_options, cond_name_attr_, in Compile()
|
/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/tf2xla/ |
D | xla_compiler.h | 225 Status CompileFunction(const CompileOptions& options,
|
D | graph_compiler.cc | 268 compiler->CompileFunction(compile_options, func, arguments, &result)); in CompileFunctionalNode()
|
D | xla_compiler_test.cc | 939 compiler.CompileFunction(XlaCompiler::CompileOptions(), name_attr, in TEST_F() 1016 compiler.CompileFunction(XlaCompiler::CompileOptions(), name_attr, in TEST_F()
|
D | xla_compiler.cc | 729 Status XlaCompiler::CompileFunction( in CompileFunction() function in tensorflow::XlaCompiler
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | IndirectionUtils.h | 205 using CompileFunction = std::function<JITTargetAddress()>; 210 Expected<JITTargetAddress> getCompileCallback(CompileFunction Compile);
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | get_compiler_ir.cc | 162 compiler.CompileFunction(compile_options, function, *args, &result)); in GetCompilerIr()
|
D | xla_compilation_cache.cc | 511 return compiler.CompileFunction(compile_options, function, args, in CompileStrict()
|