Lines Matching refs:getOperand
155 auto lifetime = mModel->getOperand(operandIndex).lifetime; in OperandTracker()
212 const Operand& operand = sourceModel.getOperand(sourceOperandIndex); in addOperand()
484 const Operand& operand = mStepModel.getOperand(stepModelOutput.second); in finishStepModel()
621 const Operand& operand = sourceModel->getOperand(sourceOperandIndex.second); in finish()
686 const Operand& operand = sourceModel->getOperand(sourceOperandIndex.second); in findControlFlowBoundaryConstants()
1727 getOperand(operation.inputs[op::kThenModelOperand]); in partitionTheWorkInternal()
1729 getOperand(operation.inputs[op::kElseModelOperand]); in partitionTheWorkInternal()
1784 getOperand(operation.inputs[op::kCondModelOperand]); in partitionTheWorkInternal()
1786 getOperand(operation.inputs[op::kBodyModelOperand]); in partitionTheWorkInternal()
1877 const Operand& thenOperand = getOperand(operation.inputs[op::kThenModelOperand]); in getPerformance()
1878 const Operand& elseOperand = getOperand(operation.inputs[op::kElseModelOperand]); in getPerformance()
1888 const Operand& condOperand = getOperand(operation.inputs[op::kCondModelOperand]); in getPerformance()
1889 const Operand& bodyOperand = getOperand(operation.inputs[op::kBodyModelOperand]); in getPerformance()
1923 if (hasUnknownSize(model->getOperand(operandIndex))) { in isControlFlowOperationWithOperandOfUnknownSize()
1934 const Operand& thenOperand = getOperand(operation.inputs[op::kThenModelOperand]); in isControlFlowOperationWithOperandOfUnknownSize()
1935 const Operand& elseOperand = getOperand(operation.inputs[op::kElseModelOperand]); in isControlFlowOperationWithOperandOfUnknownSize()
1948 const Operand& condOperand = getOperand(operation.inputs[op::kCondModelOperand]); in isControlFlowOperationWithOperandOfUnknownSize()
1949 const Operand& bodyOperand = getOperand(operation.inputs[op::kBodyModelOperand]); in isControlFlowOperationWithOperandOfUnknownSize()