Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dreduction.h290 void RTNAME(MaxvalDim)(Descriptor &, const Descriptor &, int dim,
/llvm-project-15.0.7/flang/runtime/
H A Dextrema.cpp595 void RTNAME(MaxvalDim)(Descriptor &result, const Descriptor &x, int dim, in RTNAME() argument
/llvm-project-15.0.7/flang/unittests/Runtime/
H A DReduction.cpp239 RTNAME(MaxvalDim) in TEST()
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/
H A DReduction.cpp586 auto func = fir::runtime::getRuntimeFunc<mkRTKey(MaxvalDim)>(loc, builder); in genMaxvalDim()