Home
last modified time | relevance | path

Searched refs:GetHostRuntimeWrapper (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dintrinsics-library.h42 std::optional<HostRuntimeWrapper> GetHostRuntimeWrapper(const std::string &name,
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-real.cpp25 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 Dfold-complex.cpp28 if (auto callable{GetHostRuntimeWrapper<T, T>(name)}) { in FoldIntrinsicFunction()
H A Dintrinsics-library.cpp554 std::optional<HostRuntimeWrapper> GetHostRuntimeWrapper(const std::string &name, in GetHostRuntimeWrapper() function
H A Dfold-implementation.h85 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 Dfolding.cpp59 if (auto callable{GetHostRuntimeWrapper("log", r4, {r4})}) { in TestHostRuntimeSubnormalFlushing()