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 197 unsigned SpillAlignment;
293 unsigned SpillAlignment;
298 SpillAlignment(O.SpillAlignment) {}
301 : Members(M), SpillSize(S), SpillAlignment(A) {}
306 SpillAlignment(RC.SpillAlignment) {}
308 // Lexicographical order of (Members, SpillSize, SpillAlignment).
CodeGenRegisters.cpp 536 SpillAlignment = R->getValueAsInt("Alignment");
551 SpillAlignment(Props.SpillAlignment),
587 OS << "{ S=" << K.SpillSize << ", A=" << K.SpillAlignment;
604 return SpillAlignment < B.SpillAlignment;
618 return A->SpillAlignment && B->SpillAlignment % A->SpillAlignment == 0 &&
651 if (A->SpillAlignment < B->SpillAlignment
    [all...]
RegisterInfoEmitter.cpp 575 assert((RC.SpillAlignment/8) <= 0xffff && "SpillAlignment too large.");
583 << RC.SpillAlignment/8 << ", "
    [all...]

Completed in 24 milliseconds