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

/external/llvm/lib/CodeGen/
H A DRegisterClassInfo.cpp50 const MCPhysReg *CSR = TRI->getCalleeSavedRegs(MF); local
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, sav
[all...]
/external/clang/lib/Sema/
H A DSemaChecking.cpp2690 const Expr *E, const CharSourceRange &CSR);
2846 const CharSourceRange &CSR) {
3208 const CharSourceRange &CSR = getSpecifierRange(StartSpecifier, local
3219 << CSR
3221 E->getLocStart(), /*IsStringLocation*/false, CSR);
3231 << CSR
3233 E->getLocStart(), /*IsStringLocation*/false, CSR);
3234 checkForCStrMembers(AT, E, CSR);
3245 << CSR
3247 E->getLocStart(), /*IsStringLocation*/false, CSR);
2844 checkForCStrMembers( const analyze_printf::ArgType &AT, const Expr *E, const CharSourceRange &CSR) argument
[all...]

Completed in 168 milliseconds