Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp193 bool tryEmitSmallMemCpy(Address Dest, Address Src, uint64_t Len,
3289 bool AArch64FastISel::tryEmitSmallMemCpy(Address Dest, Address Src, in tryEmitSmallMemCpy() function in AArch64FastISel
3498 if (tryEmitSmallMemCpy(Dest, Src, Len, Alignment)) in fastLowerIntrinsicCall()