Lines Matching defs:operand
86 /// If an operand is not yet available, we recursively check whether it can be
103 for (Value operand : op->getOperands()) {
105 if (availableValues.count(operand))
109 Operation *definingOp = operand.getDefiningOp();
113 !existingDependencies.count(operand))
136 for (Value operand : sinkCandidates) {
137 Operation *operandOp = operand.getDefiningOp();
194 for (Value operand : operands) {
195 kernelOperandTypes.push_back(operand.getType());
238 for (const auto &operand : enumerate(operands))
239 map.map(operand.value(), entryBlock.getArgument(operand.index()));
272 for (auto operand : operandSet) {
273 if (!inputOperandSet.count(operand))
274 operands.push_back(operand);