Home
last modified time | relevance | path

Searched refs:createLowerToLLVMPass (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/mlir/examples/toy/Ch7/include/toy/
DPasses.h30 std::unique_ptr<mlir::Pass> createLowerToLLVMPass();
/external/llvm-project/mlir/examples/toy/Ch6/include/toy/
DPasses.h30 std::unique_ptr<mlir::Pass> createLowerToLLVMPass();
/external/llvm-project/mlir/include/mlir/Conversion/StandardToLLVM/
DConvertStandardToLLVMPass.h77 createLowerToLLVMPass(const LowerToLLVMOptions &options =
/external/llvm-project/mlir/tools/mlir-vulkan-runner/
Dmlir-vulkan-runner.cpp47 passManager.addPass(createLowerToLLVMPass(llvmOptions)); in runMLIRPasses()
/external/tensorflow/tensorflow/compiler/mlir/xla/experimental/conv_emitter/
Dconv_emitter_test.cc72 pm.addPass(mlir::createLowerToLLVMPass()); in CompileHloConvAndGetMlir()
/external/llvm-project/mlir/examples/toy/Ch7/mlir/
DLowerToLLVM.cpp209 std::unique_ptr<mlir::Pass> mlir::toy::createLowerToLLVMPass() { in createLowerToLLVMPass() function in mlir::toy
/external/llvm-project/mlir/examples/toy/Ch6/mlir/
DLowerToLLVM.cpp209 std::unique_ptr<mlir::Pass> mlir::toy::createLowerToLLVMPass() { in createLowerToLLVMPass() function in mlir::toy
/external/llvm-project/mlir/examples/toy/Ch6/
Dtoyc.cpp169 pm.addPass(mlir::toy::createLowerToLLVMPass()); in loadAndProcessMLIR()
/external/llvm-project/mlir/examples/toy/Ch7/
Dtoyc.cpp170 pm.addPass(mlir::toy::createLowerToLLVMPass()); in loadAndProcessMLIR()
/external/llvm-project/mlir/include/mlir/Conversion/
DPasses.td333 let constructor = "mlir::createLowerToLLVMPass()";
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp4171 mlir::createLowerToLLVMPass(const LowerToLLVMOptions &options) { in createLowerToLLVMPass() function in mlir