Searched refs:CreateConvertRuntimeToLLVMPass (Results 1 – 4 of 4) sorted by relevance
78 CreateConvertRuntimeToLLVMPass(ConvertRuntimeToLLvmOpts opts = {});
55 pm.addPass(CreateConvertRuntimeToLLVMPass(std::move(rt_to_llvm_opts))); in CreateDefaultXlaRuntimeCompilationPipeline()
96 let constructor = "::xla::runtime::CreateConvertRuntimeToLLVMPass()";
490 std::unique_ptr<OperationPass<ModuleOp>> CreateConvertRuntimeToLLVMPass( in CreateConvertRuntimeToLLVMPass() function