HomeSort by relevance Sort by last modified time
    Searched refs:RU (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/MC/
MCRegisterInfo.h 484 unsigned RU = MCRI->get(Reg).RegUnits;
485 unsigned Scale = RU & 15;
486 unsigned Offset = RU >> 4;
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 103 FE, CO, NI, CU, ZN, GA, GE, AS, SE, BR, KR, RB, SR, Y, ZR, NB, MO, TC, RU, RH, PD, AG, CD,
  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 508 SmallVector<std::pair<LiveInterval*, LiveInterval::iterator>, 8> RU;
520 RU.clear();
526 RU.push_back(std::make_pair(RUInt, RUInt->find(LI->begin()->end)));
548 for (unsigned u = 0, e = RU.size(); u != e; ++u) {
549 LiveInterval *RInt = RU[u].first;
550 LiveInterval::iterator &I = RU[u].second;
    [all...]
MachineTraceMetrics.cpp 600 LiveRegUnit(unsigned RU) : RegUnit(RU), Cycle(0), MI(0), Op(0) {}
    [all...]
  /external/llvm/utils/TableGen/
RegisterInfoEmitter.cpp 205 const RegUnit &RU = RegBank.getRegUnit(UnitIdx);
206 assert(RU.Weight < 256 && "RegUnit too heavy");
207 OS << RU.Weight << ", ";
    [all...]
CodeGenRegisters.cpp 561 const RegUnit &RU = RegBank.getRegUnit(RegUnits[rui]);
562 ArrayRef<const CodeGenRegister*> Roots = RU.getRoots();
    [all...]
  /frameworks/base/media/tests/contents/media_api/music/
test_amr_ietf.amr 250 ???l&=5x?p<5?y?????D?????oQ?X?;??????<CmV~???*??m????I???&?(rvs^? <[}6|w?A??{Av7?J/??>-???@N+?<q?c??a??J????Cs??rG)?????Ru`<}h??|?A????k????e??C?p?"???<D?`?~??? ?3M\?X???9??
325 F?+5?)L???0<RU??6????5??H??????F????HQ<R?'?o?+E?<(%?F???o?????#?z60<DL??S?g?5?.?? ?????f?X??a?P<?)??6???|?x!???yWQ{/?O1? 0<T?W?La??#?)?????_?? 65??`<?7?O?!!???NW+???h L_???e <_x?&?!?W??bFf&??^?MS??>??<7?F?.??[;???iK?Y?;?s?=M??`<?(??????w,??QMqQÔ? @<?#??????B????M????|? ???3k<~-5^ta?j?2? ??]29,a????`<BJB?g}??AK??j'k?=KH?K??x?U?<0D:N????/?m`< t?V?T???<0K?G??jr?????IzS?b?H,d0<x:??%?c??|???6/e?:?7@8???p<D6w?F???gZ??rB???
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp 488 const SCEVUnknown *RU = cast<SCEVUnknown>(RHS);
492 const Value *LV = LU->getValue(), *RV = RU->getValue();
    [all...]

Completed in 521 milliseconds