Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1210 bool IsMemCpy) const { in loadAndStoreMayFormMemmove()
1211 if (IsMemCpy) { in loadAndStoreMayFormMemmove()
1304 bool IsMemCpy = isa<MemCpyInst>(TheStore); in processLoopStoreOfLoopLoad() local
1305 const StringRef InstRemark = IsMemCpy ? "memcpy" : "load and store"; in processLoopStoreOfLoopLoad()
1348 if (IsMemCpy && !Verifier.IsSameObject) in processLoopStoreOfLoopLoad()
1362 bool UseMemMove = IsMemCpy ? Verifier.IsSameObject : LoopAccessStore; in processLoopStoreOfLoopLoad()
1365 IsMemCpy)) in processLoopStoreOfLoopLoad()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3494 bool IsMemCpy = (II->getIntrinsicID() == Intrinsic::memcpy); in fastLowerIntrinsicCall() local
3495 if (isa<ConstantInt>(MTI->getLength()) && IsMemCpy) { in fastLowerIntrinsicCall()