Home
last modified time | relevance | path

Searched defs:IS_ALLOCATING (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/runtime/
H A Dmatmul-transpose.cpp184 DoMatmulTranspose(std::conditional_t<IS_ALLOCATING,Descriptor,const Descriptor> & result,const Descriptor & x,const Descriptor & y,Terminator & terminator) DoMatmulTranspose() argument
H A Dmatmul.cpp261 DoMatmul(std::conditional_t<IS_ALLOCATING,Descriptor,const Descriptor> & result,const Descriptor & x,const Descriptor & y,Terminator & terminator) DoMatmul() argument