/llvm-project/flang/include/flang/Optimizer/HLFIR/ |
H A D | HLFIRDialect.h | 43 if (auto exprType = mlir::dyn_cast<hlfir::ExprType>(type)) in getFortranElementType() local 54 if (auto exprType = mlir::dyn_cast<hlfir::ExprType>(type)) { in getFortranElementOrSequenceType() local 76 if (auto exprType = mlir::dyn_cast<hlfir::ExprType>(type)) isPolymorphicType() local
|
/llvm-project/flang/lib/Optimizer/HLFIR/IR/ |
H A D | HLFIRDialect.cpp | 103 if (auto exprType = mlir::dyn_cast<hlfir::ExprType>(type)) in isFortranScalarCharacterExprType() local 110 if (auto exprType = mlir::dyn_cast<hlfir::ExprType>(type)) in isFortranArrayCharacterExprType() local 188 if (auto exprType = mlir::dyn_cast<hlfir::ExprType>(type)) in isPolymorphicObject() local
|
H A D | HLFIROps.cpp | 1460 if (auto exprType = mlir::dyn_cast<hlfir::ExprType>(resultType)) build() local
|
/llvm-project/flang/lib/Semantics/ |
H A D | check-case.cpp | 238 const evaluate::DynamicType &exprType; global() member 252 if (auto exprType{x->GetType()}) { Enter() local
|
H A D | check-select-type.cpp | 258 } else if (auto exprType{selector->GetType()}) { in Enter() local
|
H A D | resolve-names.cpp | 7194 auto exprType{association.selector.expr->GetType()}; Post() local
|
/llvm-project/flang/include/flang/Optimizer/Builder/ |
H A D | HLFIRTools.h | 85 if (auto exprType = mlir::dyn_cast<hlfir::ExprType>(type)) getRank() local
|
/llvm-project/mlir/lib/Tools/PDLL/Parser/ |
H A D | Parser.cpp | 610 if (exprType == type) in convertExpressionTo() local 648 convertOpExpressionTo(ast::Expr * & expr,ast::OperationType exprType,ast::Type type,function_ref<ast::InFlightDiagnostic ()> emitErrorFn) convertOpExpressionTo() argument 700 convertTupleExpressionTo(ast::Expr * & expr,ast::TupleType exprType,ast::Type type,function_ref<ast::InFlightDiagnostic ()> emitErrorFn,function_ref<void (ast::Diagnostic & diag)> noteAttachFn) convertTupleExpressionTo() argument [all...] |
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | HLFIRTools.cpp | 765 auto exprType = mlir::dyn_cast<hlfir::ExprType>(entity.getType()); getEntityElementType() local 786 genElementalOp(mlir::Location loc,fir::FirOpBuilder & builder,mlir::Type elementType,mlir::Value shape,mlir::ValueRange typeParams,const ElementalKernelGenerator & genKernel,bool isUnordered,mlir::Value polymorphicMold,mlir::Type exprType) genElementalOp() argument
|
/llvm-project/flang/lib/Lower/ |
H A D | ConvertArrayConstructor.cpp | 280 hlfir::ExprType exprType; global() member in __anon9466c8ae0111::AsElementalStrategy
|
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/ |
H A D | BufferizeHLFIR.cpp | 105 createArrayTemp(mlir::Location loc,fir::FirOpBuilder & builder,mlir::Type exprType,mlir::Value shape,mlir::ValueRange extents,mlir::ValueRange lenParams,std::optional<hlfir::Entity> polymorphicMold) createArrayTemp() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 4597 CheckObjCARCUnavailableWeakConversion(QualType castType,QualType exprType) CheckObjCARCUnavailableWeakConversion() argument
|