/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/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/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/s390/ |
D | lithium-gap-resolver-s390.cc | 146 } 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/ |
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/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/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()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-gap-resolver-x87.cc | 268 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/ |
D | lithium-gap-resolver-ia32.cc | 267 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/ |
D | gap-resolver.cc | 97 if (source.IsStackSlot() || source.IsFPStackSlot()) { in PerformMove()
|
D | register-allocator-verifier.cc | 242 CHECK(op->IsStackSlot()); in CheckConstraint() 246 CHECK(op->IsStackSlot()); in CheckConstraint() 252 CHECK(op->IsRegister() || op->IsStackSlot()); in CheckConstraint()
|
D | code-generator.cc | 262 if (operand.IsStackSlot()) { in RecordSafepoint() 536 CHECK(op->IsStackSlot() || op->IsFPStackSlot() || op->IsImmediate()); in RecordCallPosition() 704 if (op->IsStackSlot()) { in AddTranslationForOperand()
|
D | instruction.h | 73 inline bool IsStackSlot() const; 422 DCHECK(IsStackSlot() || IsFPStackSlot()); in index() 568 bool InstructionOperand::IsStackSlot() const { in IsStackSlot() function
|
/external/v8/src/compiler/x87/ |
D | code-generator-x87.cc | 45 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/ |
D | code-generator-ia32.cc | 51 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/ |
D | lithium.cc | 218 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/ |
D | code-generator-mips.cc | 122 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/ |
D | code-generator-arm.cc | 131 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/ |
D | code-generator-s390.cc | 92 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/ |
D | code-generator-ppc.cc | 106 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/ |
D | code-generator-x64.cc | 52 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/ |
D | code-generator-arm64.cc | 240 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/ |
D | code-generator-mips64.cc | 122 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/ |
D | node-test-utils.h | 300 Matcher<Node*> IsStackSlot(const Matcher<MachineRepresentation>& rep_matcher); 426 Matcher<Node*> IsStackSlot();
|