Searched refs:AllDim (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/flang/unittests/Runtime/ |
| H A D | Reduction.cpp | 356 RTNAME(AllDim)(res, *array, /*DIM=*/1, __FILE__, __LINE__); in TEST() 364 RTNAME(AllDim)(res, *array, /*DIM=*/2, __FILE__, __LINE__); in TEST() 379 RTNAME(AllDim)(scalarResult, *array1, /*DIM=*/1, __FILE__, __LINE__); in TEST()
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | reduction.cpp | 332 void RTNAME(AllDim)(Descriptor &result, const Descriptor &x, int dim, in RTNAME() argument
|
| /llvm-project-15.0.7/flang/include/flang/Runtime/ |
| H A D | reduction.h | 316 void RTNAME(AllDim)(Descriptor &result, const Descriptor &, int dim,
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/ |
| H A D | Reduction.cpp | 460 auto allFunc = fir::runtime::getRuntimeFunc<mkRTKey(AllDim)>(loc, builder); in genAllDescriptor()
|