Home | History | Annotate | Download | only in compiler

Lines Matching refs:OutputAt

805   const InstructionOperand* OutputAt(size_t i) const {
809 InstructionOperand* OutputAt(size_t i) {
815 const InstructionOperand* Output() const { return OutputAt(0); }
816 InstructionOperand* Output() { return OutputAt(0); }