Home | History | Annotate | Download | only in arm64

Lines Matching refs:results_

288   void set_result(LOperand* operand) { results_[0] = operand; }
289 LOperand* result() const override { return results_[0]; }
292 EmbeddedContainer<LOperand*, R> results_;