Searched refs:stat1 (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/test/Transforms/CodeExtractor/ |
| H A D | PartialInlineVarArg.ll | 9 %stat1 = load i32, i32* @stat, align 4 10 %cmp = icmp slt i32 %stat1, 0 14 %vg1 = add nsw i32 %stat1, 1 39 ; CHECK-NEXT: call void (i32, i8**, i32, ...) @vararg.3.bb1(i32 %stat1.i, i8** %vargs.i, i32 %arg) 49 ; CHECK-NEXT: call void (i32, i8**, i32, ...) @vararg.3.bb1(i32 %stat1.i, i8** %vargs.i, i32 %arg,… 57 %stat1 = load i32, i32* @stat, align 4 58 %cmp = icmp slt i32 %stat1, 0 62 %vg1 = add nsw i32 %stat1, 1
|
| H A D | PartialInlineNoInline.ll | 11 %stat1 = load i32, i32* @stat, align 4 12 %cmp = icmp slt i32 %stat1, 0 16 %vg1 = add nsw i32 %stat1, 1
|
| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | io02.f90 | 6 integer(kind=1) :: stat1 variable 12 close(unit=unit11, err=9, iomsg=msg, iostat=stat1) 18 close(iostat=stat1)
|
| H A D | io06.f90 | 5 integer(1) stat1 variable 12 backspace(10, iomsg=msg1, iostat=stat1, err=9) 24 wait(99, id=id1, end=9, eor=9, err=9, iostat=stat1, iomsg=msg1)
|
| H A D | io05.f90 | 6 integer*1 stat1 variable 13 inquire(10, pos=ipos, iomsg=msg, iostat=stat1) 50 inquire(form=c(1), iostat=stat1, form=c(2), file='abc')
|
| H A D | io01.f90 | 26 integer(kind=1) :: stat1 variable 40 open(22, access=access_(2), iostat=stat1, iomsg=msg)
|
| H A D | io03.f90 | 11 integer*1 stat1 variable 80 read(11, pos=ipos, iostat=stat1, iostat=stat2)
|
| H A D | io04.f90 | 6 integer*1 stat1, id1 variable
|