Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp192 bool isMemCpySmall(uint64_t Len, MaybeAlign Alignment);
3293 bool AArch64FastISel::isMemCpySmall(uint64_t Len, MaybeAlign Alignment) { in isMemCpySmall() function in AArch64FastISel
3303 if (!isMemCpySmall(Len, Alignment)) in tryEmitSmallMemCpy()
3506 if (isMemCpySmall(Len, Alignment)) { in fastLowerIntrinsicCall()