OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SpillAlignment
(Results
1 - 3
of
3
) sorted by null
/external/llvm/utils/TableGen/
CodeGenRegisters.h
305
unsigned
SpillAlignment
;
408
unsigned
SpillAlignment
;
411
: Members(M), SpillSize(S),
SpillAlignment
(A) {}
416
SpillAlignment
(RC.
SpillAlignment
) {}
418
// Lexicographical order of (Members, SpillSize,
SpillAlignment
).
CodeGenRegisters.cpp
710
SpillAlignment
= R->getValueAsInt("Alignment");
731
SpillAlignment
(Props.
SpillAlignment
),
772
OS << "{ S=" << K.SpillSize << ", A=" << K.
SpillAlignment
;
784
return std::tie(*Members, SpillSize,
SpillAlignment
) <
785
std::tie(*B.Members, B.SpillSize, B.
SpillAlignment
);
799
return A->
SpillAlignment
&& B->
SpillAlignment
% A->
SpillAlignment
== 0 &&
826
if (A->
SpillAlignment
< B->SpillAlignment
[
all
...]
RegisterInfoEmitter.cpp
[
all
...]
Completed in 251 milliseconds