Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DInfoByHwMode.cpp122 SpillAlignment = R->getValueAsInt("SpillAlignment"); in RegSizeInfo()
126 return std::tie(RegSize, SpillSize, SpillAlignment) < in operator <()
127 std::tie(I.RegSize, I.SpillSize, I.SpillAlignment); in operator <()
132 SpillAlignment && I.SpillAlignment % SpillAlignment == 0 && in isSubClassOf()
138 << ",A=" << SpillAlignment << ']'; in writeToStream()
171 return std::tie(A0.SpillSize, A0.SpillAlignment) > in hasStricterSpillThan()
172 std::tie(B0.SpillSize, B0.SpillAlignment); in hasStricterSpillThan()
H A DInfoByHwMode.h151 unsigned SpillAlignment; member
157 return std::tie(RegSize, SpillSize, SpillAlignment) ==
158 std::tie(I.RegSize, I.SpillSize, I.SpillAlignment);
H A DRegisterInfoEmitter.cpp1290 << RI.SpillAlignment; in runTargetDesc()
1680 OS << ' ' << getModeName(M) << ':' << RC.RSI.get(M).SpillAlignment; in debugDump()
H A DCodeGenRegisters.cpp794 RI.SpillAlignment = R->getValueAsInt("Alignment"); in CodeGenRegisterClass()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetRegisterInfo.h236 unsigned RegSize, SpillSize, SpillAlignment; member
287 return Align(getRegClassInfo(RC).SpillAlignment / 8); in getSpillAlign()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTarget.td61 int SpillAlignment = SA; // Spill slot alignment in bits.
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DWritingAnLLVMBackend.rst355 int SpillAlignment = 0;