Searched defs:RS (Results 1 - 25 of 35) sorted by relevance

12

/external/clang/lib/StaticAnalyzer/Checkers/
H A DReturnPointerRangeChecker.cpp31 void checkPreStmt(const ReturnStmt *RS, CheckerContext &C) const;
35 void ReturnPointerRangeChecker::checkPreStmt(const ReturnStmt *RS, argument
39 const Expr *RetE = RS->getRetValue();
H A DReturnUndefChecker.cpp35 void checkPreStmt(const ReturnStmt *RS, CheckerContext &C) const;
39 void ReturnUndefChecker::checkPreStmt(const ReturnStmt *RS, argument
41 const Expr *RetE = RS->getRetValue();
H A DCheckObjCDealloc.cpp165 Selector RS = Ctx.Selectors.getSelector(0, &RII); local
195 if (scan_ivar_release(MD->getBody(), ID, PD, RS, SelfII, Ctx)
H A DStackAddrEscapeChecker.cpp35 void checkPreStmt(const ReturnStmt *RS, CheckerContext &C) const;
119 void StackAddrEscapeChecker::checkPreStmt(const ReturnStmt *RS, argument
122 const Expr *RetE = RS->getRetValue();
/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h20 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS,
23 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LE, UnitSection) {}
19 DWARFCompileUnit(DWARFContext &Context, const DWARFSection &Section, const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, StringRef SOS, StringRef AOS, bool LE, const DWARFUnitSectionBase &UnitSection) argument
H A DDWARFTypeUnit.h23 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS,
26 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LE, UnitSection) {}
22 DWARFTypeUnit(DWARFContext &Context, const DWARFSection &Section, const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, StringRef SOS, StringRef AOS, bool LE, const DWARFUnitSectionBase &UnitSection) argument
H A DDWARFUnit.h46 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS,
85 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS,
92 auto U = llvm::make_unique<UnitType>(Context, Section, DA, RS, SS, SOS,
144 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS,
158 void setRangesSection(StringRef RS, uint32_t Base) { argument
159 RangeSection = RS;
/external/llvm/lib/Target/Hexagon/
H A DHexagonFixupHwLoops.cpp67 RegScavenger &RS);
121 RegScavenger RS; local
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);
160 convertLoopInstr(MachineFunction &MF, MachineBasicBlock::iterator &MII, RegScavenger &RS) argument
/external/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp97 const ReturnStmt *RS = cast<ReturnStmt>(S); local
98 if (const Expr *RE = RS->getRetValue())
H A DRangeConstraintManager.cpp82 RangeSet(PrimRangeSet RS) : ranges(RS) {} argument
H A DExprEngineCallAndReturn.cpp245 if (const ReturnStmt *RS = dyn_cast_or_null<ReturnStmt>(LastSt)) {
247 SVal V = state->getSVal(RS, LCtx);
991 void ExprEngine::VisitReturnStmt(const ReturnStmt *RS, ExplodedNode *Pred, argument
995 getCheckerManager().runCheckersForPreStmt(dstPreVisit, Pred, RS, *this);
999 if (RS->getRetValue()) {
1002 B.generateNode(RS, *it, (*it)->getState());
/external/llvm/lib/CodeGen/
H A DBranchFolding.h98 RegScavenger *RS; member in class:llvm::BranchFolder
H A DPrologEpilogInserter.cpp68 RegScavenger *RS; member in class:__anon10456::PEI
167 RS = TRI->requiresRegisterScavenging(Fn) ? new RegScavenger() : nullptr;
177 TFI->processFunctionBeforeCalleeSavedScan(Fn, RS);
193 TFI->processFunctionBeforeFrameFinalized(Fn, RS);
228 delete RS;
572 if (RS && EarlyScavengingSlots) {
574 RS->getScavengingFrameIndices(SFIs);
624 if (RS && RS->isScavengingFrameIndex((int)i))
663 if (RS
[all...]
H A DTailDuplication.cpp69 std::unique_ptr<RegScavenger> RS; member in class:__anon10503::TailDuplicatePass
146 RS.reset();
148 RS.reset(new RegScavenger());
796 if (RS && !TailBB->livein_empty()) {
798 RS->enterBasicBlock(PredBB);
800 RS->forward(std::prev(PredBB->end()));
803 if (!RS->isRegUsed(*I, false))
H A DRegAllocPBQP.cpp780 std::ostringstream RS; local
781 RS << Round;
782 std::string GraphFileName = FullyQualifiedName + "." + RS.str() +
/external/llvm/lib/Target/R600/
H A DSIPrepareScratchRegs.cpp111 RegScavenger RS; local
113 RS.addScavengingFrameIndex(ScratchRsrcFI);
124 RS.enterBasicBlock(&MBB);
129 RS.forward(I);
147 RS.scavengeRegister(&AMDGPU::SReg_128RegClass, 0);
175 ScratchOffsetReg = RS.scavengeRegister(&AMDGPU::SGPR_32RegClass, 0);
H A DSIInstrInfo.cpp565 RegScavenger *RS, unsigned TmpReg,
601 RS->enterBasicBlock(&Entry);
602 unsigned STmp0 = RS->scavengeRegister(&AMDGPU::SGPR_32RegClass, 0);
603 unsigned STmp1 = RS->scavengeRegister(&AMDGPU::SGPR_32RegClass, 0);
563 calculateLDSSpillAddress(MachineBasicBlock &MBB, MachineBasicBlock::iterator MI, RegScavenger *RS, unsigned TmpReg, unsigned FrameOffset, unsigned Size) const argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
H A DSecP224R1FieldElement.java226 RS(d1, e1, f1, t);
233 private static void RS(int[] d, int[] e, int[] f, int[] t) method in class:SecP224R1FieldElement
261 RS(d1, e1, f1, t);
/external/guava/guava/src/com/google/common/base/
H A DAscii.java352 * relationship shall be: FS is the most inclusive, then GS, then RS,
363 * relationship shall be: FS is the most inclusive, then GS, then RS,
374 * relationship shall be: FS is the most inclusive, then GS, then RS,
380 public static final byte RS = 30; field in class:Ascii
385 * relationship shall be: FS is the most inclusive, then GS, then RS,
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp34 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS,
37 : Context(DC), InfoSection(Section), Abbrev(DA), RangeSection(RS),
33 DWARFUnit(DWARFContext &DC, const DWARFSection &Section, const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, StringRef SOS, StringRef AOS, bool LE, const DWARFUnitSectionBase &UnitSection) argument
/external/aac/libAACenc/src/
H A Dmetadata_compressor.cpp121 RS = 5, enumerator in enum:__anon110
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 */
895 if (drcComp->channelIdx[RS] >= 0) tmp -= fMultDiv2(FL2FXCONST_DBL(0.707f), (FIXP_PCM)pSamples[drcComp->channelIdx[RS]])>>(DOWNMIX_SHIFT-1); /* Rs */
908 if (drcComp->channelIdx[RS] >= 0) tmp += fMultDiv2(FL2FXCONST_DBL(0.707f), (FIXP_PCM)pSamples[drcComp->channelIdx[RS]])>>(DOWNMIX_SHIFT-1); /* Rs */
910 if ((drcComp->channelIdx[RS] >
[all...]
/external/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h194 : RS(Unprocessed), NumOpts(0), DeniedOpts(0), OptUnsafeEdges(nullptr),
204 : RS(Other.RS), NumOpts(Other.NumOpts), DeniedOpts(Other.DeniedOpts),
220 : RS(Other.RS), NumOpts(Other.NumOpts), DeniedOpts(Other.DeniedOpts),
231 RS = Other.RS;
248 RS = Other.RS;
273 ReductionState getReductionState() const { return RS; }
274 setReductionState(ReductionState RS) argument
316 ReductionState RS; member in class:llvm::PBQP::RegAlloc::NodeMetadata
[all...]
/external/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp562 const ConstantStruct *RS = cast<ConstantStruct>(R); local
569 cast<Constant>(RS->getOperand(i))))
/external/llvm/utils/FileCheck/
H A DFileCheck.cpp151 bool AddRegExToRegEx(StringRef RS, unsigned &CurParen, SourceMgr &SM);
335 bool Pattern::AddRegExToRegEx(StringRef RS, unsigned &CurParen, argument
337 Regex R(RS);
340 SM.PrintMessage(SMLoc::getFromPointer(RS.data()), SourceMgr::DK_Error,
345 RegExStr += RS.str();
/external/clang/lib/Sema/
H A DSemaLambda.cpp683 const ReturnStmt *RS = *I; local
684 const Expr *RetE = RS->getRetValue();
693 Diag(RS->getLocStart(),

Completed in 694 milliseconds

12