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

  /external/v8/src/compiler/
instruction-scheduler.h 188 (instr->OutputAt(0)->IsUnallocated()) &&
189 (UnallocatedOperand::cast(instr->OutputAt(0))
191 UnallocatedOperand::cast(instr->OutputAt(0))
register-allocator-verifier.cc 78 BuildConstraint(instr->OutputAt(i), &op_constraints[count]);
138 CheckConstraint(instr->OutputAt(i), &op_constraints[count]);
526 block_assessments->AddDefinition(*instr->OutputAt(i), virtual_register);
529 AllocatedOperand::cast(instr->OutputAt(i));
code-generator-impl.h 101 return ToRegister(instr_->OutputAt(index));
move-optimizer.cc 182 outputs.InsertOp(*instruction->OutputAt(i));
233 src_cant_be.InsertOp(*from->OutputAt(i));
instruction-scheduler.cc 192 const InstructionOperand* output = instr->OutputAt(i);
instruction.h 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); }
    [all...]
instruction.cc 543 printable_op.op_ = *instr.OutputAt(i);
805 const InstructionOperand* output = instruction->OutputAt(i);
    [all...]
register-allocator.cc     [all...]
code-generator.cc     [all...]
  /external/v8/src/compiler/mips/
instruction-scheduler-mips.cc     [all...]
code-generator-mips.cc 39 return ToSingleRegister(instr_->OutputAt(index));
    [all...]
  /external/v8/src/compiler/mips64/
instruction-scheduler-mips64.cc     [all...]
code-generator-mips64.cc 41 return ToSingleRegister(instr_->OutputAt(index));
    [all...]
  /external/v8/src/compiler/arm64/
code-generator-arm64.cc     [all...]
  /external/v8/src/compiler/x64/
code-generator-x64.cc     [all...]
  /external/v8/src/compiler/arm/
code-generator-arm.cc     [all...]
  /external/v8/src/compiler/ia32/
code-generator-ia32.cc     [all...]
  /external/v8/src/compiler/s390/
code-generator-s390.cc 133 return instr->OutputCount() > 0 && instr->OutputAt(index)->IsRegister();
    [all...]

Completed in 267 milliseconds