Lines Matching refs:memcmp
6 ; This tests codegen time inlining/optimization of memcmp
11 declare dso_local i32 @memcmp(ptr, ptr, i64)
18 ; X64-NEXT: jmp memcmp # TAILCALL
19 %m = tail call i32 @memcmp(ptr %X, ptr %Y, i64 2) nounwind
30 %m = tail call i32 @memcmp(ptr %X, ptr %Y, i64 2) nounwind
41 …%m = tail call i32 @memcmp(ptr %X, ptr getelementptr inbounds ([65 x i8], ptr @.str, i32 0, i32 1)…
52 ; X64-NEXT: callq memcmp
57 %m = tail call i32 @memcmp(ptr %X, ptr %Y, i64 2) nounwind nobuiltin
67 ; X64-NEXT: jmp memcmp # TAILCALL
68 %m = tail call i32 @memcmp(ptr %X, ptr %Y, i64 3) nounwind
78 ; X64-NEXT: callq memcmp
83 %m = tail call i32 @memcmp(ptr %X, ptr %Y, i64 3) nounwind
93 ; X64-NEXT: jmp memcmp # TAILCALL
94 %m = tail call i32 @memcmp(ptr %X, ptr %Y, i64 4) nounwind
105 %m = tail call i32 @memcmp(ptr %X, ptr %Y, i64 4) nounwind
116 …%m = tail call i32 @memcmp(ptr %X, ptr getelementptr inbounds ([65 x i8], ptr @.str, i32 0, i32 1)…
126 ; X64-NEXT: jmp memcmp # TAILCALL
127 %m = tail call i32 @memcmp(ptr %X, ptr %Y, i64 5) nounwind
137 ; X64-NEXT: callq memcmp
142 %m = tail call i32 @memcmp(ptr %X, ptr %Y, i64 5) nounwind
152 ; X64-NEXT: jmp memcmp # TAILCALL
153 %m = tail call i32 @memcmp(ptr %X, ptr %Y, i64 8) nounwind
164 %m = tail call i32 @memcmp(ptr %X, ptr %Y, i64 8) nounwind
176 %m = tail call i32 @memcmp(ptr %X, ptr @.str, i64 8) nounwind
187 ; X64-NEXT: callq memcmp
192 %m = tail call i32 @memcmp(ptr %X, ptr %Y, i64 12) nounwind
202 ; X64-NEXT: jmp memcmp # TAILCALL
203 %m = tail call i32 @memcmp(ptr %X, ptr %Y, i64 12) nounwind
215 ; X64-NEXT: jmp memcmp # TAILCALL
216 %m = tail call i32 @memcmp(ptr %X, ptr %Y, i64 16) nounwind
238 %call = tail call i32 @memcmp(ptr %x, ptr %y, i64 16) nounwind
260 %m = tail call i32 @memcmp(ptr %X, ptr @.str, i64 16) nounwind
272 ; X64-NEXT: jmp memcmp # TAILCALL
273 %m = tail call i32 @memcmp(ptr %X, ptr %Y, i64 24) nounwind
283 ; X64-NEXT: callq memcmp
288 %call = tail call i32 @memcmp(ptr %x, ptr %y, i64 24) nounwind
300 ; X64-NEXT: callq memcmp
305 %m = tail call i32 @memcmp(ptr %X, ptr @.str, i64 24) nounwind
315 ; X64-NEXT: jmp memcmp # TAILCALL
316 %m = tail call i32 @memcmp(ptr %X, ptr %Y, i64 32) nounwind
328 ; X64-SSE2-NEXT: callq memcmp
351 %call = tail call i32 @memcmp(ptr %x, ptr %y, i64 32) nounwind
363 ; X64-SSE2-NEXT: callq memcmp
386 %m = tail call i32 @memcmp(ptr %X, ptr @.str, i64 32) nounwind
396 ; X64-NEXT: jmp memcmp # TAILCALL
397 %m = tail call i32 @memcmp(ptr %X, ptr %Y, i64 64) nounwind
407 ; X64-NEXT: callq memcmp
412 %call = tail call i32 @memcmp(ptr %x, ptr %y, i64 64) nounwind
424 ; X64-NEXT: callq memcmp
429 %m = tail call i32 @memcmp(ptr %X, ptr @.str, i64 64) nounwind