Home
last modified time | relevance | path

Searched refs:CreateConvertRuntimeToLLVMPass (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir/transforms/runtime/
H A Dpasses.h78 CreateConvertRuntimeToLLVMPass(ConvertRuntimeToLLvmOpts opts = {});
H A Dcompilation_pipeline.cc55 pm.addPass(CreateConvertRuntimeToLLVMPass(std::move(rt_to_llvm_opts))); in CreateDefaultXlaRuntimeCompilationPipeline()
H A Dpasses.td96 let constructor = "::xla::runtime::CreateConvertRuntimeToLLVMPass()";
H A Drt_to_llvm.cc490 std::unique_ptr<OperationPass<ModuleOp>> CreateConvertRuntimeToLLVMPass( in CreateConvertRuntimeToLLVMPass() function