OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RU
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/MC/
MCRegisterInfo.h
497
unsigned
RU
= MCRI->get(Reg).RegUnits;
498
unsigned Scale =
RU
& 15;
499
unsigned Offset =
RU
>> 4;
/external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp
519
SmallVector<std::pair<LiveInterval*, LiveInterval::iterator>, 8>
RU
;
531
RU
.clear();
537
RU
.push_back(std::make_pair(RUInt, RUInt->find(LI->begin()->end)));
559
for (unsigned u = 0, e =
RU
.size(); u != e; ++u) {
560
LiveInterval *RInt =
RU
[u].first;
561
LiveInterval::iterator &I =
RU
[u].second;
[
all
...]
/external/llvm/utils/TableGen/
RegisterInfoEmitter.cpp
203
const RegUnit &
RU
= RegBank.getRegUnit(UnitIdx);
204
assert(
RU
.Weight < 256 && "RegUnit too heavy");
205
OS <<
RU
.Weight << ", ";
[
all
...]
/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/Analysis/
ScalarEvolution.cpp
488
const SCEVUnknown *
RU
= cast<SCEVUnknown>(RHS);
492
const Value *LV = LU->getValue(), *RV =
RU
->getValue();
[
all
...]
Completed in 526 milliseconds