Searched refs:ApplyType (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | dot-product.cpp | 129 return ApplyType<DP2, Result>(yCat, yKind, terminator, x, y, terminator); in operator ()() 143 return ApplyType<DP1, Result>(xCatKind->first, xCatKind->second, in operator ()()
|
| H A D | matmul.cpp | 326 ApplyType<MM2, void>(yCat, yKind, terminator, result, x, y, terminator); in operator ()() 335 ApplyType<MM1, void>(xCatKind->first, xCatKind->second, terminator, result, in operator ()()
|
| H A D | tools.h | 118 inline RESULT ApplyType( in ApplyType() function
|