/llvm-project/flang/test/Semantics/OpenMP/ |
H A D | ordered02.f90 | 6 subroutine sub1() subroutine 7 integer :: i, j, N = 10 8 real :: arrayA(10), arrayB(10) 9 real, external :: foo, bar
|
H A D | ordered03.f90 | 6 subroutine sub1() subroutine 7 Nsub1 global() argument 8 arrayBsub1 global() argument 9 barsub1 global() argument
|
H A D | threadprivate06.f90 | 11 subroutine sub1() subroutine 12 common /c/ a local 14 integer :: a local 21 subroutine sub2()
|
H A D | declarative-directive.f90 |
|
/llvm-project/flang/test/Semantics/ |
H A D | shape.f90 | 5 subroutine sub1(arrayDummy, assumedRank) subroutine 6 integer :: arrayDummy(:), assumedRank(..) 7 integer, allocatable :: arrayDeferred(:) 8 integer :: arrayLocal(2) = [88, 99] 9 integer, parameter :: aRrs = rank(shape(assumedRank)) 10 integer(kind=merge(kind(1),-1,aRrs == 1)) :: test_aRrs
|
H A D | abstract01.f90 | 25 subroutine sub1(d) subroutine 26 class(abstract) d local
|
/llvm-project/flang/test/Lower/OpenACC/ |
H A D | pre-fir-tree01.f90 | 6 subroutine sub1(a, b, n) subroutine 15 ! CHECK-LABEL: Subroutine sub1 argument
|
H A D | acc-fixed-form.f | 3 subroutine sub1() subroutine 4 real :: a(10, 10) 5 integer :: i, j local
|
H A D | acc-loop-exit.f90 | 3 subroutine sub1(x, a) subroutine 16 ! CHECK-LABEL: func.func @_QPsub1 argument
|
H A D | acc-loop.f90 | 310 subroutine sub1(i, j, k) subroutine 319 asub1 global() argument
|
H A D | acc-routine02.f90 | 5 subroutine sub1(a, n) subroutine 8 end subroutine sub1 argument
|
H A D | acc-routine04.f90 | 9 subroutine sub1(i) subroutine 31 ! CHECK: acc.routine @acc_routine_0 func(@_QMdummy_modPsub1) seq argument
|
H A D | acc-routine03.f90 | 6 subroutine sub1(a) subroutine 19 subroutine sub1(a) argument
|
/llvm-project/flang/test/Lower/OpenMP/PFT/ |
H A D | pre-fir-tree01.f90 | 6 subroutine sub1(a, b, n) subroutine 16 ! CHECK-LABEL: Subroutine sub1 argument
|
/llvm-project/flang/test/Lower/ |
H A D | array-wide-char.f90 | 12 subroutine sub1 subroutine 16 end subroutine sub1 argument
|
H A D | goto-do-body.f90 | 4 subroutine sub1() subroutine 7 isub1 global() argument 42 70sub1 global() argument
|
H A D | arguments.f90 | 3 subroutine sub1(a, b) subroutine 9 ! CHECK-LABEL: func @_QPsub1( argument
|
/llvm-project/flang/test/Semantics/OpenACC/ |
H A D | acc-routine-validity02.f90 | 5 subroutine sub1(a, n) subroutine 8 end subroutine sub1 argument
|
H A D | acc-routine.f90 | 3 subroutine sub1(a) subroutine 8 !$acc routine(sub1) gang(dim:1) argument
|
H A D | acc-declare-validity.f90 | 44 subroutine sub1(cc, dd) subroutine 50 end subroutine sub1 argument
|
/llvm-project/flang/test/Lower/HLFIR/ |
H A D | goto-do-body.f90 | 4 subroutine sub1() subroutine 14 isub1 global() argument 36 70sub1 global() argument
|
H A D | procedure-pointer.f90 | 29 subroutine sub1() subroutine 32 …*]] = fir.alloca !fir.boxproc<(!fir.ref<f32>) -> f32> {bindc_name = "p1", uniq_name = "_QFsub1Ep1"} argument 39 ! CHECK: %[[VAL_0:.*]] = fir.address_of(@_QFsub1Ep2) : !fir.ref<!fir.boxproc<(!fir.ref<f32>) -> f32… argument 43 ! CHECK: %[[VAL_0:.*]] = fir.address_of(@_QFsub1Ep3) : !fir.ref<!fir.boxproc<(!fir.ref<f32>) -> f32… argument 47 ! CHECK: %[[VAL_0:.*]] = fir.alloca !fir.boxproc<() -> ()> {bindc_name = "p4", uniq_name = "_QFsub1… argument 54 …K: %[[VAL_0:.*]] = fir.alloca !fir.boxproc<() -> f32> {bindc_name = "p5", uniq_name = "_QFsub1Ep5"} argument 70 end subroutine sub1 argument
|
H A D | bindc_internal_proc.f90 | 7 subroutine sub1() subroutine 10 subroutine foo(i) bind(c)
|
/llvm-project/llvm/test/ExecutionEngine/JITLink/AArch64/ |
H A D | ELF_minimal.s | 7 .globl sub1 symbol 10 sub1: label
|
/llvm-project/flang/test/Lower/OpenMP/ |
H A D | threadprivate-default-clause.f90 | 20 subroutine sub1() subroutine 22 asub1 global() argument
|