| ################################################################################ |
| # Autogenerated by build_tools/bazel_to_cmake/bazel_to_cmake.py from # |
| # compiler/src/iree/compiler/Dialect/VMVX/Transforms/BUILD.bazel # |
| # # |
| # Use iree_cmake_extra_content from iree/build_defs.oss.bzl to add arbitrary # |
| # CMake-only content. # |
| # # |
| # To disable autogeneration for this file entirely, delete this header. # |
| ################################################################################ |
| |
| iree_add_all_subdirs() |
| |
| iree_tablegen_library( |
| NAME |
| PassesIncGen |
| TD_FILE |
| "Passes.td" |
| OUTS |
| --gen-pass-decls Passes.h.inc |
| ) |
| |
| iree_cc_library( |
| NAME |
| PassHeaders |
| HDRS |
| "Passes.h" |
| "Passes.h.inc" |
| DEPS |
| ::PassesIncGen |
| MLIRPass |
| MLIRTransformUtils |
| MLIRTransforms |
| PUBLIC |
| ) |
| |
| iree_cc_library( |
| NAME |
| Transforms |
| HDRS |
| "Passes.h" |
| SRCS |
| "Conversion.cpp" |
| "MaterializeConstants.cpp" |
| "Passes.cpp" |
| "ResolveBufferDescriptors.cpp" |
| DEPS |
| ::PassHeaders |
| LLVMSupport |
| MLIRAffineDialect |
| MLIRAffineToStandard |
| MLIRAffineTransforms |
| MLIRArithDialect |
| MLIRArithTransforms |
| MLIRArithUtils |
| MLIRBufferizationDialect |
| MLIRFuncDialect |
| MLIRFuncTransforms |
| MLIRFunctionInterfaces |
| MLIRIR |
| MLIRLinalgDialect |
| MLIRLinalgTransforms |
| MLIRMathDialect |
| MLIRMathTransforms |
| MLIRMemRefDialect |
| MLIRMemRefTransforms |
| MLIRPass |
| MLIRSCFDialect |
| MLIRSCFToControlFlow |
| MLIRSupport |
| MLIRTensorDialect |
| MLIRTosaToArith |
| MLIRTransformUtils |
| MLIRTransforms |
| MLIRVectorDialect |
| MLIRVectorToSCF |
| iree::compiler::Codegen::Common |
| iree::compiler::Codegen::Common::CPU::CommonCPUPasses |
| iree::compiler::Codegen::Transforms |
| iree::compiler::Codegen::Utils |
| iree::compiler::Codegen::VMVX |
| iree::compiler::Dialect::HAL::IR |
| iree::compiler::Dialect::HAL::IR::HALDialect |
| iree::compiler::Dialect::HAL::Transforms |
| iree::compiler::Dialect::LinalgExt::Transforms |
| iree::compiler::Dialect::Util::Conversion |
| iree::compiler::Dialect::Util::Conversion::MemRefToUtil |
| iree::compiler::Dialect::Util::IR |
| iree::compiler::Dialect::Util::Transforms |
| iree::compiler::Dialect::VM::IR |
| iree::compiler::Dialect::VMVX::Conversion::HALToVMVX |
| iree::compiler::Dialect::VMVX::Conversion::StandardToVMVX |
| iree::compiler::Dialect::VMVX::IR |
| iree::compiler::Dialect::VMVX::IR::VMVXDialect |
| iree::compiler::Utils |
| PUBLIC |
| ) |
| |
| ### BAZEL_TO_CMAKE_PRESERVES_ALL_CONTENT_BELOW_THIS_LINE ### |