Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp193 bool isMemCpySmall(uint64_t Len, MaybeAlign Alignment);
3280 bool AArch64FastISel::isMemCpySmall(uint64_t Len, MaybeAlign Alignment) { in isMemCpySmall() function in AArch64FastISel
3290 if (!isMemCpySmall(Len, Alignment)) in tryEmitSmallMemCpy()
3493 if (isMemCpySmall(Len, Alignment)) { in fastLowerIntrinsicCall()