Lines Matching defs:origLoop
464 static void setIntraTileBoundsParametric(OpBuilder &b, AffineForOp origLoop,
476 assert(origLoop.hasConstantLowerBound() &&
482 b.getAffineConstantExpr(origLoop.getConstantLowerBound());
486 AffineBound lb = origLoop.getLowerBound();
487 AffineBound ub = origLoop.getUpperBound();
497 // Add a new dim operand in lb/ubOperands corresponding to the origLoop
532 AffineExpr origLoopStep = b.getAffineConstantExpr(origLoop.getStepAsInt());
554 newIntraTileLoop.setStep(origLoop.getStepAsInt());
559 static void setInterTileBoundsParametric(OpBuilder &b, AffineForOp origLoop,
561 OperandRange newLbOperands = origLoop.getLowerBoundOperands();
565 newLoop.setLowerBound(newLbOperands, origLoop.getLowerBoundMap());
576 assert(origLoop.hasConstantLowerBound() &&
582 b.getAffineConstantExpr(origLoop.getConstantLowerBound());
586 AffineBound ub = origLoop.getUpperBound();
609 if (origLoop.hasConstantUpperBound()) {
610 origUpperBound = origLoop.getConstantUpperBound();
651 newLoop.setStep(origLoop.getStepAsInt());