Searched refs:getMatchedOperation (Results 1 – 4 of 4) sorted by relevance
126 auto *opInst = m.getMatchedOperation(); in testVectorShapeRatio()160 getBackwardSlice(m.getMatchedOperation(), &backwardSlice); in testBackwardSlicing()161 outs << "\nmatched: " << *m.getMatchedOperation() in testBackwardSlicing()176 getForwardSlice(m.getMatchedOperation(), &forwardSlice); in testForwardSlicing()177 outs << "\nmatched: " << *m.getMatchedOperation() in testForwardSlicing()191 SetVector<Operation *> staticSlice = getSlice(m.getMatchedOperation()); in testSlicing()192 outs << "\nmatched: " << *m.getMatchedOperation() << " static slice: "; in testSlicing()213 auto *opInst = m.getMatchedOperation(); in testComposeMaps()248 auto app = cast<AffineApplyOp>(m.getMatchedOperation()); in testNormalizeMaps()249 OpBuilder b(m.getMatchedOperation()); in testNormalizeMaps()[all …]
624 vectorizeLoopIfProfitable(m.getMatchedOperation(), depthInPattern, in analyzeProfitability()814 auto *opInst = ls.getMatchedOperation(); in vectorizeAffineForOp()1150 loops[currentLevel].push_back(cast<AffineForOp>(match.getMatchedOperation())); in getMatchedAffineLoopsRec()1291 vectorizeLoopIfProfitable(m.getMatchedOperation(), 0, patternDepth, in vectorizeLoops()
55 Operation *getMatchedOperation() { return matchedOperation; } in getMatchedOperation() function
311 auto *op = ls.getMatchedOperation(); in isVectorizableLoopBodyWithOpCond()