| /third_party/node/deps/v8/src/compiler/backend/ |
| D | register-allocator-verifier.cc | 256 CHECK_WITH_MSG(op->IsStackSlot() || op->IsFPStackSlot(), caller_info_); in CheckConstraint() 260 CHECK_WITH_MSG(op->IsStackSlot() || op->IsFPStackSlot(), caller_info_); in CheckConstraint() 265 CHECK_WITH_MSG(op->IsRegister() || op->IsStackSlot(), caller_info_); in CheckConstraint() 271 CHECK_WITH_MSG(op->IsRegister() || op->IsStackSlot() || op->IsConstant(), in CheckConstraint() 332 if (op.IsStackSlot()) { in CheckReferenceMap() 347 if (ref_map_operand.IsStackSlot()) { in CheckReferenceMap() 356 if (!op.IsStackSlot()) return false; in IsStaleReferenceStackSlot()
|
| D | instruction.cc | 127 if (IsRegister() || IsStackSlot()) { in IsCompatible() 128 return op->IsRegister() || op->IsStackSlot(); in IsCompatible() 203 if (op.IsStackSlot()) { in operator <<() 390 if (op.IsStackSlot() && LocationOperand::cast(op).index() < 0) return; in RecordReference()
|
| D | code-generator.cc | 515 if (operand.IsStackSlot()) { in RecordSafepoint() 562 if (source.IsStackSlot() && in IsValidPush() 599 if (destination.IsStackSlot() && in GetPushCompatibleMoves() 1156 if (op->IsStackSlot()) { in AddTranslationForOperand()
|
| D | gap-resolver.cc | 232 if (source.IsStackSlot() || source.IsFPStackSlot()) { in PerformMove()
|
| D | instruction.h | 97 inline bool IsStackSlot() const; 505 DCHECK(IsStackSlot() || IsFPStackSlot()); in index() 660 bool InstructionOperand::IsStackSlot() const { in IsStackSlot() function
|
| D | move-optimizer.cc | 500 return op.IsStackSlot() || op.IsFPStackSlot(); in IsSlot()
|
| D | register-allocator.cc | 235 DCHECK(op.IsStackSlot() || op.IsFPStackSlot()); in HintTypeForOperand() 653 DCHECK(spill_op.IsStackSlot() || spill_op.IsFPStackSlot()); in ConvertUsesToOperand() 1679 if (output->IsStackSlot()) { in MeetRegisterConstraintsForLastInstructionInBlock() 1745 if (first_output->IsStackSlot()) { in MeetConstraintsAfter() 4795 DCHECK(spill_operand.IsStackSlot()); in PopulateReferenceMaps() 4859 DCHECK(!operand.IsStackSlot()); in PopulateReferenceMaps()
|
| /third_party/node/deps/v8/src/maglev/ |
| D | maglev-code-generator.cc | 123 if (!source.IsStackSlot()) { in Process() 125 DCHECK(!source.IsStackSlot()); in Process() 188 if (source.IsStackSlot()) { in RecordGapMove()
|
| D | maglev-ir.cc | 102 DCHECK(operand.IsStackSlot()); in PushInput()
|
| D | maglev-ir.h | 710 return spill_or_hint_.IsStackSlot(); in is_spilled()
|
| /third_party/node/deps/v8/src/compiler/backend/loong64/ |
| D | code-generator-loong64.cc | 130 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand() 2416 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleConstructFrame() 2423 } else if (source->IsStackSlot()) { in AssembleConstructFrame() 2424 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleConstructFrame() 2436 if (destination->IsRegister() || destination->IsStackSlot()) { in AssembleConstructFrame() 2480 if (destination->IsStackSlot()) __ St_d(dst, g.ToMemOperand(destination)); in AssembleConstructFrame() 2548 DCHECK(destination->IsStackSlot()); in AssembleConstructFrame() 2554 } else if (source->IsStackSlot()) { in AssembleConstructFrame() 2555 DCHECK(destination->IsStackSlot()); in AssembleConstructFrame()
|
| /third_party/node/deps/v8/src/compiler/backend/s390/ |
| D | code-generator-s390.cc | 116 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand() 163 return instr->InputAt(index)->IsStackSlot() || in HasStackSlotInput() 3614 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleConstructFrame() 3621 } else if (source->IsStackSlot()) { in AssembleConstructFrame() 3622 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleConstructFrame() 3633 if (destination->IsRegister() || destination->IsStackSlot()) { in AssembleConstructFrame() 3685 if (destination->IsStackSlot()) { in AssembleConstructFrame() 3784 DCHECK(destination->IsStackSlot()); in AssembleConstructFrame() 3787 } else if (source->IsStackSlot()) { in AssembleConstructFrame() 3788 DCHECK(destination->IsStackSlot()); in AssembleConstructFrame()
|
| /third_party/node/deps/v8/src/compiler/backend/ppc/ |
| D | code-generator-ppc.cc | 115 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand() 4273 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleConstructFrame() 4280 } else if (source->IsStackSlot()) { in AssembleConstructFrame() 4281 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleConstructFrame() 4292 if (destination->IsRegister() || destination->IsStackSlot()) { in AssembleConstructFrame() 4353 if (destination->IsStackSlot()) { in AssembleConstructFrame() 4478 DCHECK(destination->IsStackSlot()); in AssembleConstructFrame() 4481 } else if (source->IsStackSlot()) { in AssembleConstructFrame() 4482 DCHECK(destination->IsStackSlot()); in AssembleConstructFrame()
|
| /third_party/node/deps/v8/src/compiler/backend/mips/ |
| D | code-generator-mips.cc | 127 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand() 4168 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleConstructFrame() 4175 } else if (source->IsStackSlot()) { in AssembleConstructFrame() 4176 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleConstructFrame() 4187 if (destination->IsRegister() || destination->IsStackSlot()) { in AssembleConstructFrame() 4228 if (destination->IsStackSlot()) __ sw(dst, g.ToMemOperand(destination)); in AssembleConstructFrame() 4333 DCHECK(destination->IsStackSlot()); in AssembleConstructFrame() 4339 } else if (source->IsStackSlot()) { in AssembleConstructFrame() 4340 DCHECK(destination->IsStackSlot()); in AssembleConstructFrame()
|
| /third_party/node/deps/v8/src/compiler/backend/mips64/ |
| D | code-generator-mips64.cc | 129 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand() 4371 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleConstructFrame() 4378 } else if (source->IsStackSlot()) { in AssembleConstructFrame() 4379 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleConstructFrame() 4390 if (destination->IsRegister() || destination->IsStackSlot()) { in AssembleConstructFrame() 4432 if (destination->IsStackSlot()) __ Sd(dst, g.ToMemOperand(destination)); in AssembleConstructFrame() 4523 DCHECK(destination->IsStackSlot()); in AssembleConstructFrame() 4529 } else if (source->IsStackSlot()) { in AssembleConstructFrame() 4530 DCHECK(destination->IsStackSlot()); in AssembleConstructFrame()
|
| /third_party/node/deps/v8/src/compiler/backend/riscv64/ |
| D | code-generator-riscv64.cc | 142 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand() 4090 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleMove() 4097 } else if (source->IsStackSlot()) { in AssembleMove() 4098 DCHECK(destination->IsRegister() || destination->IsStackSlot()); in AssembleMove() 4109 if (destination->IsRegister() || destination->IsStackSlot()) { in AssembleMove() 4114 if (src.ToInt32() == 0 && destination->IsStackSlot()) { in AssembleMove() 4127 if (src.ToInt64() == 0 && destination->IsStackSlot()) { in AssembleMove() 4166 if (destination->IsStackSlot()) __ Sd(dst, g.ToMemOperand(destination)); in AssembleMove()
|
| /third_party/node/deps/v8/src/compiler/backend/ia32/ |
| D | code-generator-ia32.cc | 60 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToOperand() 633 if (source.IsStackSlot()) { in AssembleTailCallBeforeGap() 1720 } else if (input->IsStackSlot() || input->IsFloatStackSlot()) { in AssembleArchInstruction() 4267 if (source->IsStackSlot()) { in AssembleMove() 4288 if (source->IsStackSlot()) { in AssembleMove() 4333 if (destination->IsStackSlot()) { in AssembleMove() 4413 if (source->IsStackSlot()) { in AssembleSwap()
|
| /third_party/node/deps/v8/src/compiler/backend/x64/ |
| D | code-generator-x64.cc | 66 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToOperand() 1128 if (source.IsStackSlot()) { in AssembleTailCallBeforeGap() 2685 } else if (input->IsStackSlot() || input->IsFloatStackSlot() || in AssembleArchInstruction() 4922 DCHECK(operand->IsStackSlot() || operand->IsRegister()); in Is32BitOperand() 5046 if (source->IsStackSlot()) { in AssembleMove() 5079 if (source->IsStackSlot()) { in AssembleMove() 5118 if (destination->IsStackSlot()) { in AssembleMove()
|
| /third_party/node/deps/v8/src/compiler/backend/arm/ |
| D | code-generator-arm.cc | 152 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand() 3967 if (source->IsStackSlot()) { in AssembleConstructFrame() 3990 if (source->IsStackSlot() || source->IsFloatStackSlot()) { in AssembleConstructFrame() 4026 if (destination->IsStackSlot()) { in AssembleConstructFrame() 4122 if (source->IsStackSlot() || source->IsFloatStackSlot()) { in AssembleConstructFrame()
|
| /third_party/node/deps/v8/src/compiler/ |
| D | graph-visualizer.cc | 1182 if (op->IsStackSlot()) { in operator <<()
|
| /third_party/node/deps/v8/src/compiler/backend/arm64/ |
| D | code-generator-arm64.cc | 244 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand() 3441 if (destination->IsStackSlot()) { in AssembleMove()
|