Home
last modified time | relevance | path

Searched refs:AllDim (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/unittests/Runtime/
H A DReduction.cpp356 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 Dreduction.cpp332 void RTNAME(AllDim)(Descriptor &result, const Descriptor &x, int dim, in RTNAME() argument
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dreduction.h316 void RTNAME(AllDim)(Descriptor &result, const Descriptor &, int dim,
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/
H A DReduction.cpp460 auto allFunc = fir::runtime::getRuntimeFunc<mkRTKey(AllDim)>(loc, builder); in genAllDescriptor()