Home
last modified time | relevance | path

Searched refs:VectorDialect (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/mlir/test/lib/Transforms/
DTestConvVectorization.cpp38 registry.insert<VectorDialect>(); in getDependentDialects()
57 VectorDialect>(); in runOnOperation()
DTestSparsification.cpp44 registry.insert<scf::SCFDialect, vector::VectorDialect>(); in getDependentDialects()
DTestLinalgCodegenStrategy.cpp41 vector::VectorDialect>(); in getDependentDialects()
DTestVectorTransforms.cpp181 registry.insert<VectorDialect>(); in getDependentDialects()
231 registry.insert<VectorDialect>(); in getDependentDialects()
DTestLinalgTransforms.cpp39 vector::VectorDialect, in getDependentDialects()
/external/llvm-project/mlir/lib/Dialect/Affine/Transforms/
DPassDetail.h23 class VectorDialect; variable
/external/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
DPassDetail.h30 class VectorDialect; variable
/external/llvm-project/mlir/include/mlir/
DInitAllDialects.h60 vector::VectorDialect, in registerAllDialects()
/external/llvm-project/mlir/lib/Conversion/
DPassDetail.h57 class VectorDialect; variable
/external/llvm-project/flang/include/flang/Optimizer/Dialect/
DFIRDialect.h44 mlir::vector::VectorDialect, in registerFIRDialects()
/external/llvm-project/mlir/test/lib/Dialect/Affine/
DTestVectorizationUtils.cpp85 registry.insert<vector::VectorDialect>(); in getDependentDialects()
/external/llvm-project/mlir/include/mlir/Dialect/Affine/
DPasses.td99 let dependentDialects = ["vector::VectorDialect"];
/external/llvm-project/mlir/lib/Conversion/AffineToStandard/
DAffineToStandard.cpp681 .addLegalDialect<scf::SCFDialect, StandardOpsDialect, VectorDialect>(); in runOnOperation()
/external/llvm-project/mlir/include/mlir/Conversion/
DPasses.td72 "vector::VectorDialect"
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc145 mlir::vector::VectorDialect, mlir::StandardOpsDialect, in LoadMLIRDialects()
/external/llvm-project/mlir/test/EDSC/
Dbuilder-api-test.cpp46 vector::VectorDialect>(); in globalContext()
/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorOps.cpp97 void VectorDialect::initialize() { in initialize()
106 Operation *VectorDialect::materializeConstant(OpBuilder &builder, in materializeConstant()