Searched refs:newOperand (Results 1 – 3 of 3) sorted by relevance
607 Value newOperand = std::get<1>(it); in matchAndRewrite() local610 MemRefDescriptor memrefDesc(newOperand); in matchAndRewrite()611 newOperand = memrefDesc.alignedPtr(rewriter, loc); in matchAndRewrite()617 updatedOperands.push_back(newOperand); in matchAndRewrite()
1063 OpOperand *newOperand = newOperands[it->second]; in populateOpPayload() local1065 newOpBlock->getArgument(newOperand->getOperandNumber()); in populateOpPayload()1739 Value newOperand = in matchAndRewrite() local1743 outputOperands[resultNumber] = newOperand; in matchAndRewrite()1844 Value newOperand = rewriter.create<tensor::CastOp>(loc, resultType, src); in createNewOperandWithStaticSizes() local1846 newOperands[index] = newOperand; in createNewOperandWithStaticSizes()
1291 Value newOperand = mapping.lookupOrDefault(operand, desiredType); in remapValues() local1295 Type newOperandType = newOperand.getType(); in remapValues()1299 operandLoc, newOperand, desiredType, currentTypeConverter, in remapValues()1301 mapping.map(mapping.lookupOrDefault(newOperand), castValue); in remapValues()1302 newOperand = castValue; in remapValues()1304 remapped.push_back(newOperand); in remapValues()