Lines Matching refs:mSourceOperandToLocationOfTemporary
1130 mSourceOperandToLocationOfTemporary(std::move(sourceOperandToLocationOfTemporary)), in Controller()
1150 mSourceOperandToLocationOfTemporary[sourceOperandIndex].offset, in Controller()
1463 controller->mSourceOperandToLocationOfTemporary; in getBuffer()
1574 controller->mSourceOperandToLocationOfTemporary, controller->mDynamicTemporaries, in nextCompound()
1592 CHECK_LE(mSourceOperandToLocationOfTemporary.count(innerOperand) + in setInput()
1598 mSourceOperandToLocationOfTemporary.erase(innerOperand); in setInput()
1602 if (auto it = mSourceOperandToLocationOfTemporary.find(outerOperand); in setInput()
1603 it != mSourceOperandToLocationOfTemporary.end()) { in setInput()
1604 mSourceOperandToLocationOfTemporary.emplace(innerOperand, it->second); in setInput()
1626 CHECK_LE(mSourceOperandToLocationOfTemporary.count(innerOperand) + in setOutput()
1630 mSourceOperandToLocationOfTemporary.erase(innerOperand); in setOutput()
1632 if (auto it = mSourceOperandToLocationOfTemporary.find(outerOperand); in setOutput()
1633 it != mSourceOperandToLocationOfTemporary.end()) { in setOutput()
1634 mSourceOperandToLocationOfTemporary.emplace(innerOperand, it->second); in setOutput()
1777 CHECK_EQ(controller->mSourceOperandToLocationOfTemporary.count(outputOperand), 1u); in nextCompound()
1780 std::swap(controller->mSourceOperandToLocationOfTemporary[outputOperand], in nextCompound()