Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/
H A DNumeric.cpp28 static constexpr fir::runtime::FuncTypeBuilderFunc getTypeModel() { in getTypeModel() function
39 static constexpr fir::runtime::FuncTypeBuilderFunc getTypeModel() { in getTypeModel() function
51 static constexpr fir::runtime::FuncTypeBuilderFunc getTypeModel() { in getTypeModel() function
62 static constexpr fir::runtime::FuncTypeBuilderFunc getTypeModel() { in getTypeModel() function
74 static constexpr fir::runtime::FuncTypeBuilderFunc getTypeModel() { in getTypeModel() function
85 static constexpr fir::runtime::FuncTypeBuilderFunc getTypeModel() { in getTypeModel() function
96 static constexpr fir::runtime::FuncTypeBuilderFunc getTypeModel() { in getTypeModel() function
108 static constexpr fir::runtime::FuncTypeBuilderFunc getTypeModel() { in getTypeModel() function
120 static constexpr fir::runtime::FuncTypeBuilderFunc getTypeModel() { in getTypeModel() function
131 static constexpr fir::runtime::FuncTypeBuilderFunc getTypeModel() { in getTypeModel() function
[all …]
H A DReduction.cpp23 static constexpr fir::runtime::FuncTypeBuilderFunc getTypeModel() { in getTypeModel() function
39 static constexpr fir::runtime::FuncTypeBuilderFunc getTypeModel() { in getTypeModel() function
56 static constexpr fir::runtime::FuncTypeBuilderFunc getTypeModel() { in getTypeModel() function
72 static constexpr fir::runtime::FuncTypeBuilderFunc getTypeModel() { in getTypeModel() function
88 static constexpr fir::runtime::FuncTypeBuilderFunc getTypeModel() { in getTypeModel() function
105 static constexpr fir::runtime::FuncTypeBuilderFunc getTypeModel() { in getTypeModel() function
121 static constexpr fir::runtime::FuncTypeBuilderFunc getTypeModel() { in getTypeModel() function
137 static constexpr fir::runtime::FuncTypeBuilderFunc getTypeModel() { in getTypeModel() function
154 static constexpr fir::runtime::FuncTypeBuilderFunc getTypeModel() { in getTypeModel() function
171 static constexpr fir::runtime::FuncTypeBuilderFunc getTypeModel() { in getTypeModel() function
[all …]
/llvm-project-15.0.7/flang/unittests/Optimizer/
H A DRTBuilder.cpp28 fir::runtime::RuntimeTableKey<decltype(c99_cacosf)>::getTypeModel()( in TEST()
/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/Runtime/
H A DRTBuilder.h293 static constexpr FuncTypeBuilderFunc getTypeModel() {
350 static constexpr FuncTypeBuilderFunc getTypeModel() {
351 return RuntimeTableKey<KT>::getTypeModel();
401 auto funTy = RuntimeEntry::getTypeModel()(builder.getContext());
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp151 static constexpr fir::runtime::FuncTypeBuilderFunc getTypeModel() { in getTypeModel() function
152 return std::get<A>(Fortran::lower::newIOTable).getTypeModel(); in getTypeModel()
167 auto funTy = getTypeModel<E>()(builder.getContext()); in getIORuntimeFunc()
H A DIntrinsicCall.cpp1033 {#name, #func, fir::runtime::RuntimeTableKey<decltype(func)>::getTypeModel()},