Searched refs:CountDim (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/flang/unittests/Runtime/ |
| H A D | Reduction.cpp | 427 RTNAME(CountDim)(res, *array, /*DIM=*/1, /*KIND=*/4, __FILE__, __LINE__); in TEST() 435 RTNAME(CountDim)(res, *array, /*DIM=*/2, /*KIND=*/8, __FILE__, __LINE__); in TEST() 445 RTNAME(CountDim) in TEST()
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | reduction.cpp | 356 void RTNAME(CountDim)(Descriptor &result, const Descriptor &x, int dim, in RTNAME() argument
|
| /llvm-project-15.0.7/flang/include/flang/Runtime/ |
| H A D | reduction.h | 323 void RTNAME(CountDim)(Descriptor &result, const Descriptor &, int dim, int kind,
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/ |
| H A D | Reduction.cpp | 505 auto func = fir::runtime::getRuntimeFunc<mkRTKey(CountDim)>(loc, builder); in genCountDim()
|