reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/Analysis.cpp
  643           TLI.getLibcallName(RTLIB::MEMMOVE) == StringRef("memmove")) ||
lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  424     RTLibcall = RTLIB::MEMMOVE;
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 6326       .setLibCallee(TLI->getLibcallCallingConv(RTLIB::MEMMOVE),
 6328                     getExternalSymbol(TLI->getLibcallName(RTLIB::MEMMOVE),
lib/Target/ARM/ARMISelLowering.cpp
  609         { RTLIB::MEMMOVE, "__aeabi_memmove", CallingConv::ARM_AAPCS, ISD::SETCC_INVALID },
lib/Target/ARM/ARMSelectionDAGInfo.cpp
   48   case RTLIB::MEMMOVE:
  246                                 RTLIB::MEMMOVE);
lib/Target/WebAssembly/WebAssemblyMemIntrinsicResults.cpp
  160                           Name == TLI.getLibcallName(RTLIB::MEMMOVE) ||
lib/Target/WebAssembly/WebAssemblyPeephole.cpp
  158               Name == TLI.getLibcallName(RTLIB::MEMMOVE) ||
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  329     Table[RTLIB::MEMMOVE] = iPTR_func_iPTR_iPTR_iPTR;