Lines Matching defs:loopEmitter
1388 LoopEmitter loopEmitter(
1391 loopEmitter.initializeLoopEmit(rewriter, loc);
1396 loopEmitter.makeTensorLevel(0, l)};
1397 loopEmitter.enterNewLoopSeq(rewriter, loc, tidLvls);
1400 loopEmitter.enterCoIterationOverTensorsAtLvls(rewriter, loc, tidLvls, 1,
1404 SmallVector<Value> lcvs = loopEmitter.getLoopIVs();
1411 Value vals = loopEmitter.getValBuffer()[0];
1412 SmallVector<Value> pos = loopEmitter.getValPosits(0);
1448 loopEmitter.exitCurrentLoop(rewriter, loc, reducValue);
1449 loopEmitter.exitCurrentLoopSeq(rewriter, loc);