• Home
  • Raw
  • Download

Lines Matching refs:sourceOperandToLocationOfTemporary

553                 sourceOperandToLocationOfTemporary,  in mapInputsAndOutputs()  argument
561 if (auto it = sourceOperandToLocationOfTemporary.find(sourceOperandIndex); in mapInputsAndOutputs()
562 it != sourceOperandToLocationOfTemporary.end()) { in mapInputsAndOutputs()
591 if (auto it = sourceOperandToLocationOfTemporary.find(sourceOperandIndex); in mapInputsAndOutputs()
592 it != sourceOperandToLocationOfTemporary.end()) { in mapInputsAndOutputs()
1120 std::map<SourceOperandIndex, StaticTemporaryLocation> sourceOperandToLocationOfTemporary, in Controller() argument
1130 mSourceOperandToLocationOfTemporary(std::move(sourceOperandToLocationOfTemporary)), in Controller()
1246 sourceOperandToLocationOfTemporary, in makeController()
1264 auto [_, isNew] = sourceOperandToLocationOfTemporary->emplace(sourceOperandIndex, loc); in makeController()
1275 std::map<SourceOperandIndex, StaticTemporaryLocation> sourceOperandToLocationOfTemporary; in makeController() local
1295 &sourceOperandToLocationOfTemporary); in makeController()
1317 mapTemporary(sourceOperandIndex, &sourceOperandToLocationOfTemporary); in makeController()
1334 mapTemporary(sourceOperandIndex, &sourceOperandToLocationOfTemporary); in makeController()
1340 mapTemporary(sourceOperandIndex, &sourceOperandToLocationOfTemporary, in makeController()
1348 mapTemporary(step->condOutputOperand, &sourceOperandToLocationOfTemporary, in makeController()
1359 sourceOperandToLocationOfTemporary.emplace(sourceOperandIndex, loc); in makeController()
1383 std::move(sourceOperandToLocationOfTemporary), in makeController()
1462 const auto& sourceOperandToLocationOfTemporary = in getBuffer() local
1467 if (auto it = sourceOperandToLocationOfTemporary.find(operandIndex); in getBuffer()
1468 it != sourceOperandToLocationOfTemporary.end()) { in getBuffer()