Home
last modified time | relevance | path

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

/external/v8/src/compiler/backend/
Dinstruction.h89 inline bool IsAnyLocationOperand() const;
551 DCHECK(op->IsAnyLocationOperand()); in cast()
556 DCHECK(op->IsAnyLocationOperand()); in cast()
561 DCHECK(op.IsAnyLocationOperand()); in cast()
586 bool InstructionOperand::IsAnyLocationOperand() const { in IsAnyLocationOperand() function
591 return IsAnyLocationOperand() && in IsLocationOperand()
596 return IsAnyLocationOperand() && in IsFPLocationOperand()
601 return IsAnyLocationOperand() && in IsAnyRegister()
632 return IsAnyLocationOperand() && in IsAnyStackSlot()
648 return IsAnyLocationOperand() && in IsFloatStackSlot()
[all …]