Searched refs:OutputAt (Results 1 – 7 of 7) sorted by relevance
76 return ToRegister(instr_->OutputAt(index));
68 InstructionOperand* output = instr->OutputAt(i); in Build()135 EXPECT_EQ(InstructionOperand::CONSTANT, s[0]->OutputAt(0)->kind()); in TARGET_TEST_F()136 EXPECT_EQ(0, s.ToInt32(s[0]->OutputAt(0))); in TARGET_TEST_F()
760 InstructionOperand* output_operand = last_instruction->OutputAt(i); in MeetRegisterConstraintsForLastInstructionInBlock()828 InstructionOperand* output = first->OutputAt(i); in MeetConstraintsBetween()888 InstructionOperand* output = second->OutputAt(i); in MeetConstraintsBetween()925 InstructionOperand* output = instr->OutputAt(i); in IsOutputRegisterOf()935 InstructionOperand* output = instr->OutputAt(i); in IsOutputDoubleRegisterOf()997 InstructionOperand* output = instr->OutputAt(i); in ProcessInstructions()
407 InstructionOperand* OutputAt(size_t i) const { in OutputAt() function413 InstructionOperand* Output() const { return OutputAt(0); } in Output()
339 AddTranslationForOperand(translation, instr, instr->OutputAt(0)); in BuildTranslationForFrameStateDescriptor()
257 os << *instr.OutputAt(i); in operator <<()
337 CHECK_EQ(outputs[z], m->OutputAt(z)); in TEST()