Lines Matching refs:mSourceOperandToInputIndex
951 mSourceOperandToInputIndex[index] = i; in finish()
1132 mSourceOperandToInputIndex(std::move(sourceOperandToInputIndex)), in Controller()
1384 std::move(sourceOperandToLocationOfTemporary2), body->mSourceOperandToInputIndex, in makeController()
1464 const auto& sourceOperandToInputIndex = controller->mSourceOperandToInputIndex; in getBuffer()
1575 controller->mSourceOperandToInputIndex, controller->mSourceOperandToOutputIndex, in nextCompound()
1593 mSourceOperandToInputIndex.count(innerOperand) + in setInput()
1599 mSourceOperandToInputIndex.erase(innerOperand); in setInput()
1605 } else if (auto it = mSourceOperandToInputIndex.find(outerOperand); in setInput()
1606 it != mSourceOperandToInputIndex.end()) { in setInput()
1607 mSourceOperandToInputIndex.emplace(innerOperand, it->second); in setInput()
1775 CHECK_EQ(controller->mSourceOperandToInputIndex.count(outputOperand), 0u); in nextCompound()