Searched refs:RS (Results 26 - 50 of 87) sorted by relevance

1234

/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMFrameLowering.h60 RegScavenger *RS) const;
H A DThumb1RegisterInfo.h65 int SPAdj, RegScavenger *RS = NULL) const;
H A DARMBaseRegisterInfo.h188 int SPAdj, RegScavenger *RS = NULL) const;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Hexagon/
H A DHexagonRegisterInfo.h64 int SPAdj, RegScavenger *RS = NULL) const;
H A DHexagonHardwareLoops.cpp192 RegScavenger &RS);
584 RegScavenger RS; local
590 RS.enterBasicBlock(MBB);
597 RS.forward(MII);
604 convertLoopInstr(MF, MII, RS);
625 RegScavenger &RS) {
629 unsigned Scratch = RS.scavengeRegister(&Hexagon::IntRegsRegClass, MII, 0);
623 convertLoopInstr(MachineFunction &MF, MachineBasicBlock::iterator &MII, RegScavenger &RS) argument
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/NVPTX/
H A DNVPTXRegisterInfo.h59 RegScavenger *RS=NULL) const;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86FrameLowering.h47 RegScavenger *RS = NULL) const;
H A DX86RegisterInfo.h128 int SPAdj, RegScavenger *RS = NULL) const;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/XCore/
H A DXCoreRegisterInfo.h62 int SPAdj, RegScavenger *RS = NULL) const;
H A DXCoreRegisterInfo.cpp158 int SPAdj, RegScavenger *RS) const {
221 if (!RS)
224 unsigned ScratchReg = RS->scavengeRegister(&XCore::GRRegsRegClass, II,
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Di370-opc.c142 /* The R1 register field in an RX or RS form instruction. */
167 /* The D2 displacement field in an RS form instruction. */
170 { 12, 0, 0, 0, I370_OPERAND_RELATIVE, "RS D2"},
172 /* The R3 register field in an RS form instruction. */
175 { 4, 16, 0, 0, I370_OPERAND_GPR, "RS R3" },
177 /* The B2 base field in an RS form instruction. */
180 { 4, 12, 0, 0, I370_OPERAND_GPR | I370_OPERAND_BASE | I370_OPERAND_SBASE, "RS B2"},
182 /* The optional B2 base field in an RS form instruction. */
186 { 4, 12, 0, 0, I370_OPERAND_GPR | I370_OPERAND_OPTIONAL, "RS B2 OPT"},
364 /* An RS for
361 #define RS macro
[all...]
H A Dh8500-dis.c128 case RS:
244 case RS:
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp267 unsigned findScratchRegister(MachineBasicBlock::iterator II, RegScavenger *RS, argument
269 assert(RS && "Register scavenging must be on");
270 unsigned Reg = RS->FindUnusedReg(RC);
274 Reg = RS->scavengeRegister(RC, II, SPAdj);
286 int SPAdj, RegScavenger *RS) const {
323 Reg = findScratchRegister(II, RS, RC, SPAdj);
402 RegScavenger *RS) const {
413 (void) RS;
445 RegScavenger *RS) const {
456 (void) RS;
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/tools/
H A Dtcltk-man2html.tcl474 ## process .RS lists
476 proc output-RS-list {} {
479 output-IP-list .RS .IP $rest
480 if {[match-text .RE .sp .RS @rest .IP @rest2]} {
482 output-IP-list .RS .IP $rest2
484 if {[match-text .RE .sp .RS @rest .RE]} {
502 manerror "unbalanced .RS at section end"
534 if {[lsearch {.br .DS .RS} $code] >= 0} {
578 if {[match-text .RE @rest .RS .RS]} {
[all...]
/macosx-10.10.1/tcl-105/tcl/tcl/tools/
H A Dtcltk-man2html.tcl601 if {[next-op-is .RS rest]} {
611 manerror "unbalanced .RS at section end"
630 ## process .RS lists
632 proc output-RS-list {} {
635 output-IP-list .RS .IP $rest
636 if {[match-text .RE .sp .RS @rest .IP @rest2]} {
638 output-IP-list .RS .IP $rest2
640 if {[match-text .RE .sp .RS @rest .RE]} {
658 manerror "unbalanced .RS at section end"
690 if {$code in {.br .DS .RS}} {
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetFrameLowering.h178 RegScavenger *RS = NULL) const {
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools/mpformats/
H A D_nroff.tcl28 proc nr_in {} {return \n.RS}
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DBranchFolding.h93 RegScavenger *RS; member in class:llvm::BranchFolder
H A DPrologEpilogInserter.h51 RegScavenger *RS; member in class:llvm::PEI
H A DTailDuplication.cpp66 OwningPtr<RegScavenger> RS; member in class:__anon10029::TailDuplicatePass
136 RS.reset();
138 RS.reset(new RegScavenger());
789 if (RS && !TailBB->livein_empty()) {
791 RS->enterBasicBlock(PredBB);
793 RS->forward(prior(PredBB->end()));
795 RS->getRegsUsed(RegsLiveAtExit, false);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Mips/
H A DMips16FrameLowering.cpp115 RegScavenger *RS) const {
/macosx-10.10.1/CPANInternal-159.1/String-ShellQuote-1.04/
H A DShellQuote.pm47 require RS::Handy;
48 print RS::Handy::data_dump(\@in);
/macosx-10.10.1/postfix-255/postfix/mantools/
H A Dfixman77 $block =~ s/<dl[^>]*>/\n.RS\n/g;
78 $block =~ s/<ul>/\n.RS\n/g;
209 if ($incomment == 2 && /^(\/\*|#) +\.RS/) {
214 $rsnest++ if /^(\/\*|#) +\.RS/;
/macosx-10.10.1/awk-20/src/
H A Dawk.h53 extern char **RS;
H A Dlib.c115 dprintf( ("RS=<%s>, FS=<%s>, ARGC=%g, FILENAME=%s\n",
116 *RS, *FS, *ARGC, *FILENAME) );
193 if ((sep = **RS) == 0) {
207 if (**RS == sep || c == EOF)
315 /* subtlecase : if length(FS) == 1 && length(RS > 0)
320 if (strlen(*RS) > 0)

Completed in 323 milliseconds

1234