• Home
  • Raw
  • Download

Lines Matching refs:operandIndex

151         for (uint32_t operandIndex : operation.inputs) {  in OperandTracker()  local
152 auto lifetime = mModel->getOperand(operandIndex).lifetime; in OperandTracker()
156 mOperandToOperations.emplace(operandIndex, operationIndex); in OperandTracker()
169 for (uint32_t operandIndex : operation.outputs) { in markProcessed() local
170 auto range = mOperandToOperations.equal_range(operandIndex); in markProcessed()
220 void addRole(const ExecutionStep& step, uint32_t operandIndex, IOType type, in addRole() argument
222 SourceOperandIndex source = {step.getSourceModelIndex(), operandIndex}; in addRole()
1461 std::shared_ptr<Controller> controller, SourceOperandIndex operandIndex) const { in getBuffer()
1467 if (auto it = sourceOperandToLocationOfTemporary.find(operandIndex); in getBuffer()
1472 } else if (auto it = sourceOperandToInputIndex.find(operandIndex); in getBuffer()
1476 } else if (auto it = sourceOperandToOutputIndex.find(operandIndex); in getBuffer()
1480 } else if (auto it = sourceOperandToConstantReference.find(operandIndex); in getBuffer()
1493 SourceOperandIndex operandIndex, bool* value) const { in readConditionValue() argument
1494 std::optional<ExecutionPlan::Buffer> buffer = getBuffer(controller, operandIndex); in readConditionValue()
1496 LOG(ERROR) << "Unable to read operand " << toString(operandIndex); in readConditionValue()
1992 const auto operandIndex = mainModel->getInputOperandIndex(index); in getInputSourceOperand() local
1993 return {kMainModelInSourceModels, operandIndex}; in getInputSourceOperand()
1999 const auto operandIndex = mainModel->getOutputOperandIndex(index); in getOutputSourceOperand() local
2000 return {kMainModelInSourceModels, operandIndex}; in getOutputSourceOperand()
2394 const uint32_t operandIndex = operation.inputs[0]; in getPerformance() local
2395 const OperandType operandType = mOperands[operandIndex].type; in getPerformance()
2417 for (uint32_t operandIndex : operandIndexes) { in isControlFlowOperationWithOperandOfUnknownSize() local
2418 if (hasUnknownSize(model->getOperand(operandIndex))) { in isControlFlowOperationWithOperandOfUnknownSize()