Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp192 bool isMemCpySmall(uint64_t Len, unsigned Alignment);
3264 bool AArch64FastISel::isMemCpySmall(uint64_t Len, unsigned Alignment) { in isMemCpySmall() function in AArch64FastISel
3274 if (!isMemCpySmall(Len, Alignment)) in tryEmitSmallMemCpy()
3474 if (isMemCpySmall(Len, Alignment)) { in fastLowerIntrinsicCall()