Searched defs:CSR (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp51 const MCPhysReg *CSR = TRI->getCalleeSavedRegs(MF); local
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, sav
[all...]
/external/llvm/include/llvm/ADT/
H A DTriple.h94 CSR enumerator in enum:llvm::Triple::VendorType
/external/clang/lib/Sema/
H A DSemaChecking.cpp3287 const CharSourceRange &CSR = getSpecifierRange(StartSpecifier, local
3298 << CSR
3300 E->getLocStart(), /*IsStringLocation*/false, CSR);
3310 << CSR
3312 E->getLocStart(), /*IsStringLocation*/false, CSR);
3324 << CSR
3326 E->getLocStart(), /*IsStringLocation*/false, CSR);

Completed in 179 milliseconds