Home | History | Annotate | Download | only in runtime

Lines Matching defs:lifetime

55     operand.lifetime = OperandLifeTime::TEMPORARY_VARIABLE;
74 operand.lifetime = OperandLifeTime::NO_VALUE;
96 operand.lifetime = OperandLifeTime::CONSTANT_COPY;
103 operand.lifetime = OperandLifeTime::CONSTANT_REFERENCE;
122 nnAssert(operand.lifetime == OperandLifeTime::CONSTANT_REFERENCE);
168 operand.lifetime = OperandLifeTime::CONSTANT_REFERENCE;
232 // the lifetime info of the corresponding operand.
234 const uint32_t* indexList, OperandLifeTime lifetime) -> bool {
247 if (operand.lifetime != OperandLifeTime::TEMPORARY_VARIABLE) {
254 operand.lifetime = lifetime;
308 auto lifetime = mOperands[operandIndex].lifetime;
309 if (lifetime == OperandLifeTime::TEMPORARY_VARIABLE ||
310 lifetime == OperandLifeTime::MODEL_OUTPUT) {