Searched refs:COPY (Results 101 - 125 of 173) sorted by relevance

1234567

/macosx-10.10/zlib-55/zlib/
H A Dgzread.c94 left unchanged if there is no more input data available, will be set to COPY
224 state->how = COPY;
305 Returns -1 on error, otherwise 0. gz_make() will leave state->have as COPY
319 if (state->how == COPY) { /* straight copy */
430 else if (state->how == COPY) { /* read directly */
/macosx-10.10/file_cmds-242/pax/
H A Dpax.c195 * 3 COPY ENHANCEMENTS
292 case COPY:
H A Doptions.c598 act = COPY;
619 if (!(flg & XF) && (act == COPY))
642 case COPY:
1185 act = COPY;
1330 case COPY:
/macosx-10.10/libxml2-26/libxml2/
H A Dxzlib.c44 #define COPY 1 /* copy input directly */ macro
479 state->how = COPY;
595 if (state->how == COPY) { /* straight copy */
702 else if (state->how == COPY) { /* read directly */
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/page/
H A Dgen_peg_mecpu.tcl141 @COPY@ $copyright \
/macosx-10.10/Libc-1044.1.2/stdlib/FreeBSD/
H A Dmerge.c182 goto COPY;
189 COPY: b = t;
H A Dmerge_b.c182 goto COPY;
189 COPY: b = t;
/macosx-10.10/OpenSSL098-52/src/
H A Dinstall.com69 $ COPY 'EXHEADER' WRK_SSLINCLUDE: /LOG
/macosx-10.10/vim-55/runtime/syntax/
H A Dld.vim36 syn keyword ldOutputType NOLOAD DSECT COPY INFO OVERLAY
H A Ddesc.vim21 syn match descTag /^\[\(COPY\)\]/
H A Dprescribe.vim19 syn keyword prescribeStatement CASS CIR CLIP CLPR CLSP COPY CPTH CSET CSTK
H A Domnimark.vim21 syn keyword omnimarkKeywords CATCH CLEAR CLOSE COPY COPY-CLEAR CROSS-TRANSLATE
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.cpp35 /// using a smaller register class, emit a COPY to a new virtual register
176 BuildMI(*MBB, InsertPos, Node->getDebugLoc(), TII->get(TargetOpcode::COPY),
320 TII->get(TargetOpcode::COPY), NewVReg).addReg(VReg);
442 // VReg couldn't be reasonably constrained. Emit a COPY to a new virtual
447 BuildMI(*MBB, InsertPos, DL, TII->get(TargetOpcode::COPY), NewReg)
476 // EXTRACT_SUBREG is lowered as %dst = COPY %src:sub. There are no
477 // constraints on the %dst register, COPY can target all legal register
496 TII->get(TargetOpcode::COPY), VRBase).addReg(SrcReg);
500 // constrain its register class or issue a COPY to a compatible register
512 TII->get(TargetOpcode::COPY), VRBas
[all...]
/macosx-10.10/BerkeleyDB-21/db/docs_src/
H A Dbuild88 # Check for COPY in the Makefile first, some make programs have their
89 # own values for the "COPY" variable if it's not already set.
90 if egrep COPY $4/Makefile > /dev/null 2>&1; then
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dvmsbuild.com89 $ COPY LIBERTY.OLB GNU_CC:[000000]
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DPHIElimination.cpp242 TII->get(TargetOpcode::COPY), DestReg)
321 // COPY, but we still need to ensure joint dominance by defs.
332 TII->get(TargetOpcode::COPY), IncomingReg)
H A DExpandPostRAPseudos.cpp10 // This file defines a pass that expands COPY and SUBREG_TO_REG pseudo
221 case TargetOpcode::COPY:
H A DMachineRegisterInfo.cpp288 TII.get(TargetOpcode::COPY), LiveIns[i].second)
H A DTailDuplication.cpp828 TII->get(TargetOpcode::COPY),
889 TII->get(TargetOpcode::COPY),
950 TII->get(TargetOpcode::COPY),
/macosx-10.10/llvmCore-3425.0.34/lib/Target/Hexagon/
H A DHexagonNewValueJump.cpp176 // COPY can remateriaze things in between feeder, compare and nvj.
179 MII->getOpcode() == TargetOpcode::COPY)
231 // Make sure that that second register is not from COPY
237 if (def->getOpcode() == TargetOpcode::COPY)
H A DHexagonMachineScheduler.cpp59 case TargetOpcode::COPY:
114 case TargetOpcode::COPY:
/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DMachineInstr.h638 return getOpcode() == TargetOpcode::COPY;
665 case TargetOpcode::COPY:
/macosx-10.10/groff-38/groff/src/preproc/pic/
H A Dpic.y166 %token COPY
368 | COPY TEXT
375 | COPY TEXT THRU
388 | COPY THRU
/macosx-10.10/llvmCore-3425.0.34/lib/Target/MBlaze/
H A DMBlazeInstrInfo.cpp291 BuildMI(FirstMBB, MBBI, DebugLoc(), TII->get(TargetOpcode::COPY),
/macosx-10.10/llvmCore-3425.0.34/lib/Target/ARM/
H A DARMFastISel.cpp313 TII.get(TargetOpcode::COPY), ResultReg)
335 TII.get(TargetOpcode::COPY), ResultReg)
360 TII.get(TargetOpcode::COPY), ResultReg)
382 TII.get(TargetOpcode::COPY), ResultReg)
404 TII.get(TargetOpcode::COPY), ResultReg)
429 TII.get(TargetOpcode::COPY), ResultReg)
448 TII.get(TargetOpcode::COPY), ResultReg)
467 TII.get(TargetOpcode::COPY),
482 DL, TII.get(TargetOpcode::COPY), ResultReg)
1996 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DL, TII.get(TargetOpcode::COPY),
[all...]

Completed in 460 milliseconds

1234567