Home
last modified time | relevance | path

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

/llvm-project/flang/include/flang/Optimizer/Builder/Runtime/
H A DRTBuilder.h59 getModel<Fortran::runtime::ReferenceReductionOperation<T>>() { \
61 TypeBuilderFunc f{getModel<T>()}; \
70 getModel<Fortran::runtime::ValueReductionOperation<T>>() { \
72 TypeBuilderFunc f{getModel<T>()}; \
82 getModel<Fortran::runtime::ReductionCharOperation<T>>() { \
84 TypeBuilderFunc f{getModel<T>()}; \
111 static constexpr TypeBuilderFunc getModel();
114 constexpr TypeBuilderFunc getModel<unsigned int>() {
120 constexpr TypeBuilderFunc getModel<short int>() {
126 constexpr TypeBuilderFunc getModel<shor
[all...]
/llvm-project/flang/include/flang/Optimizer/CodeGen/
H A DDescriptorModel.h38 static TypeBuilderFunc getModel();
41 constexpr TypeBuilderFunc getModel<void *>() {
47 constexpr TypeBuilderFunc getModel<unsigned>() {
53 constexpr TypeBuilderFunc getModel<int>() {
59 constexpr TypeBuilderFunc getModel<unsigned long>() {
65 constexpr TypeBuilderFunc getModel<unsigned long long>() {
71 constexpr TypeBuilderFunc getModel<long long>() {
77 constexpr TypeBuilderFunc getModel<Fortran::ISO::CFI_rank_t>() {
84 constexpr TypeBuilderFunc getModel<Fortran::ISO::CFI_type_t>() {
91 constexpr TypeBuilderFunc getModel<lon
[all...]
/llvm-project/llvm/unittests/Analysis/
H A DMLModelRunnerTest.cpp94 MockAOTModelBase *getModel() { in getModel() function in llvm::ComposedAOTModel
107 return getModel()->LookupArgIndex(Name); in LookupArgIndex()
110 return getModel()->LookupResultIndex(Name); in LookupResultIndex()
115 return getModel()->arg_data(Index); in arg_data()
117 void *result_data(int RIndex) { return getModel()->result_data(RIndex); } in result_data()
118 void Run() { getModel()->Run(); } in Run()
/llvm-project/flang/lib/Optimizer/Builder/Runtime/
H A DReduction.cpp32 fir::runtime::getModel<const Fortran::runtime::Descriptor &>()(ctx); in getTypeModel()
48 fir::runtime::getModel<const Fortran::runtime::Descriptor &>()(ctx); in getTypeModel()
65 fir::runtime::getModel<const Fortran::runtime::Descriptor &>()(ctx); in getTypeModel()
83 fir::runtime::getModel<const Fortran::runtime::Descriptor &>()(ctx); in getTypeModel()
99 fir::runtime::getModel<const Fortran::runtime::Descriptor &>()(ctx); in getTypeModel()
115 fir::runtime::getModel<const Fortran::runtime::Descriptor &>()(ctx); in getTypeModel()
132 fir::runtime::getModel<const Fortran::runtime::Descriptor &>()(ctx); in getTypeModel()
150 fir::runtime::getModel<const Fortran::runtime::Descriptor &>()(ctx); in getTypeModel()
178 fir::runtime::getModel<const Fortran::runtime::Descriptor &>()(ctx); in getTypeModel()
193 fir::runtime::getModel<cons in getTypeModel()
[all...]
H A DTransformational.cpp30 fir::runtime::getModel<Fortran::runtime::Descriptor &>()(ctx); in getTypeModel()
46 fir::runtime::getModel<Fortran::runtime::Descriptor &>()(ctx); in getTypeModel()
61 fir::runtime::getModel<Fortran::runtime::Descriptor &>()(ctx); in getTypeModel()
76 fir::runtime::getModel<Fortran::runtime::Descriptor &>()(ctx); in getTypeModel()
92 fir::runtime::getModel<Fortran::runtime::Descriptor &>()(ctx); in getTypeModel()
108 fir::runtime::getModel<Fortran::runtime::Descriptor &>()(ctx);
123 fir::runtime::getModel<Fortran::runtime::Descriptor &>()(ctx);
138 fir::runtime::getModel<Fortran::runtime::Descriptor &>()(ctx);
329 fir::runtime::getModel<Fortran::runtime::Descriptor &>()(ctx); in genEoshiftVector()
331 fir::runtime::getModel<cons in genEoshiftVector()
[all...]
H A DArrayConstructor.cpp19 getModel<Fortran::runtime::ArrayConstructorVector &>() { in getModel() function
20 return getModel<void *>(); in getModel()
H A DSupport.cpp19 fir::runtime::getModel<Fortran::runtime::LowerBoundModifier>() { in getModel() function in fir::runtime
H A DIntrinsics.cpp37 fir::runtime::getModel<const Fortran::runtime::Descriptor &>()(ctx); in getTypeModel()
38 auto strTy = fir::runtime::getModel<const char *>()(ctx); in getTypeModel()
39 auto intTy = fir::runtime::getModel<int>()(ctx); in getTypeModel()
/llvm-project/flang/lib/Lower/
H A DIO.cpp49 constexpr TypeBuilderFunc getModel<Fortran::runtime::io::IoStatementState *>() { in getModel()
50 return getModel<char *>(); in getModel()
53 constexpr TypeBuilderFunc getModel<Fortran::runtime::io::Iostat>() { in getModel()
61 getModel<const Fortran::runtime::io::NamelistGroup &>() { in getModel()
68 getModel<const Fortran::runtime::io::NonTbpDefinedIoTable *>() { in getModel()
315 fir::runtime::getModel<std::size_t>()(builder.getContext()); in getNonTbpDefinedIoTableAddr()
316 mlir::Type intTy = fir::runtime::getModel<int>()(builder.getContext()); in getNonTbpDefinedIoTableAddr()
317 mlir::Type boolTy = fir::runtime::getModel<bool>()(builder.getContext()); in getNonTbpDefinedIoTableAddr()
475 fir::runtime::getModel<std::size_t>()(builder.getContext()); in getNamelistGroup()
48 constexpr TypeBuilderFunc getModel<Fortran::runtime::io::IoStatementState *>() { getModel() function
52 constexpr TypeBuilderFunc getModel<Fortran::runtime::io::Iostat>() { getModel() function
60 getModel<const Fortran::runtime::io::NamelistGroup &>() { getModel() function
67 getModel<const Fortran::runtime::io::NonTbpDefinedIoTable *>() { getModel() function
H A DAllocatable.cpp776 mlir::Type retTy = fir::runtime::getModel<int>()(builder.getContext());
845 mlir::Type retTy = fir::runtime::getModel<int>()(builder.getContext());
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DTypeConverter.cpp71 return getModel<Fortran::runtime::typeInfo::TypeParameterValue>()( in __anon41de6d400a02()
/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp600 JOS.attribute("tls_model", TA->getModel()); in VisitTLSModelAttr()
/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1839 TLM = GetLLVMTLSModel(Attr->getModel()); in getMangledNameImpl()
5138 GV->setCodeModel(CMA->getModel()); in CreateOrReplaceCXXRuntimeVariable()