Home
last modified time | relevance | path

Searched refs:SpillAlignment (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DInfoByHwMode.cpp121 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 DInfoByHwMode.h149 unsigned SpillAlignment; member
155 return std::tie(RegSize, SpillSize, SpillAlignment) ==
156 std::tie(I.RegSize, I.SpillSize, I.SpillAlignment);
H A DRegisterInfoEmitter.cpp1304 << RI.SpillAlignment; in runTargetDesc()
1739 OS << ' ' << getModeName(M) << ':' << RC.RSI.get(M).SpillAlignment; in debugDump()
H A DCodeGenRegisters.cpp798 RI.SpillAlignment = R->getValueAsInt("Alignment"); in CodeGenRegisterClass()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h239 unsigned RegSize, SpillSize, SpillAlignment; member
290 return Align(getRegClassInfo(RC).SpillAlignment / 8); in getSpillAlign()
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1611 auto SpillAlignment = Align(FrameData.getAlign(Def)); in insertSpills() local
1666 Builder.CreateAlignedStore(Value, G, SpillAlignment); in insertSpills()
1668 Builder.CreateAlignedStore(Def, G, SpillAlignment); in insertSpills()
1688 SpillAlignment, E.first->getName() + Twine(".reload")); in insertSpills()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTarget.td61 int SpillAlignment = SA; // Spill slot alignment in bits.
/llvm-project-15.0.7/llvm/docs/
H A DWritingAnLLVMBackend.rst355 int SpillAlignment = 0;