Searched refs:RS (Results 1 - 25 of 89) sorted by relevance

1234

/freebsd-9.3-release/contrib/llvm/lib/DebugInfo/
H A DDWARFCompileUnit.h20 StringRef RS, StringRef SS, StringRef SOS, StringRef AOS,
22 : DWARFUnit(DA, IS, AS, RS, SS, SOS, AOS, M, LE) {}
19 DWARFCompileUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef AS, StringRef RS, StringRef SS, StringRef SOS, StringRef AOS, const RelocAddrMap *M, bool LE) argument
H A DDWARFTypeUnit.h23 StringRef RS, StringRef SS, StringRef SOS, StringRef AOS,
25 : DWARFUnit(DA, IS, AS, RS, SS, SOS, AOS, M, LE) {}
22 DWARFTypeUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef AS, StringRef RS, StringRef SS, StringRef SOS, StringRef AOS, const RelocAddrMap *M, bool LE) argument
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dppc-opc.c387 the RS field in the instruction. This is used for extended
392 /* The RS field in a D, DS, X, XFX, XS, M, MD or MDS form
395 #define RS RBS + 1
396 #define RT RS
400 /* The RS and RT fields of the DS form stq instruction, which have
402 #define RSQ RS + 1
406 /* The RS field of the tlbwe instruction, which is optional. */
1113 the RS field in the instruction. This is used for extended
1811 { "efscfd", VX(4, 719), VX_MASK, PPCEFS, { RS, RB } },
1812 { "efdabs", VX(4, 740), VX_MASK, PPCEFS, { RS, R
393 #define RS macro
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCJITInfo.cpp27 #define BUILD_ADDIS(RD,RS,IMM16) \
28 ((15 << 26) | ((RD) << 21) | ((RS) << 16) | ((IMM16) & 65535))
29 #define BUILD_ORI(RD,RS,UIMM16) \
30 ((24 << 26) | ((RS) << 21) | ((RD) << 16) | ((UIMM16) & 65535))
31 #define BUILD_ORIS(RD,RS,UIMM16) \
32 ((25 << 26) | ((RS) << 21) | ((RD) << 16) | ((UIMM16) & 65535))
33 #define BUILD_RLDICR(RD,RS,SH,ME) \
34 ((30 << 26) | ((RS) << 21) | ((RD) << 16) | (((SH) & 31) << 11) | \
36 #define BUILD_MTSPR(RS,SPR) \
37 ((31 << 26) | ((RS) << 2
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Target/Sparc/
H A DSparcRegisterInfo.h46 RegScavenger *RS = NULL) const;
49 RegScavenger *RS = NULL) const;
H A DSparcFrameLowering.h44 RegScavenger *RS = NULL) const;
/freebsd-9.3-release/contrib/ntp/include/
H A Dascii.h71 #define RS 30 macro
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DReturnPointerRangeChecker.cpp30 void checkPreStmt(const ReturnStmt *RS, CheckerContext &C) const;
34 void ReturnPointerRangeChecker::checkPreStmt(const ReturnStmt *RS, argument
38 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();
/freebsd-9.3-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonFixupHwLoops.cpp65 RegScavenger &RS);
119 RegScavenger RS; local
125 RS.enterBasicBlock(MBB);
132 RS.forward(MII);
139 convertLoopInstr(MF, MII, RS);
160 RegScavenger &RS) {
164 unsigned Scratch = RS.scavengeRegister(&Hexagon::IntRegsRegClass, MII, 0);
158 convertLoopInstr(MachineFunction &MF, MachineBasicBlock::iterator &MII, RegScavenger &RS) argument
H A DHexagonRegisterInfo.h60 RegScavenger *RS = NULL) const;
/freebsd-9.3-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430RegisterInfo.h46 RegScavenger *RS = NULL) const;
H A DMSP430FrameLowering.h54 RegScavenger *RS = NULL) const;
/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsSEFrameLowering.h43 RegScavenger *RS) const;
H A DMipsRegisterInfo.h63 RegScavenger *RS = NULL) const;
66 RegScavenger *RS = NULL) const;
H A DMips16FrameLowering.h47 RegScavenger *RS) const;
/freebsd-9.3-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.h38 RegScavenger *RS) const LLVM_OVERRIDE;
52 RegScavenger *RS) const;
H A DSystemZRegisterInfo.h61 RegScavenger *RS) const LLVM_OVERRIDE;
/freebsd-9.3-release/sys/boot/efi/include/
H A Defilib.h35 extern EFI_RUNTIME_SERVICES *RS;
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DPrologEpilogInserter.h48 RegScavenger *RS; member in class:llvm::PEI
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DThumb1RegisterInfo.h61 RegScavenger *RS = NULL) const;
/freebsd-9.3-release/contrib/llvm/lib/Target/R600/
H A DAMDGPURegisterInfo.h64 RegScavenger *RS) const;
/freebsd-9.3-release/contrib/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.h49 RegScavenger *RS = NULL) const;
H A DXCoreRegisterInfo.h57 RegScavenger *RS = NULL) const;
/freebsd-9.3-release/contrib/llvm/include/llvm/Target/
H A DTargetFrameLowering.h193 RegScavenger *RS = NULL) const {
203 RegScavenger *RS = NULL) const {

Completed in 553 milliseconds

1234