Searched refs:SpillAlignment (Results 1 – 4 of 4) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenRegisters.h | 305 unsigned SpillAlignment; variable 408 unsigned SpillAlignment; member 411 : Members(M), SpillSize(S), SpillAlignment(A) {} in Members() 416 SpillAlignment(RC.SpillAlignment) {} in Key()
|
D | CodeGenRegisters.cpp | 710 SpillAlignment = R->getValueAsInt("Alignment"); in CodeGenRegisterClass() 731 SpillAlignment(Props.SpillAlignment), in CodeGenRegisterClass() 772 OS << "{ S=" << K.SpillSize << ", A=" << K.SpillAlignment; in operator <<() 784 return std::tie(*Members, SpillSize, SpillAlignment) < in operator <() 785 std::tie(*B.Members, B.SpillSize, B.SpillAlignment); in operator <() 799 return A->SpillAlignment && B->SpillAlignment % A->SpillAlignment == 0 && in testSubClass() 826 if (A->SpillAlignment < B->SpillAlignment) in TopoOrderRC() 828 if (A->SpillAlignment > B->SpillAlignment) in TopoOrderRC() 1053 CodeGenRegisterClass::Key K(Members, RC->SpillSize, RC->SpillAlignment); in getOrCreateSubClass() 1880 RC2->SpillAlignment > RC1->SpillAlignment)) in inferCommonSubClass()
|
D | RegisterInfoEmitter.cpp | 1001 assert((RC.SpillAlignment/8) <= 0xffff && "SpillAlignment too large."); in runMCDesc() 1009 << RC.SpillAlignment/8 << ", " in runMCDesc()
|
/external/llvm/docs/ |
D | WritingAnLLVMBackend.rst | 357 int SpillAlignment = 0;
|