HomeSort by relevance Sort by last modified time
    Searched defs:RS (Results 1 - 19 of 19) sorted by null

  /external/llvm/lib/CodeGen/
PrologEpilogInserter.h 48 RegScavenger *RS;
BranchFolding.h 93 RegScavenger *RS;
TailDuplication.cpp 68 std::unique_ptr<RegScavenger> RS;
145 RS.reset();
147 RS.reset(new RegScavenger());
796 if (RS && !TailBB->livein_empty()) {
798 RS->enterBasicBlock(PredBB);
800 RS->forward(std::prev(PredBB->end()));
802 RS->getRegsUsed(RegsLiveAtExit, false);
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 204 Selector RS = Ctx.Selectors.getSelector(0, &RII);
234 if (scan_ivar_release(MD->getBody(), ID, PD, RS, SelfII, Ctx)
MallocChecker.cpp 93 static RefState getEscaped(const RefState *RS) {
94 return RefState(Escaped, RS->getStmt(), RS->getAllocationFamily());
332 const Expr *DeallocExpr, const RefState *RS,
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Environment.cpp 97 const ReturnStmt *RS = cast<ReturnStmt>(S);
98 if (const Expr *RE = RS->getRetValue())
  /external/llvm/lib/Target/Hexagon/
HexagonFixupHwLoops.cpp 67 RegScavenger &RS);
121 RegScavenger RS;
127 RS.enterBasicBlock(MBB);
134 RS.forward(MII);
141 convertLoopInstr(MF, MII, RS);
162 RegScavenger &RS) {
166 unsigned Scratch = RS.scavengeRegister(&Hexagon::IntRegsRegClass, MII, 0);
  /device/google/accessory/arduino/USB_Host_Shield/
Max_LCD.cpp 60 #define RS 0x04 // RS pin
63 #define SET_RS lcdPins |= RS
64 #define CLR_RS lcdPins &= ~RS
  /external/guava/guava/src/com/google/common/base/
Ascii.java 335 * relationship shall be: FS is the most inclusive, then GS, then RS,
355 public static final byte RS = 30;
  /external/llvm/include/llvm/CodeGen/PBQP/
RegAllocSolver.h 89 NodeMetadata() : RS(Unprocessed), DeniedOpts(0), OptUnsafeEdges(nullptr){}
97 ReductionState getReductionState() const { return RS; }
98 void setReductionState(ReductionState RS) { this->RS = RS; }
123 ReductionState RS;
  /external/aac/libAACenc/src/
metadata_compressor.cpp 121 RS = 5,
176 INT channelIdx[9]; /*!< Offsets of interleaved channel samples (L, R, C, LFE, Ls, Rs, S, Ls2, Rs2). */
531 drcComp->channelIdx[RS] = channelMapping.elInfo[2].ChannelIndex[1];
539 drcComp->channelIdx[RS] = channelMapping.elInfo[2].ChannelIndex[1];
548 drcComp->channelIdx[RS] = channelMapping.elInfo[3].ChannelIndex[1]; /* rs */
558 drcComp->channelIdx[RS] = channelMapping.elInfo[3].ChannelIndex[1]; /* rrear */
560 drcComp->channelIdx[RS2] = channelMapping.elInfo[2].ChannelIndex[1]; /* rs */
    [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 679 const ReturnStmt *RS = *I;
680 const Expr *RetE = RS->getRetValue();
688 Diag(RS->getLocStart(),
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 567 const ConstantStruct *RS = cast<ConstantStruct>(R);
574 cast<Constant>(RS->getOperand(i))))
    [all...]
  /external/llvm/lib/Target/ARM/
ARMLoadStoreOptimizer.cpp 73 RegScavenger *RS;
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
RegionDataConstants.java 972 RS(new String[]{
    [all...]
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 455 milliseconds