• Home
  • Raw
  • Download

Lines Matching defs:sourceOperandIndex

190 std::string toString(SourceOperandIndex sourceOperandIndex) {  in toString()
286 void DynamicTemporaries::declare(SourceOperandIndex sourceOperandIndex, uint32_t stepIndex, in declare()
304 bool DynamicTemporaries::redeclare(SourceOperandIndex sourceOperandIndex, in redeclare()
346 for (const auto& sourceOperandIndex : sourceOperandIndexesI->second) { in allocate() local
384 SourceOperandIndex sourceOperandIndex, bool mustBeAllocated) const { in lookup()
415 int ExecutionStep::addOperand(uint32_t sourceOperandIndex, uint32_t* stepOperandIndex, in addOperand()
560 SourceOperandIndex sourceOperandIndex(mSourceModelIndex, stepModelOperandIndex); in mapInputsAndOutputs() local
590 SourceOperandIndex sourceOperandIndex(mSourceModelIndex, stepModelOperandIndex); in mapInputsAndOutputs() local
617 [this](const SourceOperandIndex& sourceOperandIndex) { in findModelOutputsThatAreDownstreamInputs()
634 SourceOperandIndex sourceOperandIndex(step->getSourceModelIndex(), output.first); in findModelOutputsThatAreDownstreamInputs() local
642 auto recordAsOutputIfTemporary = [this](const SourceOperandIndex& sourceOperandIndex) { in findTempsAsStepModelOutputs()
657 SourceOperandIndex sourceOperandIndex(step->getSourceModelIndex(), input.first); in findTempsAsStepModelOutputs() local
662 for (const SourceOperandIndex& sourceOperandIndex : step->outerInputOperands) { in findTempsAsStepModelOutputs() local
666 for (const SourceOperandIndex& sourceOperandIndex : step->outerInputOperands) { in findTempsAsStepModelOutputs() local
794 uint32_t sourceOperandIndex = e.first; in finishStepModel() local
804 uint32_t sourceOperandIndex = e.first; in finishStepModel() local
814 uint32_t sourceOperandIndex = e.first; in finishStepModel() local
883 for (const auto& sourceOperandIndex : operands) { in finish() local
969 sourceModels](const SourceOperandIndex& sourceOperandIndex) { in findControlFlowBoundaryConstants()
994 for (const auto& sourceOperandIndex : step->outerInputOperands) { in findControlFlowBoundaryConstants() local
998 for (const auto& sourceOperandIndex : step->outerInputOperands) { in findControlFlowBoundaryConstants() local
1248 Operand::LifeTime::TEMPORARY_VARIABLE) { in makeController()
1316 for (const auto& sourceOperandIndex : step->outerOutputOperands) { in makeController() local
1333 for (const auto& sourceOperandIndex : step->outerOutputOperands) { in makeController() local
1339 for (const auto& sourceOperandIndex : step->bodyOutputOperands) { in makeController() local
1369 const Operand& sourceOperand, uint32_t definingStepIndex) { in makeController()
1893 void ExecutionPlan::recordOutputDef(SourceOperandIndex sourceOperandIndex, uint32_t stepIndex) { in recordOutputDef()
1900 void ExecutionPlan::recordTemporaryDef(SourceOperandIndex sourceOperandIndex, uint32_t stepIndex) { in recordTemporaryDef()
2016 const auto sourceOperandIndex = mPlan->getInputSourceOperand(index); in forEachStepRoleOfInput() local
2023 const auto sourceOperandIndex = mPlan->getOutputSourceOperand(index); in forEachStepRoleOfOutput() local
2043 const auto sourceOperandIndex = type == IOType::INPUT ? getInputSourceOperand(index) in getMemoryPreference() local
2073 const auto sourceOperandIndex = SourceOperandIndex(sourceModelIndex, entry.first); in forEachDynamicTemporary() local