Home | History | Annotate | Download | only in TableGen

Lines Matching full:scalea

765     unsigned ScaleA = ~0u, ScaleB = ~0u;
771 ScaleA = Regs[i+1]->getNativeRegUnits().front() - RUs.front();
772 unsigned Scale = std::min(ScaleB, ScaleA);