reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
801 RI.SpillAlignment = R->getValueAsInt("Alignment");
utils/TableGen/InfoByHwMode.cpp125 SpillAlignment = R->getValueAsInt("SpillAlignment"); 129 return std::tie(RegSize, SpillSize, SpillAlignment) < 130 std::tie(I.RegSize, I.SpillSize, I.SpillAlignment); 135 SpillAlignment && I.SpillAlignment % SpillAlignment == 0 && 135 SpillAlignment && I.SpillAlignment % SpillAlignment == 0 && 135 SpillAlignment && I.SpillAlignment % SpillAlignment == 0 && 141 << ",A=" << SpillAlignment << ']'; 174 return std::tie(A0.SpillSize, A0.SpillAlignment) > 175 std::tie(B0.SpillSize, B0.SpillAlignment);utils/TableGen/InfoByHwMode.h
157 return std::tie(RegSize, SpillSize, SpillAlignment) == 158 std::tie(I.RegSize, I.SpillSize, I.SpillAlignment);utils/TableGen/RegisterInfoEmitter.cpp
1283 << RI.SpillAlignment; 1632 OS << ' ' << getModeName(M) << ':' << RC.RSI.get(M).SpillAlignment;