Home
last modified time | relevance | path

Searched defs:sub1 (Results 1 – 25 of 52) sorted by relevance

123

/llvm-project/flang/test/Semantics/OpenMP/
H A Dordered02.f906 subroutine sub1() subroutine
7 integer :: i, j, N = 10
8 real :: arrayA(10), arrayB(10)
9 real, external :: foo, bar
H A Dordered03.f906 subroutine sub1() subroutine
7 Nsub1 global() argument
8 arrayBsub1 global() argument
9 barsub1 global() argument
H A Dthreadprivate06.f9011 subroutine sub1() subroutine
12 common /c/ a local
14 integer :: a local
21 subroutine sub2()
H A Ddeclarative-directive.f90
/llvm-project/flang/test/Semantics/
H A Dshape.f905 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 Dabstract01.f9025 subroutine sub1(d) subroutine
26 class(abstract) d local
/llvm-project/flang/test/Lower/OpenACC/
H A Dpre-fir-tree01.f906 subroutine sub1(a, b, n) subroutine
15 ! CHECK-LABEL: Subroutine sub1 argument
H A Dacc-fixed-form.f3 subroutine sub1() subroutine
4 real :: a(10, 10)
5 integer :: i, j local
H A Dacc-loop-exit.f903 subroutine sub1(x, a) subroutine
16 ! CHECK-LABEL: func.func @_QPsub1 argument
H A Dacc-loop.f90310 subroutine sub1(i, j, k) subroutine
319 asub1 global() argument
H A Dacc-routine02.f905 subroutine sub1(a, n) subroutine
8 end subroutine sub1 argument
H A Dacc-routine04.f909 subroutine sub1(i) subroutine
31 ! CHECK: acc.routine @acc_routine_0 func(@_QMdummy_modPsub1) seq argument
H A Dacc-routine03.f906 subroutine sub1(a) subroutine
19 subroutine sub1(a) argument
/llvm-project/flang/test/Lower/OpenMP/PFT/
H A Dpre-fir-tree01.f906 subroutine sub1(a, b, n) subroutine
16 ! CHECK-LABEL: Subroutine sub1 argument
/llvm-project/flang/test/Lower/
H A Darray-wide-char.f9012 subroutine sub1 subroutine
16 end subroutine sub1 argument
H A Dgoto-do-body.f904 subroutine sub1() subroutine
7 isub1 global() argument
42 70sub1 global() argument
H A Darguments.f903 subroutine sub1(a, b) subroutine
9 ! CHECK-LABEL: func @_QPsub1( argument
/llvm-project/flang/test/Semantics/OpenACC/
H A Dacc-routine-validity02.f905 subroutine sub1(a, n) subroutine
8 end subroutine sub1 argument
H A Dacc-routine.f903 subroutine sub1(a) subroutine
8 !$acc routine(sub1) gang(dim:1) argument
H A Dacc-declare-validity.f9044 subroutine sub1(cc, dd) subroutine
50 end subroutine sub1 argument
/llvm-project/flang/test/Lower/HLFIR/
H A Dgoto-do-body.f904 subroutine sub1() subroutine
14 isub1 global() argument
36 70sub1 global() argument
H A Dprocedure-pointer.f9029 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 Dbindc_internal_proc.f907 subroutine sub1() subroutine
10 subroutine foo(i) bind(c)
/llvm-project/llvm/test/ExecutionEngine/JITLink/AArch64/
H A DELF_minimal.s7 .globl sub1 symbol
10 sub1: label
/llvm-project/flang/test/Lower/OpenMP/
H A Dthreadprivate-default-clause.f9020 subroutine sub1() subroutine
22 asub1 global() argument

123