Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPreISelIntrinsicLowering.cpp61 static bool shouldExpandMemIntrinsicWithSize(Value *Size,
184 bool PreISelIntrinsicLowering::shouldExpandMemIntrinsicWithSize( in shouldExpandMemIntrinsicWithSize() function in PreISelIntrinsicLowering
220 if (shouldExpandMemIntrinsicWithSize(Memcpy->getLength(), TTI)) { in expandMemIntrinsicUses()
252 if (shouldExpandMemIntrinsicWithSize(Memmove->getLength(), TTI)) { in expandMemIntrinsicUses()
269 if (shouldExpandMemIntrinsicWithSize(Memset->getLength(), TTI)) { in expandMemIntrinsicUses()