Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/
DTargetLibraryInfo.cpp33 TLI.setUnavailable(LibFunc::memset_pattern16); in initialize()
36 TLI.setUnavailable(LibFunc::memset_pattern16); in initialize()
38 TLI.setUnavailable(LibFunc::memset_pattern16); in initialize()
/external/llvm/test/Analysis/BasicAA/
Dmemset_pattern.ll14 …tail call void @memset_pattern16(i8* bitcast (i32* @y to i8*), i8* bitcast (i32* @x to i8*), i64 4…
21 declare void @memset_pattern16(i8*, i8* readonly, i64) argmemonly
/external/swiftshader/third_party/LLVM/test/Analysis/BasicAA/
Dmemset_pattern.ll14 …tail call void @memset_pattern16(i8* bitcast (i32* @y to i8*), i8* bitcast (i32* @x to i8*), i64 4…
21 declare void @memset_pattern16(i8*, i8*, i64)
/external/llvm/test/CodeGen/X86/
D2012-03-20-LargeConstantExpr.ll13 call void @memset_pattern16(i8* %a, i8* bitcast (i128* @.memset_pattern to i8*), i64 %b)
17 declare void @memset_pattern16(i8*, i8*, i64)
/external/llvm/test/CodeGen/AMDGPU/
Dloop-idiom.ll33 ; R600-NOT: {{^}}memset_pattern16:
35 ; SI-NOT: {{^}}memset_pattern16:
/external/llvm/test/Transforms/LoopIdiom/
Dstruct_pattern.ll44 ; CHECK: call void @memset_pattern16
79 ; CHECK: call void @memset_pattern16
116 ; CHECK: call void @memset_pattern16
151 ; CHECK-NOT: call void @memset_pattern16
185 ; CHECK-NOT: call void @memset_pattern16
Dunroll.ll78 ; CHECK: call void @memset_pattern16
Dbasic.ll569 ; CHECK: declare void @memset_pattern16(i8* nocapture, i8* nocapture readonly, i64) [[ATTRS:#[0-9]+…
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetLibraryInfo.h30 memset_pattern16, enumerator
/external/llvm/lib/Analysis/
DMemoryLocation.cpp147 F == LibFunc::memset_pattern16 && TLI.has(F)) { in getForArgument()
DTargetLibraryInfo.cpp82 TLI.setUnavailable(LibFunc::memset_pattern16); in initialize()
90 TLI.setUnavailable(LibFunc::memset_pattern16); in initialize()
93 TLI.setUnavailable(LibFunc::memset_pattern16); in initialize()
95 TLI.setUnavailable(LibFunc::memset_pattern16); in initialize()
876 case LibFunc::memset_pattern16: in isValidProtoForLibFunc()
DBasicAliasAnalysis.cpp624 F == LibFunc::memset_pattern16 && TLI.has(F)) in isWriteOnlyParam()
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll489 ; CHECK: declare void @memset_pattern16(...)
490 declare void @memset_pattern16(...)
Dannotate.ll869 ; memset_pattern16 isn't available everywhere.
870 ; CHECK-DARWIN: declare void @memset_pattern16(i8* nocapture, i8* nocapture readonly, i64) [[G2:#[0…
871 declare void @memset_pattern16(i8*, i8*, i64)
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp460 } else if (TLI->has(LibFunc::memset_pattern16) && in processLoopStridedStore()
/external/swiftshader/third_party/LLVM/
DOnlyX86.patch72 // We can bound the aliasing properties of memset_pattern16 just as we can
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def743 /// void memset_pattern16(void *b, const void *pattern16, size_t len);
744 TLI_DEFINE_ENUM_INTERNAL(memset_pattern16)
745 TLI_DEFINE_STRING_INTERNAL("memset_pattern16")
/external/swiftshader/third_party/LLVM/lib/Analysis/
DBasicAliasAnalysis.cpp814 else if (TLI.has(LibFunc::memset_pattern16) && in getModRefInfo()
/external/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp233 HasMemsetPattern = TLI->has(LibFunc::memset_pattern16); in runOnLoop()
/external/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp691 case LibFunc::memset_pattern16: in inferLibFuncAttributes()