Lines Matching refs:mSourceOperandToInputIndex
995 mSourceOperandToInputIndex[index] = i; in finish()
1184 mSourceOperandToInputIndex(std::move(sourceOperandToInputIndex)), in Controller()
1436 std::move(sourceOperandToLocationOfTemporary2), body->mSourceOperandToInputIndex, in makeController()
1516 const auto& sourceOperandToInputIndex = controller->mSourceOperandToInputIndex; in getBuffer()
1627 controller->mSourceOperandToInputIndex, controller->mSourceOperandToOutputIndex, in nextCompound()
1645 mSourceOperandToInputIndex.count(innerOperand) + in setInput()
1651 mSourceOperandToInputIndex.erase(innerOperand); in setInput()
1657 } else if (auto it = mSourceOperandToInputIndex.find(outerOperand); in setInput()
1658 it != mSourceOperandToInputIndex.end()) { in setInput()
1659 mSourceOperandToInputIndex.emplace(innerOperand, it->second); in setInput()
1827 CHECK_EQ(controller->mSourceOperandToInputIndex.count(outputOperand), 0u); in nextCompound()