OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CSR
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
RegisterClassInfo.cpp
50
const MCPhysReg *
CSR
= TRI->getCalleeSavedRegs(MF);
51
if (Update ||
CSR
!= CalleeSaved) {
52
// Build a CSRNum map. Every
CSR
alias gets an entry pointing to the last
53
// overlapping
CSR
.
56
for (unsigned N = 0; unsigned Reg =
CSR
[N]; ++N)
58
CSRNum[*AI] = N + 1; // 0 means no
CSR
, 1 means CalleeSaved[0], ...
61
CalleeSaved =
CSR
;
76
/// registers filtered out. Volatile registers come first followed by
CSR
77
/// aliases ordered according to the
CSR
order specified by the target.
105
// PhysReg aliases a
CSR
, save it for later
[
all
...]
/external/clang/lib/Sema/
SemaChecking.cpp
[
all
...]
Completed in 262 milliseconds