Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dinstruction.h87 inline bool IsAnyLocationOperand() const;
574 DCHECK(op->IsAnyLocationOperand()); in cast()
579 DCHECK(op->IsAnyLocationOperand()); in cast()
584 DCHECK(op.IsAnyLocationOperand()); in cast()
609 bool InstructionOperand::IsAnyLocationOperand() const { in IsAnyLocationOperand() function
614 return IsAnyLocationOperand() && in IsLocationOperand()
619 return IsAnyLocationOperand() && in IsFPLocationOperand()
624 return IsAnyLocationOperand() && in IsAnyRegister()
655 return IsAnyLocationOperand() && in IsAnyStackSlot()
671 return IsAnyLocationOperand() && in IsFloatStackSlot()
[all …]