Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/Runtime/
H A DRTBuilder.h60 static constexpr TypeBuilderFunc getModel();
68 constexpr TypeBuilderFunc getModel<int>() {
76 TypeBuilderFunc f{getModel<int>()};
88 return getModel<char *>();
137 TypeBuilderFunc f{getModel<long>()};
143 return getModel<long &>();
167 return getModel<long long &>();
196 return getModel<double &>();
207 TypeBuilderFunc f{getModel<float>()};
213 return getModel<float &>();
[all …]
/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DDescriptorModel.h37 TypeBuilderFunc getModel();
40 TypeBuilderFunc getModel<void *>() {
46 TypeBuilderFunc getModel<unsigned>() {
52 TypeBuilderFunc getModel<int>() {
58 TypeBuilderFunc getModel<unsigned long>() {
64 TypeBuilderFunc getModel<unsigned long long>() {
70 TypeBuilderFunc getModel<long long>() {
90 TypeBuilderFunc getModel<long>() {
105 return getModel<Fortran::ISO::CFI_dim_t>();
121 return getModel<decltype(field)>(); in getDescFieldTypeModel()
[all …]
H A DTypeConverter.h82 return getModel<Fortran::runtime::typeInfo::TypeParameterValue>()( in LLVMTypeConverter()
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/Runtime/
H A DReduction.cpp27 fir::runtime::getModel<const Fortran::runtime::Descriptor &>()(ctx); in getTypeModel()
43 fir::runtime::getModel<const Fortran::runtime::Descriptor &>()(ctx); in getTypeModel()
60 fir::runtime::getModel<const Fortran::runtime::Descriptor &>()(ctx); in getTypeModel()
76 fir::runtime::getModel<const Fortran::runtime::Descriptor &>()(ctx); in getTypeModel()
92 fir::runtime::getModel<const Fortran::runtime::Descriptor &>()(ctx); in getTypeModel()
109 fir::runtime::getModel<const Fortran::runtime::Descriptor &>()(ctx); in getTypeModel()
125 fir::runtime::getModel<const Fortran::runtime::Descriptor &>()(ctx); in getTypeModel()
141 fir::runtime::getModel<const Fortran::runtime::Descriptor &>()(ctx); in getTypeModel()
158 fir::runtime::getModel<const Fortran::runtime::Descriptor &>()(ctx); in getTypeModel()
175 fir::runtime::getModel<const Fortran::runtime::Descriptor &>()(ctx); in getTypeModel()
[all …]
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp41 constexpr TypeBuilderFunc getModel<Fortran::runtime::io::IoStatementState *>() { in getModel() function
42 return getModel<char *>(); in getModel()
46 getModel<const Fortran::runtime::io::NamelistGroup &>() { in getModel() function
52 constexpr TypeBuilderFunc getModel<Fortran::runtime::io::Iostat>() { in getModel() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp1299 TLM = GetLLVMTLSModel(Attr->getModel()); in setTLSMode()