Lines Matching refs:setValueMapping
56 void setValueMapping(Value key, Value el, int64_t idx);
144 setValueMapping(arg, operand.get(), 0); in emitPrologue()
151 setValueMapping(forOp.getInductionVar(), iv, i); in emitPrologue()
164 setValueMapping(op->getResult(destId), newOp->getResult(destId), in emitPrologue()
171 setValueMapping(forOp.getRegionIterArgs()[operand.getOperandNumber()], in emitPrologue()
352 setValueMapping(it.first, newForOp->getResult(yieldOperands.size()), in createKernel()
358 setValueMapping(it.first, newForOp->getResult(yieldOperands.size()), in createKernel()
368 setValueMapping(forOp.getRegionIterArgs()[retVal.index()], in createKernel()
383 setValueMapping(forOp.getInductionVar(), newlastIter, maxStage - i); in emitEpilogue()
403 setValueMapping(op->getResult(destId), newOp->getResult(destId), in emitEpilogue()
419 setValueMapping(forOp.getRegionIterArgs()[operand.getOperandNumber()], in emitEpilogue()
428 void LoopPipelinerInternal::setValueMapping(Value key, Value el, int64_t idx) { in setValueMapping() function in __anonabfd0d100111::LoopPipelinerInternal