Searched refs:memset_pattern16 (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Target/
H A DTargetLibraryInfo.cpp127 "memset_pattern16",
192 // memset_pattern16 is only available on iOS 3.0 and Mac OS/X 10.5 and later.
195 TLI.setUnavailable(LibFunc::memset_pattern16);
198 TLI.setUnavailable(LibFunc::memset_pattern16);
200 TLI.setUnavailable(LibFunc::memset_pattern16);
/macosx-10.10/Libc-1044.1.2/include/
H A Dstring.h166 void memset_pattern16(void *, const void *, size_t) __OSX_AVAILABLE_STARTING(__MAC_10_5, __IPHONE_3_0);
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Target/
H A DTargetLibraryInfo.h223 /// void memset_pattern16(void *b, const void *pattern16, size_t len);
224 memset_pattern16, enumerator in enum:llvm::LibFunc::Func
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp406 /// turn into a memset_pattern16, return a ConstantArray of 16 bytes that should
410 /// just replicate their input array and then pass on to memset_pattern16.
467 } else if (TLI->has(LibFunc::memset_pattern16) &&
525 Value *MSP = M->getOrInsertFunction("memset_pattern16",
531 // Otherwise we should form a memset_pattern16. PatternValue is known to be
/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DBasicAliasAnalysis.cpp783 // We can bound the aliasing properties of memset_pattern16 just as we can
785 // LoopIdiomRecognizer likes to turn loops into calls to memset_pattern16
787 else if (TLI.has(LibFunc::memset_pattern16) &&
789 CS.getCalledFunction()->getName() == "memset_pattern16") {

Completed in 132 milliseconds