HomeSort by relevance Sort by last modified time
    Searched refs:SpillAlignment (Results 1 - 3 of 3) sorted by null

  /external/llvm/utils/TableGen/
CodeGenRegisters.h 279 unsigned SpillAlignment;
376 unsigned SpillAlignment;
379 : Members(M), SpillSize(S), SpillAlignment(A) {}
384 SpillAlignment(RC.SpillAlignment) {}
386 // Lexicographical order of (Members, SpillSize, SpillAlignment).
CodeGenRegisters.cpp 716 SpillAlignment = R->getValueAsInt("Alignment");
733 SpillAlignment(Props.SpillAlignment),
772 OS << "{ S=" << K.SpillSize << ", A=" << K.SpillAlignment;
785 return std::tie(*Members, SpillSize, SpillAlignment) <
786 std::tie(*B.Members, B.SpillSize, B.SpillAlignment);
800 return A->SpillAlignment && B->SpillAlignment % A->SpillAlignment == 0 &&
827 if (A->SpillAlignment < B->SpillAlignment
    [all...]
RegisterInfoEmitter.cpp 892 assert((RC.SpillAlignment/8) <= 0xffff && "SpillAlignment too large.");
    [all...]

Completed in 169 milliseconds