Home
last modified time | relevance | path

Searched refs:getMatchedOperation (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/mlir/test/lib/Dialect/Affine/
DTestVectorizationUtils.cpp126 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 …]
/external/llvm-project/mlir/lib/Dialect/Affine/Transforms/
DSuperVectorize.cpp624 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()
/external/llvm-project/mlir/include/mlir/Analysis/
DNestedMatcher.h55 Operation *getMatchedOperation() { return matchedOperation; } in getMatchedOperation() function
/external/llvm-project/mlir/lib/Analysis/
DLoopAnalysis.cpp311 auto *op = ls.getMatchedOperation(); in isVectorizableLoopBodyWithOpCond()