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

123

/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 DStackAddrEscapeChecker.cpp35 void checkPreStmt(const ReturnStmt *RS, CheckerContext &C) const;
119 void StackAddrEscapeChecker::checkPreStmt(const ReturnStmt *RS, argument
122 const Expr *RetE = RS->getRetValue();
H A DVforkChecker.cpp65 void checkPreStmt(const ReturnStmt *RS, CheckerContext &C) const;
210 void VforkChecker::checkPreStmt(const ReturnStmt *RS, CheckerContext &C) const { argument
/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h20 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS,
24 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, IsDWO,
19 DWARFCompileUnit(DWARFContext &Context, const DWARFSection &Section, const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, StringRef SOS, StringRef AOS, StringRef LS, bool LE, bool IsDWO, const DWARFUnitSectionBase &UnitSection, const DWARFUnitIndex::Entry *Entry) argument
H A DDWARFTypeUnit.h23 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS,
27 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, IsDWO,
22 DWARFTypeUnit(DWARFContext &Context, const DWARFSection &Section, const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, StringRef SOS, StringRef AOS, StringRef LS, bool LE, bool IsDWO, const DWARFUnitSectionBase &UnitSection, const DWARFUnitIndex::Entry *Entry) argument
H A DDWARFUnit.h48 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS,
82 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS,
91 auto U = llvm::make_unique<UnitType>(Context, Section, DA, RS, SS, SOS,
148 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS,
164 void setRangesSection(StringRef RS, uint32_t Base) { argument
165 RangeSection = RS;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DPrologEpilogInserter.h55 RegScavenger *RS; member in class:llvm::PEI
H A DBranchFolding.h93 RegScavenger *RS; member in class:llvm::BranchFolder
/external/clang/lib/StaticAnalyzer/Core/
H A DEnvironment.cpp98 const ReturnStmt *RS = cast<ReturnStmt>(S); local
99 if (const Expr *RE = RS->getRetValue())
/external/clang/tools/scan-build-py/libscanbuild/
H A Dintercept.py42 RS = chr(0x1e) variable
177 content = RS.join([pid, pid, 'wrapper', working_dir, command]) + GS
202 records = group.split(RS)
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
H A DBlackfinRegisterInfo.cpp179 RegScavenger *RS,
182 assert(RS && "Register scavenging must be on");
183 unsigned Reg = RS->FindUnusedReg(RC);
185 Reg = RS->scavengeRegister(RC, II, SPAdj);
191 int SPAdj, RegScavenger *RS) const {
267 unsigned ScratchReg = findScratchRegister(II, RS, &BF::PRegClass, SPAdj);
282 unsigned ScratchReg = findScratchRegister(II, RS, &BF::DRegClass, SPAdj);
304 unsigned ScratchReg = findScratchRegister(II, RS, &BF::DRegClass, SPAdj);
178 findScratchRegister(MachineBasicBlock::iterator II, RegScavenger *RS, const TargetRegisterClass *RC, int SPAdj) argument
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
H A DSPURegisterInfo.cpp255 RegScavenger *RS) const
299 unsigned tmpReg = findScratchRegister(II, RS, &SPU::R32CRegClass, SPAdj);
346 RegScavenger *RS,
350 assert(RS && "Register scavenging must be on");
351 unsigned Reg = RS->FindUnusedReg(RC);
353 Reg = RS->scavengeRegister(RC, II, SPAdj);
345 findScratchRegister(MachineBasicBlock::iterator II, RegScavenger *RS, const TargetRegisterClass *RC, int SPAdj) 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/CodeGen/
H A DShrinkWrap.cpp135 bool useOrDefCSROrFI(const MachineInstr &MI, RegScavenger *RS) const;
137 const SetOfRegs &getCurrentCSRs(RegScavenger *RS) const {
143 TFI->determineCalleeSaves(*MachineFunc, SavedRegs, RS);
157 void updateSaveRestorePoints(MachineBasicBlock &MBB, RegScavenger *RS);
224 RegScavenger *RS) const {
241 for (unsigned Reg : getCurrentCSRs(RS)) {
273 RegScavenger *RS) {
294 if (!useOrDefCSROrFI(Terminator, RS))
443 std::unique_ptr<RegScavenger> RS(
456 if (!useOrDefCSROrFI(MI, RS
272 updateSaveRestorePoints(MachineBasicBlock &MBB, RegScavenger *RS) argument
[all...]
/external/llvm/tools/llvm-pdbdump/
H A Dllvm-pdbdump.cpp373 RawSession *RS = static_cast<RawSession *>(Session.get()); local
374 PDBFile &File = RS->getPDBFile();
385 RawSession *RS = static_cast<RawSession *>(Session.get()); local
386 PDBFile &File = RS->getPDBFile();
/external/python/cpython2/Lib/curses/
H A Dascii.py35 RS = 0x1e # ^^ variable
44 "CAN", "EM", "SUB", "ESC", "FS", "GS", "RS", "US",
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/Disassembler/
H A DMBlazeDisassembler.cpp528 unsigned RS = getRS(insn); local
655 if (RD == UNSUPPORTED || RS == UNSUPPORTED)
658 instr.addOperand(MCOperand::CreateReg(RS));
662 if (RS == UNSUPPORTED || RA == UNSUPPORTED)
664 instr.addOperand(MCOperand::CreateReg(RS));
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp321 unsigned findScratchRegister(MachineBasicBlock::iterator II, RegScavenger *RS, argument
323 assert(RS && "Register scavenging must be on");
324 unsigned Reg = RS->FindUnusedReg(RC);
328 Reg = RS->scavengeRegister(RC, II, SPAdj);
340 int SPAdj, RegScavenger *RS) const {
377 Reg = findScratchRegister(II, RS, RC, SPAdj);
456 RegScavenger *RS) const {
466 unsigned Reg = findScratchRegister(II, RS, RC, SPAdj);
495 int SPAdj, RegScavenger *RS) const {
534 lowerDynamicAlloc(II, SPAdj, RS);
[all...]
/external/clang/tools/scan-build-py/libear/
H A Dear.c410 static int const RS = 0x1e; local
434 fprintf(fd, "%d%c", getpid(), RS);
435 fprintf(fd, "%d%c", getppid(), RS);
436 fprintf(fd, "%s%c", fun, RS);
437 fprintf(fd, "%s%c", cwd, RS);
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp36 const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS,
40 : Context(DC), InfoSection(Section), Abbrev(DA), RangeSection(RS),
35 DWARFUnit(DWARFContext &DC, const DWARFSection &Section, const DWARFDebugAbbrev *DA, StringRef RS, StringRef SS, StringRef SOS, StringRef AOS, StringRef LS, bool LE, bool IsDWO, const DWARFUnitSectionBase &UnitSection, const DWARFUnitIndex::Entry *IndexEntry) argument
/external/llvm/lib/Target/Hexagon/
H A DHexagonBitSimplify.cpp36 RegisterSet(const RegisterSet &RS) : BitVector(RS) {} argument
118 : RS(S), TRI(RI) {}
122 const RegisterSet &RS; member in struct:__anon13081::PrintRegSet
130 for (unsigned R = P.RS.find_first(); R; R = P.RS.find_next(R))
184 const BitTracker::RegisterRef &RS, MachineRegisterInfo &MRI);
876 // Check if RD could be replaced with RS at any possible use of RD.
881 const BitTracker::RegisterRef &RS, MachineRegisterInfo &MRI) {
883 !TargetRegisterInfo::isVirtualRegister(RS
[all...]
H A DHexagonGenInsert.cpp160 : RS(S), TRI(RI) {}
164 const RegisterSet &RS; member in struct:__anon13107::PrintRegSet
170 for (unsigned R = P.RS.find_first(); R; R = P.RS.find_next(R))
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCRegisterInfo.h40 unsigned RS, unsigned Al, int CC, bool Allocable,
43 : ID(id), Name(name), RegSize(RS), Alignment(Al), CopyCost(CC),
39 MCRegisterClass(unsigned id, const char *name, unsigned RS, unsigned Al, int CC, bool Allocable, iterator RB, iterator RE, const unsigned char *Bits, unsigned NumBytes) argument

Completed in 693 milliseconds

123