Lines Matching refs:LifeTime
106 .lifetime = Operand::LifeTime::TEMPORARY_VARIABLE, in addOperand()
142 operand.lifetime = Operand::LifeTime::NO_VALUE; in setOperandValue()
170 operand.lifetime = Operand::LifeTime::CONSTANT_COPY; in setOperandValue()
177 operand.lifetime = Operand::LifeTime::CONSTANT_REFERENCE; in setOperandValue()
211 operand.lifetime = Operand::LifeTime::SUBGRAPH; in setOperandValueFromModel()
298 CHECK_EQ(operand.lifetime, Operand::LifeTime::CONSTANT_REFERENCE); in copyLargeValuesToSharedMemory()
355 operand.lifetime = Operand::LifeTime::CONSTANT_REFERENCE; in setOperandValueFromMemory()
454 const uint32_t* indexList, Operand::LifeTime lifetime) -> bool { in identifyInputsAndOutputs()
468 if (operand.lifetime != Operand::LifeTime::TEMPORARY_VARIABLE) { in identifyInputsAndOutputs()
480 if (!setArguments(&mInputIndexes, inputCount, inputs, Operand::LifeTime::SUBGRAPH_INPUT) || in identifyInputsAndOutputs()
481 !setArguments(&mOutputIndexes, outputCount, outputs, Operand::LifeTime::SUBGRAPH_OUTPUT)) { in identifyInputsAndOutputs()
611 if (operand.lifetime == Operand::LifeTime::CONSTANT_COPY) { in matchesSpec()
613 } else if (operand.lifetime == Operand::LifeTime::POINTER) { in matchesSpec()
849 if (lifetime == Operand::LifeTime::TEMPORARY_VARIABLE || in sortIntoRunOrder()
850 lifetime == Operand::LifeTime::SUBGRAPH_OUTPUT) { in sortIntoRunOrder()
962 if (operand.lifetime == Operand::LifeTime::CONSTANT_COPY) { in updateOperandLocations()
967 } else if (operand.lifetime == Operand::LifeTime::CONSTANT_REFERENCE) { in updateOperandLocations()
974 if (operand.lifetime == Operand::LifeTime::SUBGRAPH) { in updateOperandLocations()