Searched refs:MEMSET (Results 1 - 15 of 15) sorted by relevance

/external/compiler-rt/lib/asan/tests/
H A Dasan_mem_test.cc22 void *(*MEMSET)(void *s, int c, size_t n) = Ident(memset);
24 MEMSET(array, element, size);
25 MEMSET(array, element, size - 1);
26 MEMSET(array + length - 1, element, sizeof(T));
27 MEMSET(array, element, 1);
30 MEMSET(array - 10, element, zero);
31 MEMSET(array - 1, element, zero);
32 MEMSET(array, element, zero);
33 MEMSET(array + length, 0, zero);
34 MEMSET(arra
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp189 TLI.getLibcallCallingConv(RTLIB::MEMSET), // call conv
192 DAG.getExternalSymbol(TLI.getLibcallName(RTLIB::MEMSET),
H A DARMISelLowering.cpp422 setLibcallName(RTLIB::MEMSET, "__aeabi_memset");
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DRuntimeLibcalls.h261 MEMSET, enumerator in enum:llvm::RTLIB::Libcall
/external/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp52 case RTLIB::MEMSET:
261 RTLIB::MEMSET);
H A DARMISelLowering.cpp367 { RTLIB::MEMSET, "__aeabi_memset", CallingConv::ARM_AAPCS, ISD::SETCC_INVALID },
/external/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util_posix.cc254 MEMSET
364 case Event::MEMSET:
519 Event event(Event::MEMSET, dst, val, size);
/external/llvm/include/llvm/CodeGen/
H A DRuntimeLibcalls.h333 MEMSET, enumerator in enum:llvm::RTLIB::Libcall
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyPeephole.cpp148 Name == TLI.getLibcallName(RTLIB::MEMSET)) {
H A DWebAssemblyStoreResults.cpp164 Name == TLI.getLibcallName(RTLIB::MEMSET);
/external/valgrind/shared/
H A Dvg_replace_strmem.c82 20210 MEMSET
1194 #define MEMSET(soname, fnname) \ macro
1239 MEMSET(VG_Z_LIBC_SONAME, memset)
1242 //MEMSET(VG_Z_LIBC_SONAME, memset)
1243 //MEMSET(VG_Z_DYLD, memset)
1244 MEMSET(VG_Z_LIBC_SONAME, memset)
1247 MEMSET(VG_Z_LIBC_SONAME, memset)
1248 MEMSET(VG_Z_LIBC_SONAME, memsetZPZa)
/external/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp354 Names[RTLIB::MEMSET] = "memset";
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp292 Names[RTLIB::MEMSET] = "memset";
H A DSelectionDAG.cpp3832 TLI.getLibcallCallingConv(RTLIB::MEMSET), false,
3834 getExternalSymbol(TLI.getLibcallName(RTLIB::MEMSET),
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4786 .setCallee(TLI->getLibcallCallingConv(RTLIB::MEMSET),
4788 getExternalSymbol(TLI->getLibcallName(RTLIB::MEMSET),

Completed in 361 milliseconds