Home
last modified time | relevance | path

Searched refs:OutputAt (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/v8/src/compiler/
Dcode-generator-impl.h76 return ToRegister(instr_->OutputAt(index));
Dinstruction-selector-unittest.cc68 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()
Dregister-allocator.cc760 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()
Dinstruction.h407 InstructionOperand* OutputAt(size_t i) const { in OutputAt() function
413 InstructionOperand* Output() const { return OutputAt(0); } in Output()
Dcode-generator.cc339 AddTranslationForOperand(translation, instr, instr->OutputAt(0)); in BuildTranslationForFrameStateDescriptor()
Dinstruction.cc257 os << *instr.OutputAt(i); in operator <<()
/external/chromium_org/v8/test/cctest/compiler/
Dtest-instruction.cc337 CHECK_EQ(outputs[z], m->OutputAt(z)); in TEST()