/external/v8/src/crankshaft/x64/ |
D | lithium-gap-resolver-x64.cc | 153 DCHECK(destination->IsStackSlot()); in EmitMove() 158 } else if (source->IsStackSlot()) { in EmitMove() 164 DCHECK(destination->IsStackSlot()); in EmitMove() 199 DCHECK(destination->IsStackSlot()); in EmitMove() 251 } else if ((source->IsRegister() && destination->IsStackSlot()) || in EmitSwap() 252 (source->IsStackSlot() && destination->IsRegister())) { in EmitSwap() 262 } else if ((source->IsStackSlot() && destination->IsStackSlot()) || in EmitSwap()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-gap-resolver-arm64.cc | 159 } else if (source->IsStackSlot()) { in BreakCycle() 184 } else if (saved_destination_->IsStackSlot()) { in RestoreValue() 213 DCHECK(destination->IsStackSlot()); in EmitMove() 217 } else if (source->IsStackSlot()) { in EmitMove() 222 DCHECK(destination->IsStackSlot()); in EmitMove() 241 DCHECK(destination->IsStackSlot()); in EmitMove()
|
D | delayed-masm-arm64.cc | 17 DCHECK((src->IsStackSlot() && dst->IsStackSlot()) || in StackSlotMove()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-gap-resolver-ppc.cc | 150 } else if (source->IsStackSlot()) { in BreakCycle() 171 } else if (saved_destination_->IsStackSlot()) { in RestoreValue() 198 DCHECK(destination->IsStackSlot()); in EmitMove() 201 } else if (source->IsStackSlot()) { in EmitMove() 206 DCHECK(destination->IsStackSlot()); in EmitMove() 231 DCHECK(destination->IsStackSlot()); in EmitMove()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-gap-resolver-mips64.cc | 148 } else if (source->IsStackSlot()) { in BreakCycle() 169 } else if (saved_destination_->IsStackSlot()) { in RestoreValue() 198 DCHECK(destination->IsStackSlot()); in EmitMove() 201 } else if (source->IsStackSlot()) { in EmitMove() 206 DCHECK(destination->IsStackSlot()); in EmitMove() 242 DCHECK(destination->IsStackSlot()); in EmitMove()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-gap-resolver-mips.cc | 148 } else if (source->IsStackSlot()) { in BreakCycle() 169 } else if (saved_destination_->IsStackSlot()) { in RestoreValue() 198 DCHECK(destination->IsStackSlot()); in EmitMove() 201 } else if (source->IsStackSlot()) { in EmitMove() 206 DCHECK(destination->IsStackSlot()); in EmitMove() 242 DCHECK(destination->IsStackSlot()); in EmitMove()
|
D | lithium-codegen-mips.cc | 425 } else if (op->IsStackSlot()) { in EmitLoadRegister() 461 } else if (op->IsStackSlot()) { in EmitLoadDoubleRegister() 553 DCHECK(op->IsStackSlot() || op->IsDoubleStackSlot()); in ToMemOperand() 634 if (op->IsStackSlot()) { in AddToTranslation() 706 } else if (context->IsStackSlot()) { in LoadContextFromDeferred() 868 if (pointer->IsStackSlot()) { in RecordSafepoint() 1475 if (right_op->IsStackSlot()) { in DoBitI() 1600 if (right->IsStackSlot()) { in DoSubI() 1610 if (right->IsStackSlot()) { in DoSubI() 1747 if (right->IsStackSlot()) { in DoAddI() [all …]
|
/external/v8/src/crankshaft/arm/ |
D | lithium-gap-resolver-arm.cc | 163 } else if (source->IsStackSlot()) { in BreakCycle() 184 } else if (saved_destination_->IsStackSlot()) { in RestoreValue() 211 DCHECK(destination->IsStackSlot()); in EmitMove() 214 } else if (source->IsStackSlot()) { in EmitMove() 219 DCHECK(destination->IsStackSlot()); in EmitMove() 249 DCHECK(destination->IsStackSlot()); in EmitMove()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-gap-resolver-x87.cc | 271 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in EmitMove() 276 } else if (source->IsStackSlot()) { in EmitMove() 277 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in EmitMove() 313 DCHECK(destination->IsStackSlot()); in EmitMove() 379 } else if ((source->IsRegister() && destination->IsStackSlot()) || in EmitSwap() 380 (source->IsStackSlot() && destination->IsRegister())) { in EmitSwap() 399 } else if (source->IsStackSlot() && destination->IsStackSlot()) { in EmitSwap()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-gap-resolver-ia32.cc | 270 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in EmitMove() 275 } else if (source->IsStackSlot()) { in EmitMove() 276 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in EmitMove() 316 DCHECK(destination->IsStackSlot()); in EmitMove() 376 } else if ((source->IsRegister() && destination->IsStackSlot()) || in EmitSwap() 377 (source->IsStackSlot() && destination->IsRegister())) { in EmitSwap() 396 } else if (source->IsStackSlot() && destination->IsStackSlot()) { in EmitSwap()
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 50 DCHECK(op->IsStackSlot() || op->IsDoubleStackSlot()); in ToOperand() 1506 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleMove() 1510 } else if (source->IsStackSlot()) { in AssembleMove() 1511 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleMove() 1531 DCHECK(destination->IsStackSlot()); in AssembleMove() 1540 DCHECK(destination->IsStackSlot()); in AssembleMove() 1553 } else if (destination->IsStackSlot()) { in AssembleMove() 1622 } else if (source->IsRegister() && destination->IsStackSlot()) { in AssembleSwap() 1632 } else if (source->IsStackSlot() && destination->IsStackSlot()) { in AssembleSwap()
|
/external/v8/src/compiler/arm/ |
D | code-generator-arm.cc | 151 DCHECK(op->IsStackSlot() || op->IsDoubleStackSlot()); in ToMemOperand() 1181 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleMove() 1188 } else if (source->IsStackSlot()) { in AssembleMove() 1189 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleMove() 1200 if (destination->IsRegister() || destination->IsStackSlot()) { in AssembleMove() 1238 if (destination->IsStackSlot()) __ str(dst, g.ToMemOperand(destination)); in AssembleMove() 1298 DCHECK(destination->IsStackSlot()); in AssembleSwap() 1304 } else if (source->IsStackSlot()) { in AssembleSwap() 1305 DCHECK(destination->IsStackSlot()); in AssembleSwap()
|
/external/v8/src/compiler/ |
D | gap-resolver.cc | 97 if (source.IsStackSlot() || source.IsDoubleStackSlot()) { in PerformMove()
|
D | code-generator.cc | 234 if (operand.IsStackSlot()) { in RecordSafepoint() 467 CHECK(op->IsStackSlot() || op->IsDoubleStackSlot() || op->IsImmediate()); in RecordCallPosition() 632 if (op->IsStackSlot()) { in AddTranslationForOperand()
|
D | register-allocator-verifier.cc | 244 CHECK(op->IsStackSlot()); in CheckConstraint() 248 CHECK(op->IsStackSlot()); in CheckConstraint() 254 CHECK(op->IsRegister() || op->IsStackSlot()); in CheckConstraint()
|
D | instruction.h | 70 inline bool IsStackSlot() const; 414 DCHECK(IsStackSlot() || IsDoubleStackSlot()); in index() 525 bool InstructionOperand::IsStackSlot() const { in IsStackSlot() function
|
D | move-optimizer.cc | 297 return op.IsStackSlot() || op.IsDoubleStackSlot(); in IsSlot()
|
D | instruction.cc | 128 if (op.IsStackSlot()) { in operator <<() 334 if (op.IsStackSlot() && LocationOperand::cast(op).index() < 0) return; in RecordReference()
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 105 DCHECK(op->IsStackSlot() || op->IsDoubleStackSlot()); in ToMemOperand() 1665 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleMove() 1672 } else if (source->IsStackSlot()) { in AssembleMove() 1673 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleMove() 1684 if (destination->IsRegister() || destination->IsStackSlot()) { in AssembleMove() 1722 if (destination->IsStackSlot()) { in AssembleMove() 1776 DCHECK(destination->IsStackSlot()); in AssembleSwap() 1783 } else if (source->IsStackSlot() || source->IsDoubleStackSlot()) { in AssembleSwap() 1785 } else if (source->IsStackSlot()) { in AssembleSwap() 1786 DCHECK(destination->IsStackSlot()); in AssembleSwap()
|
/external/v8/src/compiler/x87/ |
D | code-generator-x87.cc | 44 DCHECK(op->IsStackSlot() || op->IsDoubleStackSlot()); in ToOperand() 1067 DCHECK(input->IsRegister() || input->IsStackSlot()); in AssembleArchInstruction() 1903 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleMove() 1907 } else if (source->IsStackSlot()) { in AssembleMove() 1908 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleMove() 1928 DCHECK(destination->IsStackSlot()); in AssembleMove() 1937 DCHECK(destination->IsStackSlot()); in AssembleMove() 1950 } else if (destination->IsStackSlot()) { in AssembleMove() 2051 } else if (source->IsRegister() && destination->IsStackSlot()) { in AssembleSwap() 2054 } else if (source->IsStackSlot() && destination->IsStackSlot()) { in AssembleSwap()
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 122 DCHECK(op->IsStackSlot() || op->IsDoubleStackSlot()); in ToMemOperand() 1547 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleMove() 1554 } else if (source->IsStackSlot()) { in AssembleMove() 1555 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleMove() 1566 if (destination->IsRegister() || destination->IsStackSlot()) { in AssembleMove() 1602 if (destination->IsStackSlot()) __ sw(dst, g.ToMemOperand(destination)); in AssembleMove() 1662 DCHECK(destination->IsStackSlot()); in AssembleSwap() 1668 } else if (source->IsStackSlot()) { in AssembleSwap() 1669 DCHECK(destination->IsStackSlot()); in AssembleSwap()
|
/external/v8/src/crankshaft/ |
D | lithium.cc | 213 if (op->IsStackSlot() && op->index() < 0) return; in RecordPointer() 221 if (op->IsStackSlot() && op->index() < 0) return; in RemovePointer() 234 if (op->IsStackSlot() && op->index() < 0) return; in RecordUntagged()
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 209 DCHECK(op->IsStackSlot() || op->IsDoubleStackSlot()); in ToMemOperand() 1467 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleMove() 1474 } else if (source->IsStackSlot()) { in AssembleMove() 1476 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleMove() 1487 if (destination->IsRegister() || destination->IsStackSlot()) { in AssembleMove() 1505 if (destination->IsStackSlot()) { in AssembleMove() 1574 DCHECK(destination->IsStackSlot()); in AssembleSwap() 1580 } else if (source->IsStackSlot() || source->IsDoubleStackSlot()) { in AssembleSwap()
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 122 DCHECK(op->IsStackSlot() || op->IsDoubleStackSlot()); in ToMemOperand() 1784 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleMove() 1791 } else if (source->IsStackSlot()) { in AssembleMove() 1792 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleMove() 1803 if (destination->IsRegister() || destination->IsStackSlot()) { in AssembleMove() 1839 if (destination->IsStackSlot()) __ sd(dst, g.ToMemOperand(destination)); in AssembleMove() 1899 DCHECK(destination->IsStackSlot()); in AssembleSwap() 1905 } else if (source->IsStackSlot()) { in AssembleSwap() 1906 DCHECK(destination->IsStackSlot()); in AssembleSwap()
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 51 DCHECK(op->IsStackSlot() || op->IsDoubleStackSlot()); in ToOperand() 1927 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleMove() 1934 } else if (source->IsStackSlot()) { in AssembleMove() 1935 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleMove() 1951 if (destination->IsRegister() || destination->IsStackSlot()) { in AssembleMove() 1990 if (destination->IsStackSlot()) { in AssembleMove() 2054 } else if (source->IsRegister() && destination->IsStackSlot()) { in AssembleSwap() 2063 } else if ((source->IsStackSlot() && destination->IsStackSlot()) || in AssembleSwap()
|