HomeSort by relevance Sort by last modified time
    Searched refs:OutputAt (Results 1 - 7 of 7) sorted by null

  /external/v8/src/compiler/
code-generator-impl.h 76 return ToRegister(instr_->OutputAt(index));
instruction-selector-unittest.cc 68 InstructionOperand* output = instr->OutputAt(i);
135 EXPECT_EQ(InstructionOperand::CONSTANT, s[0]->OutputAt(0)->kind());
136 EXPECT_EQ(0, s.ToInt32(s[0]->OutputAt(0)));
register-allocator.cc 760 InstructionOperand* output_operand = last_instruction->OutputAt(i);
828 InstructionOperand* output = first->OutputAt(i);
888 InstructionOperand* output = second->OutputAt(i);
925 InstructionOperand* output = instr->OutputAt(i);
935 InstructionOperand* output = instr->OutputAt(i);
    [all...]
code-generator.cc 339 AddTranslationForOperand(translation, instr, instr->OutputAt(0));
instruction.h 407 InstructionOperand* OutputAt(size_t i) const {
413 InstructionOperand* Output() const { return OutputAt(0); }
instruction.cc 257 os << *instr.OutputAt(i);
  /external/v8/test/cctest/compiler/
test-instruction.cc 337 CHECK_EQ(outputs[z], m->OutputAt(z));

Completed in 329 milliseconds