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

  /external/llvm/lib/CodeGen/
RegisterClassInfo.cpp 51 const MCPhysReg *CSR = TRI->getCalleeSavedRegs(MF);
52 if (Update || CSR != CalleeSaved) {
53 // Build a CSRNum map. Every CSR alias gets an entry pointing to the last
54 // overlapping CSR.
57 for (unsigned N = 0; unsigned Reg = CSR[N]; ++N)
59 CSRNum[*AI] = N + 1; // 0 means no CSR, 1 means CalleeSaved[0], ...
62 CalleeSaved = CSR;
77 /// registers filtered out. Volatile registers come first followed by CSR
78 /// aliases ordered according to the CSR order specified by the target.
106 // PhysReg aliases a CSR, save it for later
    [all...]
  /external/llvm/include/llvm/ADT/
Triple.h 94 CSR
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 63 milliseconds