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/
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()
Dinstruction.h96 inline bool IsAnyStackSlot() const;
654 bool InstructionOperand::IsAnyStackSlot() const { in IsAnyStackSlot() function
661 return IsAnyStackSlot() && in IsStackSlot()
666 return IsAnyStackSlot() && in IsFPStackSlot()
Dinstruction.cc88 (this->IsSimd128StackSlot() && other.IsAnyStackSlot()) || in InterferesWith()
89 (other.IsSimd128StackSlot() && this->IsAnyStackSlot()); in InterferesWith()
/third_party/node/deps/v8/src/maglev/
Dmaglev-ir.h721 DCHECK(operand.IsAnyStackSlot()); in Spill()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc4909 if (source->IsAnyStackSlot()) { in IncrementStackAccessCounter()
4913 if (destination->IsAnyStackSlot()) { in IncrementStackAccessCounter()