Lines Matching refs:VectorizerTestPass
72 struct VectorizerTestPass struct
73 : public PassWrapper<VectorizerTestPass, OperationPass<func::FuncOp>> {
74 MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(VectorizerTestPass)
99 void VectorizerTestPass::testVectorShapeRatio(llvm::raw_ostream &outs) { in testVectorShapeRatio()
149 void VectorizerTestPass::testBackwardSlicing(llvm::raw_ostream &outs) { in testBackwardSlicing()
165 void VectorizerTestPass::testForwardSlicing(llvm::raw_ostream &outs) { in testForwardSlicing()
181 void VectorizerTestPass::testSlicing(llvm::raw_ostream &outs) { in testSlicing()
197 VectorizerTestPass::kTestAffineMapOpName; in customOpWithAffineMapAttribute()
200 void VectorizerTestPass::testComposeMaps(llvm::raw_ostream &outs) { in testComposeMaps()
211 auto map = opInst->getAttr(VectorizerTestPass::kTestAffineMapAttrName) in testComposeMaps()
224 void VectorizerTestPass::testVecAffineLoopNest() { in testVecAffineLoopNest()
242 void VectorizerTestPass::runOnOperation() { in runOnOperation()
279 void registerVectorizerTestPass() { PassRegistration<VectorizerTestPass>(); } in registerVectorizerTestPass()