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.cpp194 bool isMemCpySmall(uint64_t Len, MaybeAlign Alignment);
3290 bool AArch64FastISel::isMemCpySmall(uint64_t Len, MaybeAlign Alignment) { in isMemCpySmall() function in AArch64FastISel
3300 if (!isMemCpySmall(Len, Alignment)) in tryEmitSmallMemCpy()
3503 if (isMemCpySmall(Len, Alignment)) { in fastLowerIntrinsicCall()