Home
last modified time | relevance | path

Searched refs:IsStackSlot (Results 1 - 21 of 21) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
H A Dregister-allocator-verifier.cc256 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()
H A Dinstruction.cc127 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;
H A Dgap-resolver.cc232 if (source.IsStackSlot() || source.IsFPStackSlot()) { in PerformMove()
H A Dcode-generator.cc515 if (operand.IsStackSlot()) { in RecordSafepoint()
562 if (source.IsStackSlot() && in IsValidPush()
599 if (destination.IsStackSlot() && in GetPushCompatibleMoves()
1156 if (op->IsStackSlot()) { in AddTranslationForOperand()
H A Dinstruction.h97 inline bool IsStackSlot() const;
505 DCHECK(IsStackSlot() || IsFPStackSlot()); in index()
660 bool InstructionOperand::IsStackSlot() const { in IsStackSlot() function in v8::internal::compiler::InstructionOperand
H A Dmove-optimizer.cc500 return op.IsStackSlot() || op.IsFPStackSlot(); in IsSlot()
H A Dregister-allocator.cc235 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/
H A Dmaglev-code-generator.cc123 if (!source.IsStackSlot()) { in Process()
125 DCHECK(!source.IsStackSlot()); in Process()
188 if (source.IsStackSlot()) { in RecordGapMove()
H A Dmaglev-ir.cc102 DCHECK(operand.IsStackSlot()); in PushInput()
H A Dmaglev-ir.h710 return spill_or_hint_.IsStackSlot(); in is_spilled()
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dcode-generator-loong64.cc130 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/
H A Dcode-generator-s390.cc116 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()
[all...]
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc115 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/ia32/
H A Dcode-generator-ia32.cc60 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/mips64/
H A Dcode-generator-mips64.cc129 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/mips/
H A Dcode-generator-mips.cc127 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/riscv64/
H A Dcode-generator-riscv64.cc142 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/arm/
H A Dcode-generator-arm.cc152 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand()
3967 if (source->IsStackSlot()) { in AssembleArchInstruction()
3990 if (source->IsStackSlot() || source->IsFloatStackSlot()) { in AssembleArchInstruction()
4026 if (destination->IsStackSlot()) { in AssembleArchInstruction()
4122 if (source->IsStackSlot() || source->IsFloatStackSlot()) { in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc66 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/
H A Dgraph-visualizer.cc1182 if (op->IsStackSlot()) { in operator <<()
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc244 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand()
3441 if (destination->IsStackSlot()) { in AssembleArchInstruction()

Completed in 81 milliseconds