Searched refs:AnyDim (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/flang/unittests/Runtime/ |
| H A D | Reduction.cpp | 383 RTNAME(AnyDim)(res, *array, /*DIM=*/1, __FILE__, __LINE__); in TEST() 391 RTNAME(AnyDim)(res, *array, /*DIM=*/2, __FILE__, __LINE__); in TEST() 401 RTNAME(AnyDim)(scalarResult, *array1, /*DIM=*/1, __FILE__, __LINE__); in TEST()
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | reduction.cpp | 343 void RTNAME(AnyDim)(Descriptor &result, const Descriptor &x, int dim, in RTNAME() argument
|
| /llvm-project-15.0.7/flang/include/flang/Runtime/ |
| H A D | reduction.h | 319 void RTNAME(AnyDim)(Descriptor &result, const Descriptor &, int dim,
|
| /llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/ |
| H A D | Reduction.cpp | 470 auto anyFunc = fir::runtime::getRuntimeFunc<mkRTKey(AnyDim)>(loc, builder); in genAnyDescriptor()
|