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

References

lib/CodeGen/Analysis.cpp
  641           TLI.getLibcallName(RTLIB::MEMCPY) == StringRef("memcpy")) ||
lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  418     RTLibcall = RTLIB::MEMCPY;
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 6222       .setLibCallee(TLI->getLibcallCallingConv(RTLIB::MEMCPY),
 6224                     getExternalSymbol(TLI->getLibcallName(RTLIB::MEMCPY),
lib/Target/ARM/ARMISelLowering.cpp
  608         { RTLIB::MEMCPY,  "__aeabi_memcpy",  CallingConv::ARM_AAPCS, ISD::SETCC_INVALID },
lib/Target/ARM/ARMSelectionDAGInfo.cpp
   45   case RTLIB::MEMCPY:
  142                                   RTLIB::MEMCPY);
  146                                   RTLIB::MEMCPY);
lib/Target/Hexagon/HexagonSelectionDAGInfo.cpp
   54           TLI.getLibcallCallingConv(RTLIB::MEMCPY),
lib/Target/WebAssembly/WebAssemblyMemIntrinsicResults.cpp
  159   bool CallReturnsInput = Name == TLI.getLibcallName(RTLIB::MEMCPY) ||
lib/Target/WebAssembly/WebAssemblyPeephole.cpp
  157           if (Name == TLI.getLibcallName(RTLIB::MEMCPY) ||
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  327     Table[RTLIB::MEMCPY] = iPTR_func_iPTR_iPTR_iPTR;
lib/Target/XCore/XCoreSelectionDAGInfo.cpp
   37         .setLibCallee(TLI.getLibcallCallingConv(RTLIB::MEMCPY),