Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Transforms/
H A DLoopPipelining.cpp38 unsigned maxStage = 0; member
109 maxStage = std::max(maxStage, opSchedule.second); in initializeLoopInfo()
113 if (numIteration <= maxStage) in initializeLoopInfo()
147 for (int64_t i = 0; i < maxStage; i++) { in emitPrologue()
265 SmallVector<Value> predicates(maxStage + 1, nullptr); in createKernel()
268 for (unsigned i = 0; i < maxStage; i++) { in createKernel()
370 maxStage - defStage + 1); in createKernel()
380 for (int64_t i = 0; i < maxStage; i++) { in emitEpilogue()
387 for (int64_t i = 1; i <= maxStage; i++) { in emitEpilogue()
404 maxStage - stages[op] + i); in emitEpilogue()
[all …]