Searched refs:COPY (Results 26 - 50 of 173) sorted by relevance

1234567

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFixVGPRCopies.cpp57 case AMDGPU::COPY:
H A DSIOptimizeExecMasking.cpp62 case AMDGPU::COPY:
80 case AMDGPU::COPY:
185 MI.setDesc(TII.get(AMDGPU::COPY));
305 // Fold exec = COPY (S_AND_B64 reg, exec) -> exec = S_AND_B64 reg, exec
369 // %sgpr0_sgpr1 = COPY %exec
H A DSILowerI1Copies.cpp19 // The only instructions that use or define vreg_1 virtual registers are COPY,
226 /// Helper class that detects loops which require us to lower an i1 COPY into
239 /// concerned. However, an i1 COPY in B that is used in C must be lowered to
507 if (MI.getOpcode() != AMDGPU::COPY)
581 if (IncomingDef->getOpcode() == AMDGPU::COPY) {
678 MI.getOpcode() != AMDGPU::COPY)
742 if (MI->getOpcode() != AMDGPU::COPY)
810 // We should have at least seen an IMPLICIT_DEF or COPY
825 BuildMI(MBB, I, DL, TII->get(AMDGPU::COPY), DstReg).addReg(CurReg);
827 BuildMI(MBB, I, DL, TII->get(AMDGPU::COPY), DstRe
[all...]
H A DSIWholeQuadMode.cpp541 // Generic instructions such as COPY will either disappear by register
564 BuildMI(MBB, Before, DebugLoc(), TII->get(AMDGPU::COPY), SaveReg)
567 BuildMI(MBB, Before, DebugLoc(), TII->get(AMDGPU::COPY), AMDGPU::SCC)
657 MI = BuildMI(MBB, Before, DebugLoc(), TII->get(AMDGPU::COPY), Exec)
847 BuildMI(*MI->getParent(), MI, DL, TII->get(AMDGPU::COPY), Dest)
872 MI->setDesc(TII->get(AMDGPU::COPY));
889 MI->setDesc(TII->get(AMDGPU::COPY));
923 TII->get(AMDGPU::COPY), LiveMaskReg)
H A DR600MachineScheduler.cpp183 if (MI->getOpcode() != R600::COPY)
233 case R600::COPY:
305 case R600::COPY:
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.h37 COPY, /* i/o: waiting for input or output to copy stored block */ enumerator in enum:__anon9860
68 STORED -> COPY -> TYPE
/freebsd-12-stable/contrib/sendmail/libsm/
H A Dfvwrite.c45 #define COPY(n) (void)memcpy((void *)fp->f_p, (void *)p, (size_t)(n)) macro
162 COPY(w); /* copy SM_MIN(fp->f_w,len), */
171 COPY(w);
196 COPY(w);
233 COPY(w);
257 COPY(w);
/freebsd-12-stable/usr.bin/tcopy/
H A Dtcopy.c80 enum {READ, VERIFY, COPY, COPYVERIFY} op = READ; enumerator in enum:__anon17336
128 op = COPY;
131 op == COPY ? O_WRONLY : O_RDWR, DEFFILEMODE)) < 0)
178 if (op == COPY || op == COPYVERIFY) {
216 if (op == COPY || op == COPYVERIFY) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CleanupLocalDynamicTLSPass.cpp105 TII->get(TargetOpcode::COPY), AArch64::X0)
127 TII->get(TargetOpcode::COPY), *TLSBaseAddrReg)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZLDCleanup.cpp120 TII->get(TargetOpcode::COPY), SystemZ::R2D)
140 TII->get(TargetOpcode::COPY), *TLSBaseAddrReg)
H A DSystemZPostRewrite.cpp123 TII->get(SystemZ::COPY), DestReg)
130 TII->get(SystemZ::COPY), DestReg)
200 BuildMI(*MoveMBB, MoveMBB->end(), DL, TII->get(SystemZ::COPY), DestReg)
228 BuildMI(MBB, &MI, MI.getDebugLoc(), TII->get(SystemZ::COPY), DstReg)
/freebsd-12-stable/contrib/bmake/mk/
H A Dnls.mk35 ${INSTALL} ${COPY} -o ${NLSOWN} -g ${NLSGRP} -m ${NLSMODE} $$msg $$dir/${NLSNAME}.cat; \
H A Ddoc.mk53 ${INSTALL} ${COPY} ${DOC_INSTALL_OWN} -m ${DOCMODE} \
/freebsd-12-stable/bin/pax/
H A Dpax.h61 #define COPY 4 /* copy files to destination dir */ macro
/freebsd-12-stable/sys/contrib/zlib/
H A Dinflate.h35 COPY_, /* i/o: same as COPY below, but only first time in */
36 COPY, /* i/o: waiting for input or output to copy stored block */ enumerator in enum:__anon11567
69 STORED -> COPY_ -> COPY -> TYPE
H A Dgzguts.h166 #define COPY 1 /* copy input directly */ macro
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenPredicate.cpp178 return COPY;
214 case TargetOpcode::COPY:
258 if (Opc == Hexagon::C2_tfrpr || Opc == TargetOpcode::COPY) {
275 BuildMI(B, std::next(DefIt), DL, TII->get(TargetOpcode::COPY), NewPR)
334 case TargetOpcode::COPY: {
396 NewOpc = TargetOpcode::COPY;
437 BuildMI(B, MI, DL, TII->get(TargetOpcode::COPY), NewOutR)
471 if (MI.getOpcode() != TargetOpcode::COPY)
/freebsd-12-stable/contrib/gdb/
H A Ddjunpack.bat28 Rem The following uses a feature of COPY whereby it does not copy
35 Rem See the comment above about the reason for using COPY.
/freebsd-12-stable/lib/libc/gen/
H A Dgetpwent.c1494 #define COPY(field) do { \ macro
1502 COPY(pw_name);
1503 COPY(pw_passwd);
1504 COPY(pw_class);
1505 COPY(pw_gecos);
1506 COPY(pw_dir);
1507 COPY(pw_shell);
1508 #undef COPY macro
1511 #define COPY(field, flag) do { \ macro
1524 COPY(pw_nam
1534 #undef COPY macro
1535 #define COPY macro
1541 #undef COPY macro
[all...]
/freebsd-12-stable/sys/netgraph/
H A Dng_nat.c697 #define COPY(F) do { \ macro
704 COPY(icmpLinkCount);
705 COPY(udpLinkCount);
706 COPY(tcpLinkCount);
707 COPY(pptpLinkCount);
708 COPY(sctpLinkCount);
709 COPY(protoLinkCount);
710 COPY(fragmentIdLinkCount);
711 COPY(fragmentPtrLinkCount);
712 COPY(sockCoun
713 #undef COPY macro
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp58 TII.get(TargetOpcode::COPY), ConstrainedReg)
63 TII.get(TargetOpcode::COPY), Reg)
80 // Some of the target independent instructions, like COPY, may not impose any
97 // COPY:
98 // v1 = COPY v0
99 // v2 = COPY v1
255 case TargetOpcode::COPY:
309 while (DefMI->getOpcode() == TargetOpcode::COPY) {
/freebsd-12-stable/sys/contrib/zstd/zlibWrapper/
H A Dgzguts.h171 #define COPY 1 /* copy input directly */ macro
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFrameLowering.cpp188 BuildMI(MBB, InsertPt, DL, TII->get(WebAssembly::COPY), BasePtr)
217 BuildMI(MBB, InsertPt, DL, TII->get(WebAssembly::COPY), WebAssembly::FP32)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterBankInfo.cpp179 if (NonCopyInstr->getOpcode() == TargetOpcode::COPY &&
201 while (Ret->getOpcode() == TargetOpcode::COPY &&
215 while (Ret->getOpcode() == TargetOpcode::COPY &&
301 if (AdjMI->getOpcode() == TargetOpcode::COPY) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXReplaceImageHandles.cpp177 case TargetOpcode::COPY: {

Completed in 219 milliseconds

1234567