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 266 unsigned SpillAlignment;
363 unsigned SpillAlignment;
368 SpillAlignment(O.SpillAlignment) {}
371 : Members(M), SpillSize(S), SpillAlignment(A) {}
376 SpillAlignment(RC.SpillAlignment) {}
378 // Lexicographical order of (Members, SpillSize, SpillAlignment).
CodeGenRegisters.cpp 754 SpillAlignment = R->getValueAsInt("Alignment");
771 SpillAlignment(Props.SpillAlignment),
810 OS << "{ S=" << K.SpillSize << ", A=" << K.SpillAlignment;
827 return SpillAlignment < B.SpillAlignment;
841 return A->SpillAlignment && B->SpillAlignment % A->SpillAlignment == 0 &&
    [all...]
RegisterInfoEmitter.cpp 885 assert((RC.SpillAlignment/8) <= 0xffff && "SpillAlignment too large.");
893 << RC.SpillAlignment/8 << ", "
    [all...]

Completed in 57 milliseconds