147cbd9f9SNicolas Vasilache //===- VectorInterfaces.cpp - Unrollable vector operations -*- C++ -*-===// 247cbd9f9SNicolas Vasilache // 347cbd9f9SNicolas Vasilache // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 447cbd9f9SNicolas Vasilache // See https://llvm.org/LICENSE.txt for license information. 547cbd9f9SNicolas Vasilache // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 647cbd9f9SNicolas Vasilache // 747cbd9f9SNicolas Vasilache //===----------------------------------------------------------------------===// 847cbd9f9SNicolas Vasilache 947cbd9f9SNicolas Vasilache #include "mlir/Interfaces/VectorInterfaces.h" 1047cbd9f9SNicolas Vasilache 1147cbd9f9SNicolas Vasilache using namespace mlir; 1247cbd9f9SNicolas Vasilache 1347cbd9f9SNicolas Vasilache //===----------------------------------------------------------------------===// 1447cbd9f9SNicolas Vasilache // VectorUnroll Interfaces 1547cbd9f9SNicolas Vasilache //===----------------------------------------------------------------------===// 1647cbd9f9SNicolas Vasilache 17*41b09f4eSKazuaki Ishizaki /// Include the definitions of the VectorUnroll interfaces. 1847cbd9f9SNicolas Vasilache #include "mlir/Interfaces/VectorInterfaces.cpp.inc" 19