Searched refs:GetHostRuntimeWrapper (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/flang/include/flang/Evaluate/ |
| H A D | intrinsics-library.h | 42 std::optional<HostRuntimeWrapper> GetHostRuntimeWrapper(const std::string &name,
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | fold-real.cpp | 25 if (auto elementalBessel{GetHostRuntimeWrapper<T, Int4, T>(name)}) { in FoldTransformationalBessel() 66 if (auto callable{GetHostRuntimeWrapper<T, T>(name)}) { in FoldIntrinsicFunction() 79 if (auto callable{GetHostRuntimeWrapper<T, T, T>(localName)}) { in FoldIntrinsicFunction() 90 if (auto callable{GetHostRuntimeWrapper<T, Int4, T>(name)}) { in FoldIntrinsicFunction()
|
| H A D | fold-complex.cpp | 28 if (auto callable{GetHostRuntimeWrapper<T, T>(name)}) { in FoldIntrinsicFunction()
|
| H A D | intrinsics-library.cpp | 554 std::optional<HostRuntimeWrapper> GetHostRuntimeWrapper(const std::string &name, in GetHostRuntimeWrapper() function
|
| H A D | fold-implementation.h | 85 GetHostRuntimeWrapper(const std::string &name) { in GetHostRuntimeWrapper() function 87 if (auto hostWrapper{GetHostRuntimeWrapper(name, TR{}.GetType(), argTypes)}) { in GetHostRuntimeWrapper() 1909 if (auto callable{GetHostRuntimeWrapper<T, T, T>("pow")}) { in FoldOperation()
|
| /llvm-project-15.0.7/flang/unittests/Evaluate/ |
| H A D | folding.cpp | 59 if (auto callable{GetHostRuntimeWrapper("log", r4, {r4})}) { in TestHostRuntimeSubnormalFlushing()
|