Home | History | Annotate | Download | only in TableGen

Lines Matching refs:SpillAlignment

330   SpillAlignment = R->getValueAsInt("Alignment");
345 SpillAlignment(Props.SpillAlignment),
381 OS << "{ S=" << K.SpillSize << ", A=" << K.SpillAlignment;
398 return SpillAlignment < B.SpillAlignment;
412 return A->SpillAlignment && B->SpillAlignment % A->SpillAlignment == 0 &&
445 if (A->SpillAlignment < B->SpillAlignment)
447 if (A->SpillAlignment > B->SpillAlignment)
783 CodeGenRegisterClass::Key K(&I->second, RC.SpillSize, RC.SpillAlignment);