HomeSort by relevance Sort by last modified time
    Searched refs:CSR (Results 1 - 13 of 13) 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...]
MachineFunction.cpp 611 for (const MCPhysReg *CSR = TRI->getCalleeSavedRegs(MF); CSR && *CSR; ++CSR)
612 BV.set(*CSR);
    [all...]
RegAllocGreedy.cpp 91 CSRFirstTimeCost("regalloc-csr-first-time-cost",
838 // 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');
    [all...]
  /external/chromium_org/net/data/ssl/scripts/
generate-duplicate-cn-certs.sh 33 echo Generate the B CSR.
39 -out out/B.csr \
46 -in out/B.csr \
52 echo Generate the A1 end-entity CSR.
57 -out out/A1.csr \
60 echo Generate the A2 end-entity CSR
65 -out out/A2.csr \
75 -in out/A1.csr \
85 -in out/A2.csr \
generate-redundant-test-chains.sh 44 echo Generate the D CSR.
50 -out out/D.csr \
57 -in out/D.csr \
64 echo Generate the C2 root CSR.
70 -out out/C2.csr \
77 -in out/C2.csr \
93 -out out/$i.csr \
105 -in out/C.csr \
116 -in out/B.csr \
120 echo Generate the A end-entity CSR
    [all...]
generate-multi-root-test-chains.sh 40 echo Generate the D CSR.
46 -out out/D.csr \
53 -in out/D.csr \
60 echo Generate the E CSR.
66 -out out/E.csr \
73 -in out/E.csr \
80 echo Generate the C2 intermediary CSR.
86 -out out/C2.csr \
97 -out "out/$i.csr" \
109 -in out/C.csr \
    [all...]
generate-client-certificates.sh 45 echo Generate the C CSR
52 -out out/C.csr \
61 -in out/C.csr \
74 -out out/B.csr \
83 -in out/B.csr \
93 -out out/E.csr \
102 -in out/E.csr \
114 -out out/$id.csr \
131 -in out/A.csr \
142 -in out/D.csr \
    [all...]
  /external/llvm/include/llvm/ADT/
Triple.h 94 CSR
  /external/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.cpp 395 for (const MCPhysReg *CSR = TRI->getCalleeSavedRegs(); *CSR; ++CSR) {
396 unsigned CalleeSavedReg = *CSR;
    [all...]
  /external/llvm/lib/Support/
Triple.cpp 122 case CSR: return "csr";
303 .Case("csr", Triple::CSR)
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-indic-table.cc 349 /* 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),
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-indic-table.cc 349 /* 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),
    [all...]

Completed in 1707 milliseconds