HomeSort by relevance Sort by last modified time
    Searched refs:memset_pattern16 (Results 1 - 9 of 9) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Target/
TargetLibraryInfo.cpp 30 // memset_pattern16 is only available on iOS 3.0 and Mac OS/X 10.5 and later.
33 TLI.setUnavailable(LibFunc::memset_pattern16);
36 TLI.setUnavailable(LibFunc::memset_pattern16);
38 TLI.setUnavailable(LibFunc::memset_pattern16);
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetLibraryInfo.h 29 /// void memset_pattern16(void *b, const void *pattern16, size_t len);
30 memset_pattern16, enumerator in enum:llvm::LibFunc::Func
  /external/llvm/lib/Analysis/
MemoryLocation.cpp 141 // We can bound the aliasing properties of memset_pattern16 just as we can
143 // LoopIdiomRecognizer likes to turn loops into calls to memset_pattern16
147 F == LibFunc::memset_pattern16 && TLI.has(F)) {
149 "Invalid argument index for memset_pattern16");
TargetLibraryInfo.cpp 82 TLI.setUnavailable(LibFunc::memset_pattern16);
86 // memset_pattern16 is only available on iOS 3.0 and Mac OS X 10.5 and later.
90 TLI.setUnavailable(LibFunc::memset_pattern16);
93 TLI.setUnavailable(LibFunc::memset_pattern16);
95 TLI.setUnavailable(LibFunc::memset_pattern16);
    [all...]
BasicAliasAnalysis.cpp 616 // We can bound the aliasing properties of memset_pattern16 just as we can
618 // LoopIdiomRecognizer likes to turn loops into calls to memset_pattern16
624 F == LibFunc::memset_pattern16 && TLI.has(F))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 399 /// turn into a memset_pattern16, return a ConstantArray of 16 bytes that should
403 /// just replicate their input array and then pass on to memset_pattern16.
460 } else if (TLI->has(LibFunc::memset_pattern16) &&
518 Value *MSP = M->getOrInsertFunction("memset_pattern16",
524 // Otherwise we should form a memset_pattern16. PatternValue is known to be
  /external/swiftshader/third_party/LLVM/lib/Analysis/
BasicAliasAnalysis.cpp 810 // We can bound the aliasing properties of memset_pattern16 just as we can
812 // LoopIdiomRecognizer likes to turn loops into calls to memset_pattern16
814 else if (TLI.has(LibFunc::memset_pattern16) &&
816 CS.getCalledFunction()->getName() == "memset_pattern16") {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 233 HasMemsetPattern = TLI->has(LibFunc::memset_pattern16);
295 /// turn into a memset_pattern16, return a ConstantArray of 16 bytes that should
299 /// just replicate their input array and then pass on to memset_pattern16.
815 M->getOrInsertFunction("memset_pattern16", Builder.getVoidTy(),
817 inferLibFuncAttributes(*M->getFunction("memset_pattern16"), *TLI);
819 // Otherwise we should form a memset_pattern16. PatternValue is known to be
    [all...]
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 691 case LibFunc::memset_pattern16:
    [all...]

Completed in 416 milliseconds