/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() 268 CHECK_WITH_MSG(op->IsFPRegister() || op->IsFPStackSlot(), caller_info_); in CheckConstraint()
|
D | instruction.cc | 134 return (IsFPRegister() || IsFPStackSlot()) && in IsCompatible() 135 (op->IsFPRegister() || op->IsFPStackSlot()); in IsCompatible() 205 } else if (op.IsFPStackSlot()) { in operator <<() 391 DCHECK(!op.IsFPRegister() && !op.IsFPStackSlot()); in RecordReference()
|
D | gap-resolver.cc | 232 if (source.IsStackSlot() || source.IsFPStackSlot()) { in PerformMove()
|
D | instruction.h | 98 inline bool IsFPStackSlot() const; 505 DCHECK(IsStackSlot() || IsFPStackSlot()); in index() 665 bool InstructionOperand::IsFPStackSlot() const { in IsFPStackSlot() function
|
D | move-optimizer.cc | 500 return op.IsStackSlot() || op.IsFPStackSlot(); in IsSlot()
|
D | code-generator.cc | 1176 } else if (op->IsFPStackSlot()) { in AddTranslationForOperand()
|
D | register-allocator.cc | 235 DCHECK(op.IsStackSlot() || op.IsFPStackSlot()); in HintTypeForOperand() 653 DCHECK(spill_op.IsStackSlot() || spill_op.IsFPStackSlot()); in ConvertUsesToOperand()
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
D | code-generator-loong64.cc | 130 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand() 2482 if (destination->IsFPStackSlot()) { in AssembleConstructFrame() 2503 if (destination->IsFPStackSlot()) { in AssembleConstructFrame() 2513 DCHECK(destination->IsFPStackSlot()); in AssembleConstructFrame() 2516 } else if (source->IsFPStackSlot()) { in AssembleConstructFrame() 2517 DCHECK(destination->IsFPRegister() || destination->IsFPStackSlot()); in AssembleConstructFrame() 2522 DCHECK(destination->IsFPStackSlot()); in AssembleConstructFrame() 2578 DCHECK(destination->IsFPStackSlot()); in AssembleConstructFrame() 2584 } else if (source->IsFPStackSlot()) { in AssembleConstructFrame() 2585 DCHECK(destination->IsFPStackSlot()); in AssembleConstructFrame()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
D | code-generator-mips64.cc | 129 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand() 4434 if (destination->IsFPStackSlot()) { in AssembleConstructFrame() 4453 if (destination->IsFPStackSlot()) { in AssembleConstructFrame() 4475 DCHECK(destination->IsFPStackSlot()); in AssembleConstructFrame() 4479 } else if (source->IsFPStackSlot()) { in AssembleConstructFrame() 4480 DCHECK(destination->IsFPRegister() || destination->IsFPStackSlot()); in AssembleConstructFrame() 4497 DCHECK(destination->IsFPStackSlot()); in AssembleConstructFrame() 4566 DCHECK(destination->IsFPStackSlot()); in AssembleConstructFrame() 4573 } else if (source->IsFPStackSlot()) { in AssembleConstructFrame() 4574 DCHECK(destination->IsFPStackSlot()); in AssembleConstructFrame()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
D | code-generator-mips.cc | 127 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand() 4230 if (destination->IsFPStackSlot()) { in AssembleConstructFrame() 4249 if (destination->IsFPStackSlot()) { in AssembleConstructFrame() 4271 DCHECK(destination->IsFPStackSlot()); in AssembleConstructFrame() 4283 } else if (source->IsFPStackSlot()) { in AssembleConstructFrame() 4284 DCHECK(destination->IsFPRegister() || destination->IsFPStackSlot()); in AssembleConstructFrame() 4370 DCHECK(destination->IsFPStackSlot()); in AssembleConstructFrame() 4396 } else if (source->IsFPStackSlot()) { in AssembleConstructFrame() 4397 DCHECK(destination->IsFPStackSlot()); in AssembleConstructFrame()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | code-generator-ia32.cc | 60 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToOperand() 1471 if (instr->InputAt(0)->IsFPStackSlot()) { in AssembleArchInstruction() 1478 if (instr->InputAt(0)->IsFPStackSlot()) { in AssembleArchInstruction() 1636 if (instr->InputAt(0)->IsFPStackSlot()) { in AssembleArchInstruction() 4270 DCHECK(source->IsFPStackSlot()); in AssembleMove() 4336 DCHECK(destination->IsFPStackSlot()); in AssembleMove() 4425 DCHECK(source->IsFPStackSlot()); in AssembleSwap()
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | code-generator-x64.cc | 66 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToOperand() 2215 if (instr->InputAt(0)->IsFPStackSlot()) { in AssembleArchInstruction() 2222 if (instr->InputAt(0)->IsFPStackSlot()) { in AssembleArchInstruction() 2550 if (instr->InputAt(0)->IsFPStackSlot()) { in AssembleArchInstruction() 2557 if (instr->InputAt(0)->IsFPStackSlot()) { in AssembleArchInstruction() 5064 DCHECK(source->IsFPStackSlot()); in AssembleMove() 5121 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
D | code-generator-riscv64.cc | 142 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand() 4168 if (destination->IsFPStackSlot()) { in AssembleMove() 4187 if (destination->IsFPStackSlot()) { in AssembleMove() 4216 DCHECK(destination->IsFPStackSlot()); in AssembleMove() 4225 } else if (source->IsFPStackSlot()) { in AssembleMove() 4226 DCHECK(destination->IsFPRegister() || destination->IsFPStackSlot()); in AssembleMove() 4259 DCHECK(destination->IsFPStackSlot()); in AssembleMove()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | code-generator-s390.cc | 116 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand() 159 return instr->InputAt(index)->IsFPStackSlot(); in HasFPStackSlotInput() 3724 DCHECK(destination->IsFPStackSlot()); in AssembleConstructFrame() 3733 } else if (source->IsFPStackSlot()) { in AssembleConstructFrame() 3734 DCHECK(destination->IsFPRegister() || destination->IsFPStackSlot()); in AssembleConstructFrame()
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
D | code-generator-ppc.cc | 115 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand() 4407 DCHECK(destination->IsFPStackSlot()); in AssembleConstructFrame() 4416 } else if (source->IsFPStackSlot()) { in AssembleConstructFrame() 4417 DCHECK(destination->IsFPRegister() || destination->IsFPStackSlot()); in AssembleConstructFrame()
|
/third_party/node/deps/v8/src/compiler/ |
D | graph-visualizer.cc | 1184 } else if (op->IsFPStackSlot()) { in operator <<()
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
D | code-generator-arm64.cc | 244 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand()
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
D | code-generator-arm.cc | 152 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand()
|