Lines Matching refs:mSourceOperandToOutputIndex
672 mSourceOperandToOutputIndex[index] = i; in finish()
751 mSourceOperandToOutputIndex(std::move(sourceOperandToOutputIndex)), in Controller()
975 compound()->mSourceOperandToOutputIndex, in makeController()
1051 const auto& sourceOperandToOutputIndex = controller->mSourceOperandToOutputIndex; in getBuffer()
1178 controller->mSourceOperandToOutputIndex, controller->mSourceOperandToConstantReference); in nextCompound()
1196 mSourceOperandToOutputIndex.count(innerOperand) + in setInput()
1202 mSourceOperandToOutputIndex.erase(innerOperand); in setInput()
1210 } else if (auto it = mSourceOperandToOutputIndex.find(outerOperand); in setInput()
1211 it != mSourceOperandToOutputIndex.end()) { in setInput()
1212 mSourceOperandToOutputIndex.emplace(innerOperand, it->second); in setInput()
1229 mSourceOperandToOutputIndex.count(innerOperand), in setOutput()
1233 mSourceOperandToOutputIndex.erase(innerOperand); in setOutput()
1237 } else if (auto it = mSourceOperandToOutputIndex.find(outerOperand); in setOutput()
1238 it != mSourceOperandToOutputIndex.end()) { in setOutput()
1239 mSourceOperandToOutputIndex.emplace(innerOperand, it->second); in setOutput()
1370 CHECK_EQ(controller->mSourceOperandToOutputIndex.count(outputOperand), 0u); in nextCompound()