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 46 const uint16_t *CSR = TRI->getCalleeSavedRegs(MF);
47 if (Update || CSR != CalleeSaved) {
48 // Build a CSRNum map. Every CSR alias gets an entry pointing to the last
49 // overlapping CSR.
52 for (unsigned N = 0; unsigned Reg = CSR[N]; ++N)
54 CSRNum[*AI] = N + 1; // 0 means no CSR, 1 means CalleeSaved[0], ...
57 CalleeSaved = CSR;
71 /// registers filtered out. Volatile registers come first followed by CSR
72 /// aliases ordered according to the CSR order specified by the target.
94 // PhysReg aliases a CSR, save it for later
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 277 milliseconds