Lines Matching refs:mSourceOperandToLocationOfTemporary
1182 mSourceOperandToLocationOfTemporary(std::move(sourceOperandToLocationOfTemporary)), in Controller()
1202 mSourceOperandToLocationOfTemporary[sourceOperandIndex].offset, in Controller()
1515 controller->mSourceOperandToLocationOfTemporary; in getBuffer()
1626 controller->mSourceOperandToLocationOfTemporary, controller->mDynamicTemporaries, in nextCompound()
1644 CHECK_LE(mSourceOperandToLocationOfTemporary.count(innerOperand) + in setInput()
1650 mSourceOperandToLocationOfTemporary.erase(innerOperand); in setInput()
1654 if (auto it = mSourceOperandToLocationOfTemporary.find(outerOperand); in setInput()
1655 it != mSourceOperandToLocationOfTemporary.end()) { in setInput()
1656 mSourceOperandToLocationOfTemporary.emplace(innerOperand, it->second); in setInput()
1678 CHECK_LE(mSourceOperandToLocationOfTemporary.count(innerOperand) + in setOutput()
1682 mSourceOperandToLocationOfTemporary.erase(innerOperand); in setOutput()
1684 if (auto it = mSourceOperandToLocationOfTemporary.find(outerOperand); in setOutput()
1685 it != mSourceOperandToLocationOfTemporary.end()) { in setOutput()
1686 mSourceOperandToLocationOfTemporary.emplace(innerOperand, it->second); in setOutput()
1829 CHECK_EQ(controller->mSourceOperandToLocationOfTemporary.count(outputOperand), 1u); in nextCompound()
1832 std::swap(controller->mSourceOperandToLocationOfTemporary[outputOperand], in nextCompound()