Home | History | Annotate | Download | only in compiler

Lines Matching full:outputat

692   const InstructionOperand* OutputAt(size_t i) const {
696 InstructionOperand* OutputAt(size_t i) {
702 const InstructionOperand* Output() const { return OutputAt(0); }
703 InstructionOperand* Output() { return OutputAt(0); }