Searched defs:CompileFunction (Results 1 – 5 of 5) sorted by relevance
| /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 |
| D | IndirectionUtils.cpp | 26 using CompileFunction = JITCompileCallbackManager::CompileFunction; typedef in __anon4fc53bbd0111::CompileCallbackMaterializationUnit |
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/ | ||
| D | IndirectionUtils.cpp | 30 using CompileFunction = JITCompileCallbackManager::CompileFunction; typedef in __anon251db2c30111::CompileCallbackMaterializationUnit |
| D | LLJIT.cpp | 880 auto CompileFunction = createCompileFunction(S, std::move(*S.JTMB)); in LLJIT() local |
| /external/tensorflow/tensorflow/compiler/tf2xla/ | ||
| D | xla_compiler.cc | 729 Status XlaCompiler::CompileFunction( in CompileFunction() function in tensorflow::XlaCompiler |