HomeSort by relevance Sort by last modified time
    Searched defs:CSR (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
RegisterClassInfo.cpp 47 const MCPhysReg *CSR = TRI->getCalleeSavedRegs(MF);
48 if (Update || CSR != CalleeSaved) {
49 // Build a CSRNum map. Every CSR alias gets an entry pointing to the last
50 // overlapping CSR.
53 for (unsigned N = 0; unsigned Reg = CSR[N]; ++N)
55 CSRNum[*AI] = N + 1; // 0 means no CSR, 1 means CalleeSaved[0], ...
58 CalleeSaved = CSR;
73 /// registers filtered out. Volatile registers come first followed by CSR
74 /// aliases ordered according to the CSR order specified by the target.
102 // PhysReg aliases a CSR, save it for later
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 358 milliseconds