Home
last modified time | relevance | path

Searched refs:IsAnyStackSlot (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator.cc588 if (source.IsAnyStackSlot() && LocationOperand::cast(source).index() >= in GetPushCompatibleMoves()
634 DCHECK(destination->IsAnyStackSlot()); in InferMove()
644 DCHECK(destination->IsAnyStackSlot()); in InferMove()
648 DCHECK(source->IsAnyStackSlot()); in InferMove()
652 DCHECK(destination->IsAnyStackSlot()); in InferMove()
666 DCHECK(destination->IsAnyStackSlot()); in InferSwap()
670 DCHECK(source->IsAnyStackSlot()); in InferSwap()
671 DCHECK(destination->IsAnyStackSlot()); in InferSwap()
H A Dinstruction.h96 inline bool IsAnyStackSlot() const;
654 bool InstructionOperand::IsAnyStackSlot() const { in IsAnyStackSlot() function in v8::internal::compiler::InstructionOperand
661 return IsAnyStackSlot() && in IsStackSlot()
666 return IsAnyStackSlot() && in IsFPStackSlot()
H A Dinstruction.cc88 (this->IsSimd128StackSlot() && other.IsAnyStackSlot()) || in InterferesWith()
89 (other.IsSimd128StackSlot() && this->IsAnyStackSlot()); in InterferesWith()
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-ir.h721 DCHECK(operand.IsAnyStackSlot()); in Spill()
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc4909 if (source->IsAnyStackSlot()) { in IncrementStackAccessCounter()
4913 if (destination->IsAnyStackSlot()) { in IncrementStackAccessCounter()

Completed in 17 milliseconds