Lines Matching defs:sourceOperandIndex

230 std::string toString(SourceOperandIndex sourceOperandIndex) {  in toString()
326 void DynamicTemporaries::declare(SourceOperandIndex sourceOperandIndex, uint32_t stepIndex, in declare()
344 bool DynamicTemporaries::redeclare(SourceOperandIndex sourceOperandIndex, in redeclare()
386 for (const auto& sourceOperandIndex : sourceOperandIndexesI->second) { in allocate() local
424 SourceOperandIndex sourceOperandIndex, bool mustBeAllocated) const { in lookup()
455 int ExecutionStep::addOperand(uint32_t sourceOperandIndex, uint32_t* stepOperandIndex, in addOperand()
600 SourceOperandIndex sourceOperandIndex(mSourceModelIndex, stepModelOperandIndex); in mapInputsAndOutputs() local
630 SourceOperandIndex sourceOperandIndex(mSourceModelIndex, stepModelOperandIndex); in mapInputsAndOutputs() local
657 [this](const SourceOperandIndex& sourceOperandIndex) { in findModelOutputsThatAreDownstreamInputs()
674 SourceOperandIndex sourceOperandIndex(step->getSourceModelIndex(), output.first); in findModelOutputsThatAreDownstreamInputs() local
682 auto recordAsOutputIfTemporary = [this](const SourceOperandIndex& sourceOperandIndex) { in findTempsAsStepModelOutputs()
697 SourceOperandIndex sourceOperandIndex(step->getSourceModelIndex(), input.first); in findTempsAsStepModelOutputs() local
702 for (const SourceOperandIndex& sourceOperandIndex : step->outerInputOperands) { in findTempsAsStepModelOutputs() local
706 for (const SourceOperandIndex& sourceOperandIndex : step->outerInputOperands) { in findTempsAsStepModelOutputs() local
834 uint32_t sourceOperandIndex = e.first; in finishStepModel() local
844 uint32_t sourceOperandIndex = e.first; in finishStepModel() local
854 uint32_t sourceOperandIndex = e.first; in finishStepModel() local
926 for (const auto& sourceOperandIndex : operands) { in finish() local
1014 sourceModels](const SourceOperandIndex& sourceOperandIndex) { in findControlFlowBoundaryConstants()
1039 for (const auto& sourceOperandIndex : step->outerInputOperands) { in findControlFlowBoundaryConstants() local
1043 for (const auto& sourceOperandIndex : step->outerInputOperands) { in findControlFlowBoundaryConstants() local
1300 Operand::LifeTime::TEMPORARY_VARIABLE) { in makeController()
1368 for (const auto& sourceOperandIndex : step->outerOutputOperands) { in makeController() local
1385 for (const auto& sourceOperandIndex : step->outerOutputOperands) { in makeController() local
1391 for (const auto& sourceOperandIndex : step->bodyOutputOperands) { in makeController() local
1421 const Operand& sourceOperand, uint32_t definingStepIndex) { in makeController()
1945 void ExecutionPlan::recordOutputDef(SourceOperandIndex sourceOperandIndex, uint32_t stepIndex) { in recordOutputDef()
1952 void ExecutionPlan::recordTemporaryDef(SourceOperandIndex sourceOperandIndex, uint32_t stepIndex) { in recordTemporaryDef()
2068 const auto sourceOperandIndex = mPlan->getInputSourceOperand(index); in forEachStepRoleOfInput() local
2075 const auto sourceOperandIndex = mPlan->getOutputSourceOperand(index); in forEachStepRoleOfOutput() local
2095 const auto sourceOperandIndex = type == IOType::INPUT ? getInputSourceOperand(index) in getMemoryPreference() local
2125 const auto sourceOperandIndex = SourceOperandIndex(sourceModelIndex, entry.first); in forEachDynamicTemporary() local