Lines Matching refs:getOperand
152 auto lifetime = mModel->getOperand(operandIndex).lifetime; in OperandTracker()
431 const Operand& operand = sourceModel.getOperand(sourceOperandIndex); in addOperand()
749 const Operand& operand = mStepModel.getOperand(stepModelOutput.second); in finishStepModel()
885 const Operand& operand = sourceModel->getOperand(sourceOperandIndex.second); in finish()
971 const Operand& operand = sourceModel->getOperand(sourceOperandIndex.second); in findControlFlowBoundaryConstants()
2222 getOperand(operation.inputs[op::kThenModelOperand]); in partitionTheWorkInternal()
2224 getOperand(operation.inputs[op::kElseModelOperand]); in partitionTheWorkInternal()
2279 getOperand(operation.inputs[op::kCondModelOperand]); in partitionTheWorkInternal()
2281 getOperand(operation.inputs[op::kBodyModelOperand]); in partitionTheWorkInternal()
2372 const Operand& thenOperand = getOperand(operation.inputs[op::kThenModelOperand]); in getPerformance()
2373 const Operand& elseOperand = getOperand(operation.inputs[op::kElseModelOperand]); in getPerformance()
2383 const Operand& condOperand = getOperand(operation.inputs[op::kCondModelOperand]); in getPerformance()
2384 const Operand& bodyOperand = getOperand(operation.inputs[op::kBodyModelOperand]); in getPerformance()
2418 if (hasUnknownSize(model->getOperand(operandIndex))) { in isControlFlowOperationWithOperandOfUnknownSize()
2429 const Operand& thenOperand = getOperand(operation.inputs[op::kThenModelOperand]); in isControlFlowOperationWithOperandOfUnknownSize()
2430 const Operand& elseOperand = getOperand(operation.inputs[op::kElseModelOperand]); in isControlFlowOperationWithOperandOfUnknownSize()
2443 const Operand& condOperand = getOperand(operation.inputs[op::kCondModelOperand]); in isControlFlowOperationWithOperandOfUnknownSize()
2444 const Operand& bodyOperand = getOperand(operation.inputs[op::kBodyModelOperand]); in isControlFlowOperationWithOperandOfUnknownSize()