Home
last modified time | relevance | path

Searched refs:_IO_FILE (Results 1 – 25 of 1189) sorted by relevance

12345678910>>...48

/dports/devel/llvm90/llvm-9.0.1.src/test/Transforms/InstCombine/
H A Dunlocked-stdio.ll10 @stdout = external global %struct._IO_FILE*, align 8
13 define void @external_fgetc_test(%struct._IO_FILE* %f) {
18 %call = call i32 @fgetc(%struct._IO_FILE* %f)
22 declare i32 @fgetc(%struct._IO_FILE* nocapture) #0
35 declare %struct._IO_FILE* @fopen(i8*, i8*)
45 %call1 = call i32 @fgetc(%struct._IO_FILE* %call)
144 declare i32 @fclose(%struct._IO_FILE* nocapture)
159 declare void @modify_file(%struct._IO_FILE*)
186 %.cast = ptrtoint %struct._IO_FILE* %call to i64
196 ; CHECK-NEXT: [[TMP:%.*]] = load %struct._IO_FILE*, %struct._IO_FILE** @stdout, align 8
[all …]
H A Dpr39177.ll4 %struct._IO_FILE = type { i32, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, %struct._IO_m…
5 %struct._IO_marker = type { %struct._IO_marker*, %struct._IO_FILE*, i32 }
7 @stderr = external global %struct._IO_FILE*, align 8
10 @fwrite = alias i64 (i8*, i64, i64, %struct._IO_FILE*), i64 (i8*, i64, i64, %struct._IO_FILE*)* @__…
12 define i64 @__fwrite_alias(i8* %ptr, i64 %size, i64 %n, %struct._IO_FILE* %s) {
21 %s.addr = alloca %struct._IO_FILE*, align 8
25 store %struct._IO_FILE* %s, %struct._IO_FILE** %s.addr, align 8
32 ; CHECK-NEXT: [[TMP0:%.*]] = load %struct._IO_FILE*, %struct._IO_FILE** @stderr, align 8
39 %0 = load %struct._IO_FILE*, %struct._IO_FILE** @stderr, align 8
40 …%call = call i32 (%struct._IO_FILE*, i8*, ...) @fprintf(%struct._IO_FILE* %0, i8* getelementptr in…
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/InstCombine/
H A Dunlocked-stdio.ll10 @stdout = external global %struct._IO_FILE*, align 8
13 define void @external_fgetc_test(%struct._IO_FILE* %f) {
18 %call = call i32 @fgetc(%struct._IO_FILE* %f)
22 declare i32 @fgetc(%struct._IO_FILE* nocapture) #0
35 declare %struct._IO_FILE* @fopen(i8*, i8*)
45 %call1 = call i32 @fgetc(%struct._IO_FILE* %call)
144 declare i32 @fclose(%struct._IO_FILE* nocapture)
159 declare void @modify_file(%struct._IO_FILE*)
186 %.cast = ptrtoint %struct._IO_FILE* %call to i64
196 ; CHECK-NEXT: [[TMP:%.*]] = load %struct._IO_FILE*, %struct._IO_FILE** @stdout, align 8
[all …]
H A Dpr39177.ll4 %struct._IO_FILE = type { i32, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, %struct._IO_m…
5 %struct._IO_marker = type { %struct._IO_marker*, %struct._IO_FILE*, i32 }
7 @stderr = external global %struct._IO_FILE*, align 8
10 @fwrite = alias i64 (i8*, i64, i64, %struct._IO_FILE*), i64 (i8*, i64, i64, %struct._IO_FILE*)* @__…
12 define i64 @__fwrite_alias(i8* %ptr, i64 %size, i64 %n, %struct._IO_FILE* %s) {
21 %s.addr = alloca %struct._IO_FILE*, align 8
25 store %struct._IO_FILE* %s, %struct._IO_FILE** %s.addr, align 8
32 ; CHECK-NEXT: [[TMP0:%.*]] = load %struct._IO_FILE*, %struct._IO_FILE** @stderr, align 8
39 %0 = load %struct._IO_FILE*, %struct._IO_FILE** @stderr, align 8
40 …%call = call i32 (%struct._IO_FILE*, i8*, ...) @fprintf(%struct._IO_FILE* %0, i8* getelementptr in…
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Transforms/InstCombine/
H A Dunlocked-stdio.ll10 @stdout = external global %struct._IO_FILE*, align 8
13 define void @external_fgetc_test(%struct._IO_FILE* %f) {
18 %call = call i32 @fgetc(%struct._IO_FILE* %f)
22 declare i32 @fgetc(%struct._IO_FILE* nocapture) #0
35 declare %struct._IO_FILE* @fopen(i8*, i8*)
45 %call1 = call i32 @fgetc(%struct._IO_FILE* %call)
144 declare i32 @fclose(%struct._IO_FILE* nocapture)
159 declare void @modify_file(%struct._IO_FILE*)
186 %.cast = ptrtoint %struct._IO_FILE* %call to i64
196 ; CHECK-NEXT: [[TMP:%.*]] = load %struct._IO_FILE*, %struct._IO_FILE** @stdout, align 8
[all …]
H A Dpr39177.ll4 %struct._IO_FILE = type { i32, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, %struct._IO_m…
5 %struct._IO_marker = type { %struct._IO_marker*, %struct._IO_FILE*, i32 }
7 @stderr = external global %struct._IO_FILE*, align 8
10 @fwrite = alias i64 (i8*, i64, i64, %struct._IO_FILE*), i64 (i8*, i64, i64, %struct._IO_FILE*)* @__…
12 define i64 @__fwrite_alias(i8* %ptr, i64 %size, i64 %n, %struct._IO_FILE* %s) {
21 %s.addr = alloca %struct._IO_FILE*, align 8
25 store %struct._IO_FILE* %s, %struct._IO_FILE** %s.addr, align 8
32 ; CHECK-NEXT: [[TMP0:%.*]] = load %struct._IO_FILE*, %struct._IO_FILE** @stderr, align 8
39 %0 = load %struct._IO_FILE*, %struct._IO_FILE** @stderr, align 8
40 …%call = call i32 (%struct._IO_FILE*, i8*, ...) @fprintf(%struct._IO_FILE* %0, i8* getelementptr in…
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/test/Transforms/InstCombine/
H A Dunlocked-stdio.ll10 @stdout = external global %struct._IO_FILE*, align 8
13 define void @external_fgetc_test(%struct._IO_FILE* %f) {
18 %call = call i32 @fgetc(%struct._IO_FILE* %f)
22 declare i32 @fgetc(%struct._IO_FILE* nocapture) #0
35 declare %struct._IO_FILE* @fopen(i8*, i8*)
45 %call1 = call i32 @fgetc(%struct._IO_FILE* %call)
144 declare i32 @fclose(%struct._IO_FILE* nocapture)
159 declare void @modify_file(%struct._IO_FILE*)
186 %.cast = ptrtoint %struct._IO_FILE* %call to i64
196 ; CHECK-NEXT: [[TMP:%.*]] = load %struct._IO_FILE*, %struct._IO_FILE** @stdout, align 8
[all …]
H A Dpr39177.ll4 %struct._IO_FILE = type { i32, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, %struct._IO_m…
5 %struct._IO_marker = type { %struct._IO_marker*, %struct._IO_FILE*, i32 }
7 @stderr = external global %struct._IO_FILE*, align 8
10 @fwrite = alias i64 (i8*, i64, i64, %struct._IO_FILE*), i64 (i8*, i64, i64, %struct._IO_FILE*)* @__…
12 define i64 @__fwrite_alias(i8* %ptr, i64 %size, i64 %n, %struct._IO_FILE* %s) {
21 %s.addr = alloca %struct._IO_FILE*, align 8
25 store %struct._IO_FILE* %s, %struct._IO_FILE** %s.addr, align 8
32 ; CHECK-NEXT: [[TMP0:%.*]] = load %struct._IO_FILE*, %struct._IO_FILE** @stderr, align 8
39 %0 = load %struct._IO_FILE*, %struct._IO_FILE** @stderr, align 8
40 …%call = call i32 (%struct._IO_FILE*, i8*, ...) @fprintf(%struct._IO_FILE* %0, i8* getelementptr in…
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/test/Transforms/InstCombine/
H A Dunlocked-stdio.ll10 @stdout = external global %struct._IO_FILE*, align 8
13 define void @external_fgetc_test(%struct._IO_FILE* %f) {
18 %call = call i32 @fgetc(%struct._IO_FILE* %f)
22 declare i32 @fgetc(%struct._IO_FILE* nocapture) #0
35 declare %struct._IO_FILE* @fopen(i8*, i8*)
45 %call1 = call i32 @fgetc(%struct._IO_FILE* %call)
144 declare i32 @fclose(%struct._IO_FILE* nocapture)
159 declare void @modify_file(%struct._IO_FILE*)
186 %.cast = ptrtoint %struct._IO_FILE* %call to i64
196 ; CHECK-NEXT: [[TMP:%.*]] = load %struct._IO_FILE*, %struct._IO_FILE** @stdout, align 8
[all …]
H A Dpr39177.ll4 %struct._IO_FILE = type { i32, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, %struct._IO_m…
5 %struct._IO_marker = type { %struct._IO_marker*, %struct._IO_FILE*, i32 }
7 @stderr = external global %struct._IO_FILE*, align 8
10 @fwrite = alias i64 (i8*, i64, i64, %struct._IO_FILE*), i64 (i8*, i64, i64, %struct._IO_FILE*)* @__…
12 define i64 @__fwrite_alias(i8* %ptr, i64 %size, i64 %n, %struct._IO_FILE* %s) {
21 %s.addr = alloca %struct._IO_FILE*, align 8
25 store %struct._IO_FILE* %s, %struct._IO_FILE** %s.addr, align 8
32 ; CHECK-NEXT: [[TMP0:%.*]] = load %struct._IO_FILE*, %struct._IO_FILE** @stderr, align 8
39 %0 = load %struct._IO_FILE*, %struct._IO_FILE** @stderr, align 8
40 …%call = call i32 (%struct._IO_FILE*, i8*, ...) @fprintf(%struct._IO_FILE* %0, i8* getelementptr in…
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/InstCombine/
H A Dpr39177.ll4 %struct._IO_FILE = type { i32, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, %struct._IO_m…
5 %struct._IO_marker = type { %struct._IO_marker*, %struct._IO_FILE*, i32 }
7 @stderr = external global %struct._IO_FILE*, align 8
10 @fwrite = alias i64 (i8*, i64, i64, %struct._IO_FILE*), i64 (i8*, i64, i64, %struct._IO_FILE*)* @__…
12 define i64 @__fwrite_alias(i8* %ptr, i64 %size, i64 %n, %struct._IO_FILE* %s) {
21 %s.addr = alloca %struct._IO_FILE*, align 8
25 store %struct._IO_FILE* %s, %struct._IO_FILE** %s.addr, align 8
32 ; CHECK-NEXT: [[TMP0:%.*]] = load %struct._IO_FILE*, %struct._IO_FILE** @stderr, align 8
39 %0 = load %struct._IO_FILE*, %struct._IO_FILE** @stderr, align 8
40 …%call = call i32 (%struct._IO_FILE*, i8*, ...) @fprintf(%struct._IO_FILE* %0, i8* getelementptr in…
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/InstCombine/
H A Dpr39177.ll4 %struct._IO_FILE = type { i32, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, %struct._IO_m…
5 %struct._IO_marker = type { %struct._IO_marker*, %struct._IO_FILE*, i32 }
7 @stderr = external global %struct._IO_FILE*, align 8
10 @fwrite = alias i64 (i8*, i64, i64, %struct._IO_FILE*), i64 (i8*, i64, i64, %struct._IO_FILE*)* @__…
12 define i64 @__fwrite_alias(i8* %ptr, i64 %size, i64 %n, %struct._IO_FILE* %s) {
21 %s.addr = alloca %struct._IO_FILE*, align 8
25 store %struct._IO_FILE* %s, %struct._IO_FILE** %s.addr, align 8
32 ; CHECK-NEXT: [[TMP0:%.*]] = load %struct._IO_FILE*, %struct._IO_FILE** @stderr, align 8
39 %0 = load %struct._IO_FILE*, %struct._IO_FILE** @stderr, align 8
40 …%call = call i32 (%struct._IO_FILE*, i8*, ...) @fprintf(%struct._IO_FILE* %0, i8* getelementptr in…
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Transforms/InstCombine/
H A Dpr39177.ll4 %struct._IO_FILE = type { i32, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, %struct._IO_m…
5 %struct._IO_marker = type { %struct._IO_marker*, %struct._IO_FILE*, i32 }
7 @stderr = external global %struct._IO_FILE*, align 8
10 @fwrite = alias i64 (i8*, i64, i64, %struct._IO_FILE*), i64 (i8*, i64, i64, %struct._IO_FILE*)* @__…
12 define i64 @__fwrite_alias(i8* %ptr, i64 %size, i64 %n, %struct._IO_FILE* %s) {
21 %s.addr = alloca %struct._IO_FILE*, align 8
25 store %struct._IO_FILE* %s, %struct._IO_FILE** %s.addr, align 8
32 ; CHECK-NEXT: [[TMP0:%.*]] = load %struct._IO_FILE*, %struct._IO_FILE** @stderr, align 8
39 %0 = load %struct._IO_FILE*, %struct._IO_FILE** @stderr, align 8
40 …%call = call i32 (%struct._IO_FILE*, i8*, ...) @fprintf(%struct._IO_FILE* %0, i8* getelementptr in…
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/InstCombine/
H A Dpr39177.ll4 %struct._IO_FILE = type { i32, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, %struct._IO_m…
5 %struct._IO_marker = type { %struct._IO_marker*, %struct._IO_FILE*, i32 }
7 @stderr = external global %struct._IO_FILE*, align 8
10 @fwrite = alias i64 (i8*, i64, i64, %struct._IO_FILE*), i64 (i8*, i64, i64, %struct._IO_FILE*)* @__…
12 define i64 @__fwrite_alias(i8* %ptr, i64 %size, i64 %n, %struct._IO_FILE* %s) {
21 %s.addr = alloca %struct._IO_FILE*, align 8
25 store %struct._IO_FILE* %s, %struct._IO_FILE** %s.addr, align 8
32 ; CHECK-NEXT: [[TMP0:%.*]] = load %struct._IO_FILE*, %struct._IO_FILE** @stderr, align 8
39 %0 = load %struct._IO_FILE*, %struct._IO_FILE** @stderr, align 8
40 …%call = call i32 (%struct._IO_FILE*, i8*, ...) @fprintf(%struct._IO_FILE* %0, i8* getelementptr in…
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Transforms/InstCombine/
H A Dpr39177.ll4 %struct._IO_FILE = type { i32, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, %struct._IO_m…
5 %struct._IO_marker = type { %struct._IO_marker*, %struct._IO_FILE*, i32 }
7 @stderr = external global %struct._IO_FILE*, align 8
10 @fwrite = alias i64 (i8*, i64, i64, %struct._IO_FILE*), i64 (i8*, i64, i64, %struct._IO_FILE*)* @__…
12 define i64 @__fwrite_alias(i8* %ptr, i64 %size, i64 %n, %struct._IO_FILE* %s) {
21 %s.addr = alloca %struct._IO_FILE*, align 8
25 store %struct._IO_FILE* %s, %struct._IO_FILE** %s.addr, align 8
32 ; CHECK-NEXT: [[TMP0:%.*]] = load %struct._IO_FILE*, %struct._IO_FILE** @stderr, align 8
39 %0 = load %struct._IO_FILE*, %struct._IO_FILE** @stderr, align 8
40 …%call = call i32 (%struct._IO_FILE*, i8*, ...) @fprintf(%struct._IO_FILE* %0, i8* getelementptr in…
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Transforms/InstCombine/
H A Dpr39177.ll4 %struct._IO_FILE = type { i32, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, %struct._IO_m…
5 %struct._IO_marker = type { %struct._IO_marker*, %struct._IO_FILE*, i32 }
7 @stderr = external global %struct._IO_FILE*, align 8
10 @fwrite = alias i64 (i8*, i64, i64, %struct._IO_FILE*), i64 (i8*, i64, i64, %struct._IO_FILE*)* @__…
12 define i64 @__fwrite_alias(i8* %ptr, i64 %size, i64 %n, %struct._IO_FILE* %s) {
21 %s.addr = alloca %struct._IO_FILE*, align 8
25 store %struct._IO_FILE* %s, %struct._IO_FILE** %s.addr, align 8
32 ; CHECK-NEXT: [[TMP0:%.*]] = load %struct._IO_FILE*, %struct._IO_FILE** @stderr, align 8
39 %0 = load %struct._IO_FILE*, %struct._IO_FILE** @stderr, align 8
40 …%call = call i32 (%struct._IO_FILE*, i8*, ...) @fprintf(%struct._IO_FILE* %0, i8* getelementptr in…
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/Transforms/InstCombine/
H A Dpr39177.ll4 %struct._IO_FILE = type { i32, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, %struct._IO_m…
5 %struct._IO_marker = type { %struct._IO_marker*, %struct._IO_FILE*, i32 }
7 @stderr = external global %struct._IO_FILE*, align 8
10 @fwrite = alias i64 (i8*, i64, i64, %struct._IO_FILE*), i64 (i8*, i64, i64, %struct._IO_FILE*)* @__…
12 define i64 @__fwrite_alias(i8* %ptr, i64 %size, i64 %n, %struct._IO_FILE* %s) {
21 %s.addr = alloca %struct._IO_FILE*, align 8
25 store %struct._IO_FILE* %s, %struct._IO_FILE** %s.addr, align 8
32 ; CHECK-NEXT: [[TMP0:%.*]] = load %struct._IO_FILE*, %struct._IO_FILE** @stderr, align 8
39 %0 = load %struct._IO_FILE*, %struct._IO_FILE** @stderr, align 8
40 …%call = call i32 (%struct._IO_FILE*, i8*, ...) @fprintf(%struct._IO_FILE* %0, i8* getelementptr in…
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/Transforms/InstCombine/
H A Dpr39177.ll4 %struct._IO_FILE = type { i32, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, %struct._IO_m…
5 %struct._IO_marker = type { %struct._IO_marker*, %struct._IO_FILE*, i32 }
7 @stderr = external global %struct._IO_FILE*, align 8
10 @fwrite = alias i64 (i8*, i64, i64, %struct._IO_FILE*), i64 (i8*, i64, i64, %struct._IO_FILE*)* @__…
12 define i64 @__fwrite_alias(i8* %ptr, i64 %size, i64 %n, %struct._IO_FILE* %s) {
21 %s.addr = alloca %struct._IO_FILE*, align 8
25 store %struct._IO_FILE* %s, %struct._IO_FILE** %s.addr, align 8
32 ; CHECK-NEXT: [[TMP0:%.*]] = load %struct._IO_FILE*, %struct._IO_FILE** @stderr, align 8
39 %0 = load %struct._IO_FILE*, %struct._IO_FILE** @stderr, align 8
40 …%call = call i32 (%struct._IO_FILE*, i8*, ...) @fprintf(%struct._IO_FILE* %0, i8* getelementptr in…
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/Transforms/InstCombine/
H A Dpr39177.ll4 %struct._IO_FILE = type { i32, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, %struct._IO_m…
5 %struct._IO_marker = type { %struct._IO_marker*, %struct._IO_FILE*, i32 }
7 @stderr = external global %struct._IO_FILE*, align 8
10 @fwrite = alias i64 (i8*, i64, i64, %struct._IO_FILE*), i64 (i8*, i64, i64, %struct._IO_FILE*)* @__…
12 define i64 @__fwrite_alias(i8* %ptr, i64 %size, i64 %n, %struct._IO_FILE* %s) {
21 %s.addr = alloca %struct._IO_FILE*, align 8
25 store %struct._IO_FILE* %s, %struct._IO_FILE** %s.addr, align 8
32 ; CHECK-NEXT: [[TMP0:%.*]] = load %struct._IO_FILE*, %struct._IO_FILE** @stderr, align 8
39 %0 = load %struct._IO_FILE*, %struct._IO_FILE** @stderr, align 8
40 …%call = call i32 (%struct._IO_FILE*, i8*, ...) @fprintf(%struct._IO_FILE* %0, i8* getelementptr in…
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Transforms/InstCombine/
H A Dpr39177.ll4 %struct._IO_FILE = type { i32, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, %struct._IO_m…
5 %struct._IO_marker = type { %struct._IO_marker*, %struct._IO_FILE*, i32 }
7 @stderr = external global %struct._IO_FILE*, align 8
10 @fwrite = alias i64 (i8*, i64, i64, %struct._IO_FILE*), i64 (i8*, i64, i64, %struct._IO_FILE*)* @__…
12 define i64 @__fwrite_alias(i8* %ptr, i64 %size, i64 %n, %struct._IO_FILE* %s) {
21 %s.addr = alloca %struct._IO_FILE*, align 8
25 store %struct._IO_FILE* %s, %struct._IO_FILE** %s.addr, align 8
32 ; CHECK-NEXT: [[TMP0:%.*]] = load %struct._IO_FILE*, %struct._IO_FILE** @stderr, align 8
39 %0 = load %struct._IO_FILE*, %struct._IO_FILE** @stderr, align 8
40 …%call = call i32 (%struct._IO_FILE*, i8*, ...) @fprintf(%struct._IO_FILE* %0, i8* getelementptr in…
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/X86/
H A D2007-02-19-LiveIntervalAssert.ll4 …%struct._IO_FILE = type { i32, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, %struct._IO_…
5 %struct._IO_marker = type { %struct._IO_marker*, %struct._IO_FILE*, i32 }
6 @stderr = external global %struct._IO_FILE*
9 %tmp = load %struct._IO_FILE*, %struct._IO_FILE** @stderr
10 …%tmp5 = tail call i32 (%struct._IO_FILE*, i8*, ...) @fprintf( %struct._IO_FILE* %tmp, i8* %string,…
11 %tmp6 = load %struct._IO_FILE*, %struct._IO_FILE** @stderr
12 %tmp7 = tail call i32 @fflush( %struct._IO_FILE* %tmp6 )
17 declare i32 @fprintf(%struct._IO_FILE*, i8*, ...)
19 declare i32 @fflush(%struct._IO_FILE*)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/X86/
H A D2007-02-19-LiveIntervalAssert.ll4 …%struct._IO_FILE = type { i32, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, %struct._IO_…
5 %struct._IO_marker = type { %struct._IO_marker*, %struct._IO_FILE*, i32 }
6 @stderr = external global %struct._IO_FILE*
9 %tmp = load %struct._IO_FILE*, %struct._IO_FILE** @stderr
10 …%tmp5 = tail call i32 (%struct._IO_FILE*, i8*, ...) @fprintf( %struct._IO_FILE* %tmp, i8* %string,…
11 %tmp6 = load %struct._IO_FILE*, %struct._IO_FILE** @stderr
12 %tmp7 = tail call i32 @fflush( %struct._IO_FILE* %tmp6 )
17 declare i32 @fprintf(%struct._IO_FILE*, i8*, ...)
19 declare i32 @fflush(%struct._IO_FILE*)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/
H A D2007-02-19-LiveIntervalAssert.ll4 …%struct._IO_FILE = type { i32, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, %struct._IO_…
5 %struct._IO_marker = type { %struct._IO_marker*, %struct._IO_FILE*, i32 }
6 @stderr = external global %struct._IO_FILE*
9 %tmp = load %struct._IO_FILE*, %struct._IO_FILE** @stderr
10 …%tmp5 = tail call i32 (%struct._IO_FILE*, i8*, ...) @fprintf( %struct._IO_FILE* %tmp, i8* %string,…
11 %tmp6 = load %struct._IO_FILE*, %struct._IO_FILE** @stderr
12 %tmp7 = tail call i32 @fflush( %struct._IO_FILE* %tmp6 )
17 declare i32 @fprintf(%struct._IO_FILE*, i8*, ...)
19 declare i32 @fflush(%struct._IO_FILE*)
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/X86/
H A D2007-02-19-LiveIntervalAssert.ll4 …%struct._IO_FILE = type { i32, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, %struct._IO_…
5 %struct._IO_marker = type { %struct._IO_marker*, %struct._IO_FILE*, i32 }
6 @stderr = external global %struct._IO_FILE*
9 %tmp = load %struct._IO_FILE*, %struct._IO_FILE** @stderr
10 …%tmp5 = tail call i32 (%struct._IO_FILE*, i8*, ...) @fprintf( %struct._IO_FILE* %tmp, i8* %string,…
11 %tmp6 = load %struct._IO_FILE*, %struct._IO_FILE** @stderr
12 %tmp7 = tail call i32 @fflush( %struct._IO_FILE* %tmp6 )
17 declare i32 @fprintf(%struct._IO_FILE*, i8*, ...)
19 declare i32 @fflush(%struct._IO_FILE*)
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/X86/
H A D2007-02-19-LiveIntervalAssert.ll4 …%struct._IO_FILE = type { i32, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, %struct._IO_…
5 %struct._IO_marker = type { %struct._IO_marker*, %struct._IO_FILE*, i32 }
6 @stderr = external global %struct._IO_FILE*
9 %tmp = load %struct._IO_FILE*, %struct._IO_FILE** @stderr
10 …%tmp5 = tail call i32 (%struct._IO_FILE*, i8*, ...) @fprintf( %struct._IO_FILE* %tmp, i8* %string,…
11 %tmp6 = load %struct._IO_FILE*, %struct._IO_FILE** @stderr
12 %tmp7 = tail call i32 @fflush( %struct._IO_FILE* %tmp6 )
17 declare i32 @fprintf(%struct._IO_FILE*, i8*, ...)
19 declare i32 @fflush(%struct._IO_FILE*)

12345678910>>...48