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

References

lib/CodeGen/Analysis.cpp
  645           TLI.getLibcallName(RTLIB::MEMSET) == StringRef("memset"))) &&
lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  421     RTLibcall = RTLIB::MEMSET;
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 6428       .setLibCallee(TLI->getLibcallCallingConv(RTLIB::MEMSET),
 6430                     getExternalSymbol(TLI->getLibcallName(RTLIB::MEMSET),
lib/Target/ARM/ARMISelLowering.cpp
  610         { RTLIB::MEMSET,  "__aeabi_memset",  CallingConv::ARM_AAPCS, ISD::SETCC_INVALID },
lib/Target/ARM/ARMSelectionDAGInfo.cpp
   51   case RTLIB::MEMSET:
  254                                 RTLIB::MEMSET);
lib/Target/WebAssembly/WebAssemblyMemIntrinsicResults.cpp
  161                           Name == TLI.getLibcallName(RTLIB::MEMSET);
lib/Target/WebAssembly/WebAssemblyPeephole.cpp
  159               Name == TLI.getLibcallName(RTLIB::MEMSET)) {
lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  328     Table[RTLIB::MEMSET] = iPTR_func_iPTR_i32_iPTR;