Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Conversion/VectorToSCF/
DVectorToSCF.cpp176 VectorBoundsCapture vectorBoundsCapture(majorVectorType); in emitLoops() local
177 auto majorLbs = vectorBoundsCapture.getLbs(); in emitLoops()
178 auto majorUbs = vectorBoundsCapture.getUbs(); in emitLoops()
179 auto majorSteps = vectorBoundsCapture.getSteps(); in emitLoops()
562 VectorBoundsCapture vectorBoundsCapture(transfer.vector()); in matchAndRewrite() local
566 vectorBoundsCapture.swapRanges(vectorBoundsCapture.rank() - 1, in matchAndRewrite()
569 auto lbs = vectorBoundsCapture.getLbs(); in matchAndRewrite()
570 auto ubs = vectorBoundsCapture.getUbs(); in matchAndRewrite()
572 steps.reserve(vectorBoundsCapture.getSteps().size()); in matchAndRewrite()
573 for (auto step : vectorBoundsCapture.getSteps()) in matchAndRewrite()
[all …]