Home
last modified time | relevance | path

Searched defs:entity (Results 1 – 25 of 27) sorted by relevance

12

/llvm-project/flang/lib/Optimizer/Builder/
H A DHLFIRTools.cpp117 getNonDefaultLowerBounds(mlir::Location loc,fir::FirOpBuilder & builder,hlfir::Entity entity) getNonDefaultLowerBounds() argument
360 loadTrivialScalar(mlir::Location loc,fir::FirOpBuilder & builder,Entity entity) loadTrivialScalar() argument
370 getElementAt(mlir::Location loc,fir::FirOpBuilder & builder,Entity entity,mlir::ValueRange oneBasedIndices) getElementAt() argument
421 genBounds(mlir::Location loc,fir::FirOpBuilder & builder,Entity entity) genBounds() argument
476 followShapeInducingSource(hlfir::Entity entity) followShapeInducingSource() argument
533 tryRetrievingShapeOrShift(hlfir::Entity entity) tryRetrievingShapeOrShift() argument
545 genShape(mlir::Location loc,fir::FirOpBuilder & builder,hlfir::Entity entity) genShape() argument
576 genExtent(mlir::Location loc,fir::FirOpBuilder & builder,hlfir::Entity entity,unsigned dim) genExtent() argument
598 genLBound(mlir::Location loc,fir::FirOpBuilder & builder,hlfir::Entity entity,unsigned dim) genLBound() argument
619 genLengthParameters(mlir::Location loc,fir::FirOpBuilder & builder,Entity entity,llvm::SmallVectorImpl<mlir::Value> & result) genLengthParameters() argument
663 genCharLength(mlir::Location loc,fir::FirOpBuilder & builder,hlfir::Entity entity) genCharLength() argument
671 genRank(mlir::Location loc,fir::FirOpBuilder & builder,hlfir::Entity entity,mlir::Type resultType) genRank() argument
696 genVariableFirBaseShapeAndParams(mlir::Location loc,fir::FirOpBuilder & builder,Entity entity,llvm::SmallVectorImpl<mlir::Value> & typeParams) genVariableFirBaseShapeAndParams() argument
714 derefPointersAndAllocatables(mlir::Location loc,fir::FirOpBuilder & builder,Entity entity) derefPointersAndAllocatables() argument
760 getEntityElementType(hlfir::Entity entity) getEntityElementType() argument
953 translateToExtendedValue(mlir::Location loc,fir::FirOpBuilder & builder,hlfir::Entity entity,bool contiguousHint) translateToExtendedValue() argument
984 convertToValue(mlir::Location loc,fir::FirOpBuilder & builder,hlfir::Entity entity) convertToValue() argument
1006 convertToBox(mlir::Location loc,fir::FirOpBuilder & builder,hlfir::Entity entity,mlir::Type targetType) convertToBox() argument
1026 convertToAddress(mlir::Location loc,fir::FirOpBuilder & builder,hlfir::Entity entity,mlir::Type targetType) convertToAddress() argument
[all...]
H A DTemporaryStorage.cpp94 hlfir::Entity entity{value}; in pushValue() local
193 hlfir::Entity entity{value}; in pushValue() local
262 hlfir::Entity entity{variable}; in pushValue() local
/llvm-project/flang/lib/Lower/
H A DCallInterface.cpp850 const auto &entity = getDataObjectEntity(std::get<1>(pair)); buildImplicitInterface() local
885 const auto &entity = getDataObjectEntity(std::get<1>(pair)); buildExplicitInterface() local
894 const auto &entity = getDataObjectEntity(std::get<1>(pair)); buildExplicitInterface() local
1016 dummyNameAttr(const FortranEntity & entity) dummyNameAttr() argument
1045 handleImplicitDummy(const DummyCharacteristics * characteristics,const Fortran::evaluate::characteristics::DummyDataObject & obj,const FortranEntity & entity) handleImplicitDummy() argument
1102 handleExplicitDummy(const DummyCharacteristics * characteristics,const Fortran::evaluate::characteristics::DummyDataObject & obj,const FortranEntity & entity,bool isBindC) handleExplicitDummy() argument
1222 handleImplicitDummy(const DummyCharacteristics * characteristics,const Fortran::evaluate::characteristics::DummyProcedure & proc,const FortranEntity & entity) handleImplicitDummy() argument
1346 addPassedArg(PassEntityBy p,FortranEntity entity,const DummyCharacteristics * characteristics) addPassedArg() argument
1351 setPassedResult(PassEntityBy p,FortranEntity entity) setPassedResult() argument
[all...]
H A DConvertCall.cpp1091 getZeroLowerBounds(mlir::Location loc,fir::FirOpBuilder & builder,hlfir::Entity entity) getZeroLowerBounds() argument
1233 hlfir::Entity entity = preparePresentUserCallActualArgument() local
1727 hlfir::Entity entity = actualGetter(loc, builder); genOptionalValue() local
1750 genOptionalAddr(fir::FirOpBuilder & builder,mlir::Location loc,hlfir::Entity entity,mlir::Value isPresent) genOptionalAddr() argument
1767 genOptionalBox(fir::FirOpBuilder & builder,mlir::Location loc,hlfir::Entity entity,mlir::Value isPresent) genOptionalBox() argument
[all...]
H A DConvertExprToHLFIR.cpp1609 hlfir::EntityWithAttributes entity = gen() local
1927 convertToBox(mlir::Location loc,Fortran::lower::AbstractConverter & converter,hlfir::Entity entity,Fortran::lower::StatementContext & stmtCtx,mlir::Type fortranType) convertToBox() argument
1948 convertToAddress(mlir::Location loc,Fortran::lower::AbstractConverter & converter,hlfir::Entity entity,Fortran::lower::StatementContext & stmtCtx,mlir::Type fortranType) convertToAddress() argument
1970 convertToValue(mlir::Location loc,Fortran::lower::AbstractConverter & converter,hlfir::Entity entity,Fortran::lower::StatementContext & stmtCtx) convertToValue() argument
[all...]
H A DOpenACC.cpp638 genDesignateWithTriplets(fir::FirOpBuilder & builder,mlir::Location loc,hlfir::Entity & entity,hlfir::DesignateOp::Subscripts & triplets,mlir::Value shape) genDesignateWithTriplets() argument
H A DBridge.cpp4293 hlfir::Entity entity{addr}; genCUDAImplicitDataTransfer() local
[all...]
/llvm-project/flang/lib/Evaluate/
H A Dfold-designator.cpp188 const NamedEntity &entity, ConstantSubscript which) { in FoldDesignator() argument
217 NamedEntity &&entity, const Shape &shape, const DynamicType &elementType, in OffsetToArrayRef() argument
271 OffsetToDataRef(FoldingContext & context,NamedEntity && entity,ConstantSubscript & offset,std::size_t size) OffsetToDataRef() argument
[all...]
/llvm-project/flang/lib/Parser/
H A Duser-state.cpp102 for (const auto &entity : std::get<std::list<EntityDecl>>(stmt->t)) { in Parse() local
/llvm-project/flang/lib/Semantics/
H A Dcheck-do-forall.cpp144 WillDeallocatePolymorphic(const Symbol & entity,const std::function<bool (const Symbol &)> & WillDeallocate) WillDeallocatePolymorphic() argument
175 SayDeallocateWithImpureFinal(const Symbol & entity,const char * reason,const Symbol & impure) SayDeallocateWithImpureFinal() argument
182 SayDeallocateOfPolymorph(parser::CharBlock location,const Symbol & entity,const char * reason) SayDeallocateOfPolymorph() argument
202 const Symbol &entity{*pair.second}; Post() local
218 if (const Symbol * entity{GetLastName(variable).symbol}) { Post() local
252 const Symbol &entity{*name.symbol}; Post() local
[all...]
H A Dsemantics.cpp460 if (const Symbol * entity{GetLastName(variable).symbol}) { CheckIndexVarRedefine() local
466 if (const Symbol * entity{name.symbol}) { CheckIndexVarRedefine() local
H A Druntime-type-info.cpp836 evaluate::NamedEntity entity{symbol}; DescribeComponent() local
H A Dresolve-names.cpp2557 if (const auto *entity{symbol.detailsIf<EntityDetails>()}; ApplyImplicitRules() local
3690 } else if (auto *entity{ultimate.detailsIf<EntityDetails>()}; HandleStmtFunction() local
4420 EntityDetails entity; HandlePreviousCalls() local
4435 } else if (auto *entity{prev->detailsIf<EntityDetails>()}; CheckExtantProc() local
[all...]
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp503 ClangExpressionVariable *entity(ClangExpressionVariable::FindVariableInList( in GetFunctionInfo() local
1580 ClangExpressionVariable *entity(new ClangExpressionVariable(valobj)); in AddExpressionVariable() local
1728 ClangExpressionVariable *entity(new ClangExpressionVariable( AddOneGenericVariable() local
1773 ClangExpressionVariable *entity(new ClangExpressionVariable( AddOneRegister() local
1921 ClangExpressionVariable *entity(new ClangExpressionVariable( AddOneFunction() local
[all...]
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/
H A DLowerHLFIROrderedAssignments.cpp924 mlir::Value entity = mlir::cast<hlfir::YieldOp>(terminator).getEntity(); global() local
977 mlir::Value entity = mlir::cast<hlfir::YieldOp>(terminator).getEntity(); generateShape() local
1007 mlir::Value entity = mlir::cast<hlfir::YieldOp>(terminator).getEntity(); generateElementalParts() local
1151 hlfir::Entity entity{clonedValue}; generateSaveEntity() local
[all...]
H A DLowerHLFIRIntrinsics.cpp83 hlfir::Entity entity{arg}; in lowerArguments() local
H A DScheduleOrderedAssignments.cpp392 mlir::OpOperand *entity = getYieldedEntity(yieldRegion); saveEvaluationIfConflict() local
H A DBufferizeHLFIR.cpp614 hlfir::Entity entity{var}; genBufferDestruction() local
/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp1116 assert(entity.isMemberAccess()); in diagnoseBadDirectAccess() argument
1173 DiagnoseAccessPath(Sema & S,const EffectiveContext & EC,AccessTarget & entity) DiagnoseAccessPath() argument
1840 AccessTarget entity(Context, AccessTarget::Member, CheckFriendAccess() local
[all...]
H A DSemaCast.cpp440 InitializedEntity entity = InitializedEntity::InitializeTemporary(destType); tryDiagnoseOverloadedCast() local
H A DSemaInit.cpp8490 emitBadConversionNotes(Sema & S,const InitializedEntity & entity,Expr * op) emitBadConversionNotes() argument
[all...]
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp109 GlobalValue *entity = cacheAnnotationFromMD() local
/llvm-project/flang/lib/Lower/OpenMP/
H A DReductionProcessor.cpp732 hlfir::Entity entity{symBox.getAddr()}; addDeclareReduction() local
/llvm-project/mlir/lib/TableGen/
H A DOperator.cpp116 __anon6101fad90202(StringRef name, StringRef entity) assertInvariants() argument
/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp40 uint32_t Materializer::AddStructMember(Entity &entity) { in AddStructMember() argument

12