Searched refs:SpillAlignment (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | InfoByHwMode.cpp | 121 SpillAlignment = R->getValueAsInt("SpillAlignment"); in RegSizeInfo() 125 return std::tie(RegSize, SpillSize, SpillAlignment) < in operator <() 126 std::tie(I.RegSize, I.SpillSize, I.SpillAlignment); in operator <() 131 SpillAlignment && I.SpillAlignment % SpillAlignment == 0 && in isSubClassOf() 137 << ",A=" << SpillAlignment << ']'; in writeToStream() 170 return std::tie(A0.SpillSize, A0.SpillAlignment) > in hasStricterSpillThan() 171 std::tie(B0.SpillSize, B0.SpillAlignment); in hasStricterSpillThan()
|
| H A D | InfoByHwMode.h | 146 unsigned SpillAlignment; member 152 return std::tie(RegSize, SpillSize, SpillAlignment) == 153 std::tie(I.RegSize, I.SpillSize, I.SpillAlignment);
|
| H A D | RegisterInfoEmitter.cpp | 1284 << RI.SpillAlignment; in runTargetDesc() 1633 OS << ' ' << getModeName(M) << ':' << RC.RSI.get(M).SpillAlignment; in debugDump()
|
| H A D | CodeGenRegisters.cpp | 792 RI.SpillAlignment = R->getValueAsInt("Alignment"); in CodeGenRegisterClass()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | TargetRegisterInfo.h | 225 unsigned RegSize, SpillSize, SpillAlignment; member 327 return getRegClassInfo(RC).SpillAlignment / 8; in getSpillAlignment()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Target/ |
| H A D | Target.td | 64 int SpillAlignment = SA; // Spill slot alignment in bits.
|