Searched refs:MEMCPY (Results 26 - 41 of 41) sorted by relevance

12

/freebsd-13-stable/contrib/nvi/common/
H A Dline.c176 MEMCPY(ep->c_lp, wp, wlen);
524 MEMCPY(ep->c_lp, wp, wlen);
H A Doptions.c319 (void)MEMCPY(b2, str, a.len+1); \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFInstrInfo.cpp116 if (MI.getOpcode() == BPF::MEMCPY) {
H A DBPFISelLowering.cpp579 case BPFISD::MEMCPY:
580 return "BPFISD::MEMCPY";
634 // This function does custom insertion during lowering BPFISD::MEMCPY which
638 // Because we will expand BPFISD::MEMCPY into load/store pairs, we will need
667 bool isMemcpyOp = Opc == BPF::MEMCPY;
/freebsd-13-stable/contrib/diff/lib/
H A Dstrftime.c85 # define MEMCPY(d, s, n) __wmemcpy (d, s, n) macro
94 # define MEMCPY(d, s, n) memcpy (d, s, n) macro
182 MEMCPY ((void *) p, (void const *) (s), _n))
/freebsd-13-stable/contrib/nvi/ex/
H A Dex.c2147 MEMCPY(ecp->cp, ecp->cp + ecp->o_clen, ecp->o_clen);
2206 MEMCPY(bp, cmd, len);
H A Dex_cscope.c764 MEMCPY(tp->search, wp, (tp->slen = slen) + 1);
H A Dex_tag.c1136 MEMCPY(tp->search, wp, (tp->slen = slen) + 1);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h279 MEMCPY,
H A DARMBaseInstrInfo.cpp1564 /// Expands MEMCPY to either LDMIA/STMIA or LDMIA_UPD/STMID_UPD
1629 if (MI.getOpcode() == ARM::MEMCPY) {
H A DARMISelLowering.cpp647 { RTLIB::MEMCPY, "__aeabi_memcpy", CallingConv::ARM_AAPCS, ISD::SETCC_INVALID },
1759 case ARMISD::MEMCPY: return "ARMISD::MEMCPY";
11269 /// Attaches vregs to MEMCPY that it will use as scratch registers
11289 // The MEMCPY both defines and kills the scratch registers.
11299 if (MI.getOpcode() == ARM::MEMCPY) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp660 TLI.getLibcallName(RTLIB::MEMCPY) == StringRef("memcpy")) ||
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRuntimeLibcallSignatures.cpp325 Table[RTLIB::MEMCPY] = iPTR_func_iPTR_iPTR_iPTR;
/freebsd-13-stable/contrib/nvi/vi/
H A Dv_txt.c2883 MEMCPY(tp->lb + tp->cno, p + input_len, retain);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp558 RTLibcall = RTLIB::MEMCPY;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6460 .setLibCallee(TLI->getLibcallCallingConv(RTLIB::MEMCPY),
6462 getExternalSymbol(TLI->getLibcallName(RTLIB::MEMCPY),

Completed in 411 milliseconds

12