HomeSort by relevance Sort by last modified time
    Searched defs:RO (Results 1 - 25 of 29) sorted by null

1 2

  /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)
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolutionNormalization.cpp 185 const SCEV *RO = X->getRHS();
187 const SCEV *RN = TransformSubExpr(RO, User, OperandValToReplace);
188 if (LO != LN || RO != RN)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
structmember.h 81 #define RO READONLY /* Shorthand */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
structmember.h 81 #define RO READONLY /* Shorthand */
  /external/python/cpython2/Include/
structmember.h 81 #define RO READONLY /* Shorthand */
  /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/autotest/client/common_lib/cros/
cr50_utils.py 12 RO = 'ro'
27 # 'fwver' is used to get the running RO and RW versions from cr50
28 # 'binvers' gets the version strings for each RO and RW region in the given
42 # keyids: RO 0xaa66150f, RW 0xde88588d
43 # offsets: backup RO at 0x40000, backup RW at 0x44000
45 # RO 0.0.10
49 # 'ro': '0.0.10',
68 '--fwver' : '\nRO (?P<ro>\S+).*\nRW (?P<rw>\S+)',
141 the version from versions or "-1.-1.-1" if an invalid RO was detected
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 87 typedef ResourceOwnerImpl<ResourceT, ResourcePtrT> RO;
88 return llvm::make_unique<RO>(std::move(ResourcePtr));
  /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/swiftshader/third_party/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;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 109 typedef ResourceOwnerImpl<ResourceT, ResourcePtrT> RO;
110 return llvm::make_unique<RO>(std::move(ResourcePtr));
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 109 typedef ResourceOwnerImpl<ResourceT, ResourcePtrT> RO;
110 return llvm::make_unique<RO>(std::move(ResourcePtr));
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 109 typedef ResourceOwnerImpl<ResourceT, ResourcePtrT> RO;
110 return llvm::make_unique<RO>(std::move(ResourcePtr));
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 109 typedef ResourceOwnerImpl<ResourceT, ResourcePtrT> RO;
110 return llvm::make_unique<RO>(std::move(ResourcePtr));
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 109 typedef ResourceOwnerImpl<ResourceT, ResourcePtrT> RO;
110 return llvm::make_unique<RO>(std::move(ResourcePtr));
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 109 typedef ResourceOwnerImpl<ResourceT, ResourcePtrT> RO;
110 return llvm::make_unique<RO>(std::move(ResourcePtr));
  /external/swiftshader/third_party/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/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 783 const MachineOperand &RO = PN->getOperand(i), &BO = PN->getOperand(i+1);
785 SR = RO.getReg(), SSR = RO.getSubReg();
787 TR = RO.getReg(), TSR = RO.getSubReg();
789 FR = RO.getReg(), FSR = RO.getSubReg();
    [all...]
  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 826 const CodeGenInstAlias::ResultOperand &RO = CGA.ResultOperands[i];
828 switch (RO.Kind) {
830 const Record *Rec = RO.getRecord();
831 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 114 const RegionOffset &RO = R->getAsOffset();
115 if (RO.hasSymbolicOffset())
116 return BindingKey(cast<SubRegion>(R), cast<SubRegion>(RO.getRegion()), k);
118 return BindingKey(RO.getRegion(), RO.getOffset(), k);
    [all...]

Completed in 1518 milliseconds

1 2