Searched refs:CSR (Results 1 - 13 of 13) 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...]
H A DMachineFunction.cpp611 for (const MCPhysReg *CSR = TRI->getCalleeSavedRegs(MF); CSR && *CSR; ++CSR)
612 BV.set(*CSR);
H A DRegAllocGreedy.cpp838 // Don't start using a CSR when the CostPerUseLimit is low.
840 if (unsigned CSR = RegClassInfo.getLastCalleeSavedAlias(PhysReg))
841 if (!MRI->isPhysRegUsed(CSR)) {
842 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << " would clobber CSR "
843 << PrintReg(CSR, TRI) << '\n');
1328 if (unsigned CSR = RegClassInfo.getLastCalleeSavedAlias(PhysReg))
1329 if (IgnoreCSR && !MRI->isPhysRegUsed(CSR))
2174 /// Using a CSR for the first time has a cost because it causes push|pop
2176 /// range can have lower cost than using the CSR for the first time;
2178 /// the CSR fo
[all...]
/external/chromium_org/net/data/ssl/scripts/
H A Dgenerate-duplicate-cn-certs.sh33 echo Generate the B CSR.
52 echo Generate the A1 end-entity CSR.
60 echo Generate the A2 end-entity CSR
H A Dgenerate-redundant-test-chains.sh44 echo Generate the D CSR.
64 echo Generate the C2 root CSR.
120 echo Generate the A end-entity CSR.
H A Dgenerate-multi-root-test-chains.sh40 echo Generate the D CSR.
60 echo Generate the E CSR.
80 echo Generate the C2 intermediary CSR.
136 echo Generate the A end-entity CSR.
H A Dgenerate-client-certificates.sh45 echo Generate the C CSR
/external/llvm/include/llvm/ADT/
H A DTriple.h94 CSR enumerator in enum:llvm::Triple::VendorType
/external/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp395 for (const MCPhysReg *CSR = TRI->getCalleeSavedRegs(); *CSR; ++CSR) {
396 unsigned CalleeSavedReg = *CSR;
/external/llvm/lib/Support/
H A DTriple.cpp122 case CSR: return "csr";
303 .Case("csr", Triple::CSR)
/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);
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-indic-table.cc349 /* 17C8 */ _(M,R), _(RS,T), _(RS,T), _(RS,T),_(CSR,T), _(M,T), _(M,T), _(M,T),
430 /* 1B00 */ _(Bi,x), _(Bi,x), _(Bi,x),_(CSR,x), _(Vs,x), _(VI,x), _(VI,x), _(VI,x),
449 /* 1B80 */ _(Bi,x),_(CSR,x), _(Vs,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x),
572 /* A980 */ _(Bi,x), _(Bi,x),_(CSR,x), _(Vs,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x),
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-indic-table.cc349 /* 17C8 */ _(M,R), _(RS,T), _(RS,T), _(RS,T),_(CSR,T), _(M,T), _(M,T), _(M,T),
430 /* 1B00 */ _(Bi,x), _(Bi,x), _(Bi,x),_(CSR,x), _(Vs,x), _(VI,x), _(VI,x), _(VI,x),
449 /* 1B80 */ _(Bi,x),_(CSR,x), _(Vs,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x),
572 /* A980 */ _(Bi,x), _(Bi,x),_(CSR,x), _(Vs,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x),

Completed in 465 milliseconds