Searched refs:mSourceOperandToInputIndex (Results 1 – 2 of 2) sorted by relevance
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()[all …]
653 std::map<SourceOperandIndex, uint32_t> mSourceOperandToInputIndex; variable913 std::map<SourceOperandIndex, uint32_t> mSourceOperandToInputIndex; member