Lines Matching refs:LifeTime
102 .lifetime = Operand::LifeTime::TEMPORARY_VARIABLE, in addOperand()
137 operand.lifetime = Operand::LifeTime::NO_VALUE; in setOperandValue()
165 operand.lifetime = Operand::LifeTime::CONSTANT_COPY; in setOperandValue()
172 operand.lifetime = Operand::LifeTime::CONSTANT_REFERENCE; in setOperandValue()
206 operand.lifetime = Operand::LifeTime::SUBGRAPH; in setOperandValueFromModel()
293 CHECK_EQ(operand.lifetime, Operand::LifeTime::CONSTANT_REFERENCE); in copyLargeValuesToSharedMemory()
349 operand.lifetime = Operand::LifeTime::CONSTANT_REFERENCE; in setOperandValueFromMemory()
437 const uint32_t* indexList, Operand::LifeTime lifetime) -> bool { in identifyInputsAndOutputs()
451 if (operand.lifetime != Operand::LifeTime::TEMPORARY_VARIABLE) { in identifyInputsAndOutputs()
463 if (!setArguments(&mInputIndexes, inputCount, inputs, Operand::LifeTime::SUBGRAPH_INPUT) || in identifyInputsAndOutputs()
464 !setArguments(&mOutputIndexes, outputCount, outputs, Operand::LifeTime::SUBGRAPH_OUTPUT)) { in identifyInputsAndOutputs()
581 if (operand.lifetime == Operand::LifeTime::CONSTANT_COPY) { in matchesSpec()
583 } else if (operand.lifetime == Operand::LifeTime::POINTER) { in matchesSpec()
819 if (lifetime == Operand::LifeTime::TEMPORARY_VARIABLE || in sortIntoRunOrder()
820 lifetime == Operand::LifeTime::SUBGRAPH_OUTPUT) { in sortIntoRunOrder()
924 if (operand.lifetime == Operand::LifeTime::CONSTANT_COPY) { in updateOperandLocations()
929 } else if (operand.lifetime == Operand::LifeTime::CONSTANT_REFERENCE) { in updateOperandLocations()
936 if (operand.lifetime == Operand::LifeTime::SUBGRAPH) { in updateOperandLocations()