/external/llvm/lib/Analysis/ |
ScalarEvolutionNormalization.cpp | 215 const SCEV *RO = X->getRHS(); 217 const SCEV *RN = TransformSubExpr(RO, User, OperandValToReplace); 218 if (LO != LN || RO != RN)
|
/prebuilts/gdb/darwin-x86/include/python2.7/ |
structmember.h | 81 #define RO READONLY /* Shorthand */
|
/prebuilts/gdb/linux-x86/include/python2.7/ |
structmember.h | 81 #define RO READONLY /* Shorthand */
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
structmember.h | 81 #define RO READONLY /* Shorthand */
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
structmember.h | 81 #define RO READONLY /* Shorthand */
|
/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/deqp/framework/common/ |
tcuCompressedTexture.cpp | 671 const deUint8 RO = extend6To8((deUint8)getBits(src, 57, 62)); 687 const int unclampedR = (x * ((int)RH-(int)RO) + y * ((int)RV-(int)RO) + 4*(int)RO + 2) >> 2; [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonEarlyIfConv.cpp | 785 const MachineOperand &RO = PN->getOperand(i), &BO = PN->getOperand(i+1); 787 SR = RO.getReg(), SSR = RO.getSubReg(); 789 TR = RO.getReg(), TSR = RO.getSubReg(); 791 FR = RO.getReg(), FSR = RO.getSubReg(); [all...] |
HexagonInstrInfo.cpp | 542 const MachineOperand &RO = Cond[1]; 543 unsigned Flags = getUndefRegState(RO.isUndef()); 544 BuildMI(&MBB, DL, get(BccOpc)).addReg(RO.getReg(), Flags).addMBB(TBB); 565 const MachineOperand &RO = Cond[1]; 566 unsigned Flags = getUndefRegState(RO.isUndef()); 567 BuildMI(&MBB, DL, get(BccOpc)).addReg(RO.getReg(), Flags).addMBB(TBB); [all...] |
/external/llvm/utils/TableGen/ |
AsmWriterEmitter.cpp | 850 const CodeGenInstAlias::ResultOperand &RO = CGA.ResultOperands[i]; 852 switch (RO.Kind) { 854 const Record *Rec = RO.getRecord(); 855 StringRef ROName = RO.getName(); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
minitape.h | 124 UCHAR RO : 1;
|
/external/clang/lib/StaticAnalyzer/Core/ |
RegionStore.cpp | 112 const RegionOffset &RO = R->getAsOffset(); 113 if (RO.hasSymbolicOffset()) 114 return BindingKey(cast<SubRegion>(R), cast<SubRegion>(RO.getRegion()), k); 116 return BindingKey(RO.getRegion(), RO.getOffset(), k); [all...] |