HomeSort by relevance Sort by last modified time
    Searched refs:MEMSET (Results 1 - 7 of 7) sorted by null

  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.h 104 memset((_s_), 0x0, sizeof(_name_)); \
144 #define MEMSET(_ps,_c,_n,_eError) \
146 if(memset(_ps,_c,_n) != _ps) { \
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 139 // Adjust parameters for memset, EABI uses format (ptr, size, value),
190 TLI.getLibcallCallingConv(RTLIB::MEMSET), // call conv
194 DAG.getExternalSymbol(TLI.getLibcallName(RTLIB::MEMSET),
ARMISelLowering.cpp 420 setLibcallName(RTLIB::MEMSET, "__aeabi_memset");
423 setLibcallCallingConv(RTLIB::MEMSET, CallingConv::ARM_AAPCS);
    [all...]
  /external/llvm/include/llvm/CodeGen/
RuntimeLibcalls.h 261 MEMSET,
  /external/valgrind/main/memcheck/
mc_replace_strmem.c 82 20210 MEMSET
942 /*---------------------- memset ----------------------*/
947 #define MEMSET(soname, fnname) \
967 MEMSET(VG_Z_LIBC_SONAME, memset)
970 //MEMSET(VG_Z_LIBC_SONAME, memset)
971 MEMSET(VG_Z_DYLD, memset)
972 MEMSET(VG_Z_LIBC_SONAME, memset
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
TargetLowering.cpp 270 Names[RTLIB::MEMSET] = "memset";
502 memset(CCs, ISD::SETCC_INVALID, sizeof(ISD::CondCode)*RTLIB::UNKNOWN_LIBCALL);
527 memset(OpActions, 0, sizeof(OpActions));
528 memset(LoadExtActions, 0, sizeof(LoadExtActions));
529 memset(TruncStoreActions, 0, sizeof(TruncStoreActions));
530 memset(IndexedModeActions, 0, sizeof(IndexedModeActions));
531 memset(CondCodeActions, 0, sizeof(CondCodeActions));
595 memset(RegClassForVT, 0,MVT::LAST_VALUETYPE*sizeof(TargetRegisterClass*));
596 memset(TargetDAGCombineArray, 0, array_lengthof(TargetDAGCombineArray))
    [all...]

Completed in 162 milliseconds