Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1288 bool IsMemCpy) const { in loadAndStoreMayFormMemmove()
1289 if (IsMemCpy) { in loadAndStoreMayFormMemmove()
1381 bool IsMemCpy = isa<MemCpyInst>(TheStore); in processLoopStoreOfLoopLoad() local
1382 const StringRef InstRemark = IsMemCpy ? "memcpy" : "load and store"; in processLoopStoreOfLoopLoad()
1425 if (IsMemCpy && !Verifier.IsSameObject) in processLoopStoreOfLoopLoad()
1439 bool UseMemMove = IsMemCpy ? Verifier.IsSameObject : LoopAccessStore; in processLoopStoreOfLoopLoad()
1442 IsMemCpy)) in processLoopStoreOfLoopLoad()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3467 bool IsMemCpy = (II->getIntrinsicID() == Intrinsic::memcpy); in fastLowerIntrinsicCall() local
3468 if (isa<ConstantInt>(MTI->getLength()) && IsMemCpy) { in fastLowerIntrinsicCall()