Searched refs:IsSlot (Results 1 – 1 of 1) sorted by relevance
499 bool IsSlot(const InstructionOperand& op) { in IsSlot() function507 if (IsSlot(a->destination()) && !IsSlot(b->destination())) return false; in LoadCompare()508 if (!IsSlot(a->destination()) && IsSlot(b->destination())) return true; in LoadCompare()525 if (move->source().IsConstant() || IsSlot(move->source())) { in FinalizeMoves()542 if (IsSlot(group_begin->destination())) continue; in FinalizeMoves()