Searched refs:SpillAlignment (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | InfoByHwMode.cpp | 123 SpillAlignment = R->getValueAsInt("SpillAlignment"); in RegSizeInfo() 127 return std::tie(RegSize, SpillSize, SpillAlignment) < in operator <() 128 std::tie(I.RegSize, I.SpillSize, I.SpillAlignment); in operator <() 133 SpillAlignment && I.SpillAlignment % SpillAlignment == 0 && in isSubClassOf() 139 << ",A=" << SpillAlignment << ']'; in writeToStream() 172 return std::tie(A0.SpillSize, A0.SpillAlignment) > in hasStricterSpillThan() 173 std::tie(B0.SpillSize, B0.SpillAlignment); in hasStricterSpillThan()
|
| H A D | InfoByHwMode.h | 187 unsigned SpillAlignment; member 193 return std::tie(RegSize, SpillSize, SpillAlignment) == 194 std::tie(I.RegSize, I.SpillSize, I.SpillAlignment);
|
| H A D | RegisterInfoEmitter.cpp | 1288 << RI.SpillAlignment; in runTargetDesc() 1842 OS << ' ' << getModeName(M) << ':' << RC.RSI.get(M).SpillAlignment; in debugDump()
|
| H A D | CodeGenRegisters.cpp | 798 RI.SpillAlignment = R->getValueAsInt("Alignment"); in CodeGenRegisterClass()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetRegisterInfo.h | 241 unsigned RegSize, SpillSize, SpillAlignment; member 299 return Align(getRegClassInfo(RC).SpillAlignment / 8); in getSpillAlign()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 1785 auto SpillAlignment = Align(FrameData.getAlign(Def)); in insertSpills() local 1839 Builder.CreateAlignedStore(Value, G, SpillAlignment); in insertSpills() 1841 Builder.CreateAlignedStore(Def, G, SpillAlignment); in insertSpills() 1862 SpillAlignment, E.first->getName() + Twine(".reload")); in insertSpills()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | Target.td | 76 int SpillAlignment = SA; // Spill slot alignment in bits.
|