Lines Matching refs:getOperand
192 auto lifetime = mModel->getOperand(operandIndex).lifetime; in OperandTracker()
471 const Operand& operand = sourceModel.getOperand(sourceOperandIndex); in addOperand()
789 const Operand& operand = mStepModel.getOperand(stepModelOutput.second); in finishStepModel()
928 const Operand& operand = sourceModel->getOperand(sourceOperandIndex.second); in finish()
1016 const Operand& operand = sourceModel->getOperand(sourceOperandIndex.second); in findControlFlowBoundaryConstants()
2275 getOperand(operation.inputs[op::kThenModelOperand]); in partitionTheWorkInternal()
2277 getOperand(operation.inputs[op::kElseModelOperand]); in partitionTheWorkInternal()
2332 getOperand(operation.inputs[op::kCondModelOperand]); in partitionTheWorkInternal()
2334 getOperand(operation.inputs[op::kBodyModelOperand]); in partitionTheWorkInternal()
2425 const Operand& thenOperand = getOperand(operation.inputs[op::kThenModelOperand]); in getPerformance()
2426 const Operand& elseOperand = getOperand(operation.inputs[op::kElseModelOperand]); in getPerformance()
2436 const Operand& condOperand = getOperand(operation.inputs[op::kCondModelOperand]); in getPerformance()
2437 const Operand& bodyOperand = getOperand(operation.inputs[op::kBodyModelOperand]); in getPerformance()
2471 if (hasUnknownSize(model->getOperand(operandIndex))) { in isControlFlowOperationWithOperandOfUnknownSize()
2482 const Operand& thenOperand = getOperand(operation.inputs[op::kThenModelOperand]); in isControlFlowOperationWithOperandOfUnknownSize()
2483 const Operand& elseOperand = getOperand(operation.inputs[op::kElseModelOperand]); in isControlFlowOperationWithOperandOfUnknownSize()
2496 const Operand& condOperand = getOperand(operation.inputs[op::kCondModelOperand]); in isControlFlowOperationWithOperandOfUnknownSize()
2497 const Operand& bodyOperand = getOperand(operation.inputs[op::kBodyModelOperand]); in isControlFlowOperationWithOperandOfUnknownSize()