Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dproduct.cpp157 void RTNAME(ProductDim)(Descriptor &result, const Descriptor &x, int dim, in RTNAME() argument
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dreduction.h155 void RTNAME(ProductDim)(Descriptor &result, const Descriptor &array, int dim,
/llvm-project-15.0.7/flang/unittests/Runtime/
H A DReduction.cpp45 RTNAME(ProductDim)(prod, *array, 1, __FILE__, __LINE__, &*mask); in TEST()
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/
H A DReduction.cpp702 auto func = fir::runtime::getRuntimeFunc<mkRTKey(ProductDim)>(loc, builder); in genProductDim()