OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RO
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Analysis/
ScalarEvolutionNormalization.cpp
172
const SCEV *
RO
= X->getRHS();
175
const SCEV *RN = TransformForPostIncUse(Kind,
RO
, User, OperandValToReplace,
177
if (LO != LN ||
RO
!= RN)
/external/llvm/tools/llvm-diff/
DifferenceEngine.cpp
354
Value *LO = L->getOperand(I), *
RO
= R->getOperand(I);
355
if (!equivalentAsOperands(LO,
RO
)) {
356
if (Complain) Engine.logf("operands %l and %r differ") << LO <<
RO
;
/external/llvm/utils/TableGen/
AsmWriterEmitter.cpp
858
const CodeGenInstAlias::ResultOperand &
RO
= CGA->ResultOperands[i];
860
switch (
RO
.Kind) {
863
const Record *Rec =
RO
.getRecord();
864
StringRef ROName =
RO
.getName();
[
all
...]
/external/qemu/android/
hw-events.h
132
KEY_CODE(
RO
,89) \
Completed in 164 milliseconds