Home | History | Annotate | Download | only in compiler

Lines Matching refs:IsStackSlot

102   if (IsRegister() || IsStackSlot()) {
103 return op->IsRegister() || op->IsStackSlot();
181 if (op.IsStackSlot()) {
397 if (op.IsStackSlot() && LocationOperand::cast(op).index() < 0) return;