Home
last modified time | relevance | path

Searched refs:IsStackSlot (Results 1 – 25 of 42) 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/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/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/s390/
Dlithium-gap-resolver-s390.cc146 } else if (source->IsStackSlot()) { in BreakCycle()
166 } else if (saved_destination_->IsStackSlot()) { in RestoreValue()
192 DCHECK(destination->IsStackSlot()); in EmitMove()
195 } else if (source->IsStackSlot()) { in EmitMove()
200 DCHECK(destination->IsStackSlot()); in EmitMove()
225 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/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/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()
/external/v8/src/crankshaft/x87/
Dlithium-gap-resolver-x87.cc268 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in EmitMove()
273 } else if (source->IsStackSlot()) { in EmitMove()
274 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in EmitMove()
310 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/crankshaft/ia32/
Dlithium-gap-resolver-ia32.cc267 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in EmitMove()
272 } else if (source->IsStackSlot()) { in EmitMove()
273 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in EmitMove()
313 DCHECK(destination->IsStackSlot()); in EmitMove()
373 } else if ((source->IsRegister() && destination->IsStackSlot()) || in EmitSwap()
374 (source->IsStackSlot() && destination->IsRegister())) { in EmitSwap()
393 } else if (source->IsStackSlot() && destination->IsStackSlot()) { in EmitSwap()
/external/v8/src/compiler/
Dgap-resolver.cc97 if (source.IsStackSlot() || source.IsFPStackSlot()) { in PerformMove()
Dregister-allocator-verifier.cc242 CHECK(op->IsStackSlot()); in CheckConstraint()
246 CHECK(op->IsStackSlot()); in CheckConstraint()
252 CHECK(op->IsRegister() || op->IsStackSlot()); in CheckConstraint()
Dcode-generator.cc262 if (operand.IsStackSlot()) { in RecordSafepoint()
536 CHECK(op->IsStackSlot() || op->IsFPStackSlot() || op->IsImmediate()); in RecordCallPosition()
704 if (op->IsStackSlot()) { in AddTranslationForOperand()
Dinstruction.h73 inline bool IsStackSlot() const;
422 DCHECK(IsStackSlot() || IsFPStackSlot()); in index()
568 bool InstructionOperand::IsStackSlot() const { in IsStackSlot() function
/external/v8/src/compiler/x87/
Dcode-generator-x87.cc45 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToOperand()
1365 DCHECK(input->IsRegister() || input->IsStackSlot()); in AssembleArchInstruction()
1382 DCHECK(input->IsRegister() || input->IsStackSlot()); in AssembleArchInstruction()
1425 DCHECK(input->IsRegister() || input->IsStackSlot()); in AssembleArchInstruction()
2393 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleMove()
2397 } else if (source->IsStackSlot()) { in AssembleMove()
2398 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleMove()
2418 DCHECK(destination->IsStackSlot()); in AssembleMove()
2427 DCHECK(destination->IsStackSlot()); in AssembleMove()
2440 } else if (destination->IsStackSlot()) { in AssembleMove()
[all …]
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc51 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToOperand()
1849 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleMove()
1853 } else if (source->IsStackSlot()) { in AssembleMove()
1854 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleMove()
1874 DCHECK(destination->IsStackSlot()); in AssembleMove()
1883 DCHECK(destination->IsStackSlot()); in AssembleMove()
1896 } else if (destination->IsStackSlot()) { in AssembleMove()
1965 } else if (source->IsRegister() && destination->IsStackSlot()) { in AssembleSwap()
1975 } else if (source->IsStackSlot() && destination->IsStackSlot()) { in AssembleSwap()
/external/v8/src/crankshaft/
Dlithium.cc218 if (op->IsStackSlot() && op->index() < 0) return; in RecordPointer()
226 if (op->IsStackSlot() && op->index() < 0) return; in RemovePointer()
239 if (op->IsStackSlot() && op->index() < 0) return; in RecordUntagged()
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc122 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand()
1882 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleMove()
1889 } else if (source->IsStackSlot()) { in AssembleMove()
1890 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleMove()
1901 if (destination->IsRegister() || destination->IsStackSlot()) { in AssembleMove()
1943 if (destination->IsStackSlot()) __ sw(dst, g.ToMemOperand(destination)); in AssembleMove()
2009 DCHECK(destination->IsStackSlot()); in AssembleSwap()
2015 } else if (source->IsStackSlot()) { in AssembleSwap()
2016 DCHECK(destination->IsStackSlot()); in AssembleSwap()
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc131 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand()
1555 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleMove()
1562 } else if (source->IsStackSlot()) { in AssembleMove()
1563 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleMove()
1574 if (destination->IsRegister() || destination->IsStackSlot()) { in AssembleMove()
1618 if (destination->IsStackSlot()) __ str(dst, g.ToMemOperand(destination)); in AssembleMove()
1705 DCHECK(destination->IsStackSlot()); in AssembleSwap()
1711 } else if (source->IsStackSlot()) { in AssembleSwap()
1712 DCHECK(destination->IsStackSlot()); in AssembleSwap()
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc92 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand()
2003 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleMove()
2010 } else if (source->IsStackSlot()) { in AssembleMove()
2011 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleMove()
2022 if (destination->IsRegister() || destination->IsStackSlot()) { in AssembleMove()
2080 if (destination->IsStackSlot()) { in AssembleMove()
2154 DCHECK(destination->IsStackSlot()); in AssembleMove()
2161 } else if (source->IsStackSlot() || source->IsFPStackSlot()) { in AssembleMove()
2163 } else if (source->IsStackSlot()) { in AssembleMove()
2164 DCHECK(destination->IsStackSlot()); in AssembleMove()
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc106 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand()
1999 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleMove()
2006 } else if (source->IsStackSlot()) { in AssembleMove()
2007 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleMove()
2018 if (destination->IsRegister() || destination->IsStackSlot()) { in AssembleMove()
2076 if (destination->IsStackSlot()) { in AssembleMove()
2146 DCHECK(destination->IsStackSlot()); in AssembleMove()
2153 } else if (source->IsStackSlot() || source->IsFPStackSlot()) { in AssembleMove()
2155 } else if (source->IsStackSlot()) { in AssembleMove()
2156 DCHECK(destination->IsStackSlot()); in AssembleMove()
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc52 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToOperand()
2182 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleMove()
2189 } else if (source->IsStackSlot()) { in AssembleMove()
2190 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleMove()
2206 if (destination->IsRegister() || destination->IsStackSlot()) { in AssembleMove()
2262 if (destination->IsStackSlot()) { in AssembleMove()
2325 } else if (source->IsRegister() && destination->IsStackSlot()) { in AssembleSwap()
2334 } else if ((source->IsStackSlot() && destination->IsStackSlot()) || in AssembleSwap()
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc240 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand()
1812 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleMove()
1819 } else if (source->IsStackSlot()) { in AssembleMove()
1821 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleMove()
1832 if (destination->IsRegister() || destination->IsStackSlot()) { in AssembleMove()
1850 if (destination->IsStackSlot()) { in AssembleMove()
1919 DCHECK(destination->IsStackSlot()); in AssembleSwap()
1925 } else if (source->IsStackSlot() || source->IsFPStackSlot()) { in AssembleSwap()
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc122 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand()
2131 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleMove()
2138 } else if (source->IsStackSlot()) { in AssembleMove()
2139 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleMove()
2150 if (destination->IsRegister() || destination->IsStackSlot()) { in AssembleMove()
2196 if (destination->IsStackSlot()) __ sd(dst, g.ToMemOperand(destination)); in AssembleMove()
2256 DCHECK(destination->IsStackSlot()); in AssembleSwap()
2262 } else if (source->IsStackSlot()) { in AssembleSwap()
2263 DCHECK(destination->IsStackSlot()); in AssembleSwap()
/external/v8/test/unittests/compiler/
Dnode-test-utils.h300 Matcher<Node*> IsStackSlot(const Matcher<MachineRepresentation>& rep_matcher);
426 Matcher<Node*> IsStackSlot();

12