Home
last modified time | relevance | path

Searched refs:IsFPStackSlot (Results 1 – 18 of 18) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
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()
268 CHECK_WITH_MSG(op->IsFPRegister() || op->IsFPStackSlot(), caller_info_); in CheckConstraint()
Dinstruction.cc134 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()
Dgap-resolver.cc232 if (source.IsStackSlot() || source.IsFPStackSlot()) { in PerformMove()
Dinstruction.h98 inline bool IsFPStackSlot() const;
505 DCHECK(IsStackSlot() || IsFPStackSlot()); in index()
665 bool InstructionOperand::IsFPStackSlot() const { in IsFPStackSlot() function
Dmove-optimizer.cc500 return op.IsStackSlot() || op.IsFPStackSlot(); in IsSlot()
Dcode-generator.cc1176 } else if (op->IsFPStackSlot()) { in AddTranslationForOperand()
Dregister-allocator.cc235 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/
Dcode-generator-loong64.cc130 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/
Dcode-generator-mips64.cc129 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/
Dcode-generator-mips.cc127 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/
Dcode-generator-ia32.cc60 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/
Dcode-generator-x64.cc66 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/
Dcode-generator-riscv64.cc142 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/
Dcode-generator-s390.cc116 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/
Dcode-generator-ppc.cc115 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/
Dgraph-visualizer.cc1184 } else if (op->IsFPStackSlot()) { in operator <<()
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dcode-generator-arm64.cc244 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand()
/third_party/node/deps/v8/src/compiler/backend/arm/
Dcode-generator-arm.cc152 DCHECK(op->IsStackSlot() || op->IsFPStackSlot()); in ToMemOperand()