Home
last modified time | relevance | path

Searched refs:IsStackSlot (Results 1 – 25 of 36) sorted by relevance

12

/external/v8/src/crankshaft/x64/
Dlithium-gap-resolver-x64.cc153 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/
Dlithium-gap-resolver-arm64.cc159 } 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()
Ddelayed-masm-arm64.cc17 DCHECK((src->IsStackSlot() && dst->IsStackSlot()) || in StackSlotMove()
/external/v8/src/crankshaft/ppc/
Dlithium-gap-resolver-ppc.cc150 } 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/
Dlithium-gap-resolver-mips64.cc148 } 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/
Dlithium-gap-resolver-mips.cc148 } 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()
Dlithium-codegen-mips.cc425 } 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/
Dlithium-gap-resolver-arm.cc163 } 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/
Dlithium-gap-resolver-x87.cc271 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/
Dlithium-gap-resolver-ia32.cc270 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/
Dcode-generator-ia32.cc50 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/
Dcode-generator-arm.cc151 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/
Dgap-resolver.cc97 if (source.IsStackSlot() || source.IsDoubleStackSlot()) { in PerformMove()
Dcode-generator.cc234 if (operand.IsStackSlot()) { in RecordSafepoint()
467 CHECK(op->IsStackSlot() || op->IsDoubleStackSlot() || op->IsImmediate()); in RecordCallPosition()
632 if (op->IsStackSlot()) { in AddTranslationForOperand()
Dregister-allocator-verifier.cc244 CHECK(op->IsStackSlot()); in CheckConstraint()
248 CHECK(op->IsStackSlot()); in CheckConstraint()
254 CHECK(op->IsRegister() || op->IsStackSlot()); in CheckConstraint()
Dinstruction.h70 inline bool IsStackSlot() const;
414 DCHECK(IsStackSlot() || IsDoubleStackSlot()); in index()
525 bool InstructionOperand::IsStackSlot() const { in IsStackSlot() function
Dmove-optimizer.cc297 return op.IsStackSlot() || op.IsDoubleStackSlot(); in IsSlot()
Dinstruction.cc128 if (op.IsStackSlot()) { in operator <<()
334 if (op.IsStackSlot() && LocationOperand::cast(op).index() < 0) return; in RecordReference()
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc105 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/
Dcode-generator-x87.cc44 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/
Dcode-generator-mips.cc122 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/
Dlithium.cc213 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/
Dcode-generator-arm64.cc209 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/
Dcode-generator-mips64.cc122 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/
Dcode-generator-x64.cc51 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()

12