Home
last modified time | relevance | path

Searched refs:BZERO (Results 1 – 8 of 8) sorted by relevance

/freebsd/lib/libc/string/
H A Dmemset.c42 #ifdef BZERO
67 #ifndef BZERO in bzero()
97 #ifndef BZERO in bzero()
H A Dbzero.c1 #define BZERO macro
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DRuntimeLibcalls.cpp120 setLibcallName(RTLIB::BZERO, "__bzero"); in initLibcalls()
124 setLibcallName(RTLIB::BZERO, "bzero"); in initLibcalls()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64GlobalISelUtils.cpp69 if (!TLI.getLibcallName(RTLIB::BZERO)) in tryEmitBZero()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def479 HANDLE_LIBCALL(BZERO, nullptr)
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp8550 const char *BzeroName = getTargetLoweringInfo().getLibcallName(RTLIB::BZERO); in getMemset()
8567 TLI->getLibcallCallingConv(RTLIB::BZERO), Type::getVoidTy(Ctx), in getMemset()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp665 RTLibcall = RTLIB::BZERO; in createMemLibcall()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp1438 setLibcallName(RTLIB::BZERO, isPPC64 ? "___bzero64" : "___bzero"); in PPCTargetLowering()