Home | History | Annotate | Download | only in mips

Lines Matching refs:IsStackSlot

122     DCHECK(op->IsStackSlot() || op->IsDoubleStackSlot());
1547 DCHECK(destination->IsRegister() || destination->IsStackSlot());
1554 } else if (source->IsStackSlot()) {
1555 DCHECK(destination->IsRegister() || destination->IsStackSlot());
1566 if (destination->IsRegister() || destination->IsStackSlot()) {
1602 if (destination->IsStackSlot()) __ sw(dst, g.ToMemOperand(destination));
1662 DCHECK(destination->IsStackSlot());
1668 } else if (source->IsStackSlot()) {
1669 DCHECK(destination->IsStackSlot());