Lines Matching refs:parentVal
242 Value parentVal; in getValueAt() local
244 parentVal = getValueAt(currentBlock, parent); in getValueAt()
247 Location loc = parentVal ? parentVal.getLoc() : builder.getUnknownLoc(); in getValueAt()
256 loc, builder.getType<pdl::OperationType>(), parentVal); in getValueAt()
259 value = parentVal; in getValueAt()
268 if (parentVal.getType().isa<pdl::RangeType>() && in getValueAt()
270 value = builder.create<pdl_interp::ExtractOp>(loc, parentVal, 0); in getValueAt()
272 value = parentVal; in getValueAt()
281 loc, parentVal, failureBlockStack.back(), /*initLoop=*/true); in getValueAt()
295 loc, builder.getType<pdl::ValueType>(), parentVal, in getValueAt()
304 parentVal, operandPos->getOperandGroupNumber()); in getValueAt()
310 loc, builder.getType<pdl::AttributeType>(), parentVal, in getValueAt()
315 if (parentVal.getType().isa<pdl::AttributeType>()) in getValueAt()
316 value = builder.create<pdl_interp::GetAttributeTypeOp>(loc, parentVal); in getValueAt()
318 value = builder.create<pdl_interp::GetValueTypeOp>(loc, parentVal); in getValueAt()
324 loc, builder.getType<pdl::ValueType>(), parentVal, in getValueAt()
333 parentVal, resPos->getResultGroupNumber()); in getValueAt()