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

  /external/v8/src/compiler/
register-allocator-verifier.cc 251 CHECK_WITH_MSG(op->IsStackSlot() || op->IsFPStackSlot(), caller_info_);
255 CHECK_WITH_MSG(op->IsStackSlot() || op->IsFPStackSlot(), caller_info_);
263 CHECK_WITH_MSG(op->IsFPRegister() || op->IsFPStackSlot(), caller_info_);
gap-resolver.cc 208 if (source.IsStackSlot() || source.IsFPStackSlot()) {
instruction.cc 109 return (IsFPRegister() || IsFPStackSlot()) &&
110 (op->IsFPRegister() || op->IsFPStackSlot());
183 } else if (op.IsFPStackSlot()) {
398 DCHECK(!op.IsFPRegister() && !op.IsFPStackSlot());
    [all...]
instruction.h 88 inline bool IsFPStackSlot() const;
440 DCHECK(IsStackSlot() || IsFPStackSlot());
613 bool InstructionOperand::IsFPStackSlot() const {
    [all...]
move-optimizer.cc 506 return op.IsStackSlot() || op.IsFPStackSlot();
code-generator.cc     [all...]
register-allocator.cc 337 DCHECK(op.IsStackSlot() || op.IsFPStackSlot());
709 DCHECK(spill_op.IsStackSlot() || spill_op.IsFPStackSlot());
    [all...]
  /external/v8/src/compiler/mips64/
code-generator-mips64.cc 124 DCHECK(op->IsStackSlot() || op->IsFPStackSlot());
    [all...]
  /external/v8/src/compiler/x64/
code-generator-x64.cc 55 DCHECK(op->IsStackSlot() || op->IsFPStackSlot());
    [all...]
  /external/v8/src/compiler/mips/
code-generator-mips.cc 121 DCHECK(op->IsStackSlot() || op->IsFPStackSlot());
    [all...]
  /external/v8/src/compiler/s390/
code-generator-s390.cc 107 DCHECK(op->IsStackSlot() || op->IsFPStackSlot());
150 return instr->InputAt(index)->IsFPStackSlot();
    [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc 106 DCHECK(op->IsStackSlot() || op->IsFPStackSlot());
    [all...]
  /external/v8/src/compiler/ia32/
code-generator-ia32.cc 55 DCHECK(op->IsStackSlot() || op->IsFPStackSlot());
    [all...]
  /external/v8/src/compiler/arm64/
code-generator-arm64.cc 237 DCHECK(op->IsStackSlot() || op->IsFPStackSlot());
    [all...]
  /external/v8/src/compiler/arm/
code-generator-arm.cc 139 DCHECK(op->IsStackSlot() || op->IsFPStackSlot());
    [all...]

Completed in 190 milliseconds