Searched refs:getInputOperandIndex (Results 1 – 3 of 3) sorted by relevance
89 uint32_t getInputOperandIndex(uint32_t i) const { in getInputOperandIndex() function95 uint32_t index = getInputOperandIndex(i); in getInputOperand()
821 mainModelOperandToInputIndex[mainModel->getInputOperandIndex(i)] = i; in finishStepModel()994 SourceOperandIndex index(kMainModelInSourceModels, mainModel->getInputOperandIndex(i)); in finish()2044 const auto operandIndex = mainModel->getInputOperandIndex(index); in getInputSourceOperand()2314 thenModelIndex, thenModel->getInputOperandIndex(i)); in partitionTheWorkInternal()2323 elseModelIndex, elseModel->getInputOperandIndex(i)); in partitionTheWorkInternal()2375 condModelIndex, condModel->getInputOperandIndex(i)); in partitionTheWorkInternal()2382 bodyModelIndex, bodyModel->getInputOperandIndex(i)); in partitionTheWorkInternal()
1268 (*defMap)[model->getInputOperandIndex(i)] = kPseudoDefiningOperationModelInput0 + i; in buildDefinitionMap()