Home
last modified time | relevance | path

Searched defs:subscripts (Results 1 – 22 of 22) sorted by relevance

/llvm-project/flang/runtime/
H A Ddescriptor-io.h32 const Descriptor &descriptor, const SubscriptValue subscripts[]) { in ExtractElement() argument
51 SubscriptValue subscripts[maxRank]; in FormattedIntegerIO() local
84 SubscriptValue subscripts[maxRank]; FormattedRealIO() local
117 SubscriptValue subscripts[maxRank]; FormattedComplexIO() local
165 SubscriptValue subscripts[maxRank]; FormattedCharacterIO() local
205 SubscriptValue subscripts[maxRank]; FormattedLogicalIO() local
278 DefaultComponentwiseFormattedIO(IoStatementState & io,const Descriptor & descriptor,const typeInfo::DerivedType & type,const NonTbpDefinedIoTable * table,const SubscriptValue subscripts[]) DefaultComponentwiseFormattedIO() argument
310 SubscriptValue subscripts[maxRank]; DefaultComponentwiseUnformattedIO() local
368 SubscriptValue subscripts[maxRank]; FormattedDerivedTypeIO() local
459 SubscriptValue subscripts[maxRank]; global() variable
[all...]
H A Ddescriptor-io.cpp20 const SubscriptValue subscripts[]) { in DefinedFormattedIo()
122 SubscriptValue subscripts[maxRank]; in DefinedUnformattedIo() local
H A Dreduction-templates.h129 ReduceDimToScalar(const Descriptor & x,int zeroBasedDim,SubscriptValue subscripts[],TYPE * result,ACCUMULATOR & accumulator) ReduceDimToScalar() argument
150 ReduceDimMaskToScalar(const Descriptor & x,int zeroBasedDim,SubscriptValue subscripts[],const Descriptor & mask,TYPE * result,ACCUMULATOR & accumulator) ReduceDimMaskToScalar() argument
H A DISO_Fortran_binding.cpp26 const CFI_cdesc_t *descriptor, const CFI_index_t subscripts[]) { in CFI_address()
H A Dreduction.cpp254 ReduceLogicalDimToScalar(const Descriptor & x,int zeroBasedDim,SubscriptValue subscripts[]) ReduceLogicalDimToScalar() argument
/llvm-project/flang/lib/Semantics/
H A Dresolve-names-utils.h143 std::vector<ConstantSubscript> subscripts; global() member
H A Dexpression.cpp260 int subscripts{static_cast<int>(ref.size())}; CompleteSubscripts() local
297 ApplySubscripts(DataRef && dataRef,std::vector<Subscript> && subscripts) ApplySubscripts() argument
1245 std::vector<Subscript> subscripts; AnalyzeSectionSubscripts() local
1435 std::vector<Subscript> subscripts; Analyze() local
[all...]
H A Dresolve-names-utils.cpp386 auto subscripts{currObject_.subscripts}; AddToSet() local
/llvm-project/flang/lib/Parser/
H A Dparse-tree.cpp96 const Name &name, std::list<Expr> &&subscripts) { in MakeArrayElementRef() argument
106 StructureComponent &&sc, std::list<Expr> &&subscripts) { in MakeArrayElementRef() argument
[all...]
/llvm-project/flang/lib/Evaluate/
H A Dfold-implementation.h161 std::vector<Constant<SubscriptInteger>> subscripts; Folding() local
201 ApplySubscripts(const Constant<T> & array,const std::vector<Constant<SubscriptInteger>> & subscripts) ApplySubscripts() argument
263 ApplyComponent(Constant<SomeDerived> && structures,const Symbol & component,const std::vector<Constant<SubscriptInteger>> * subscripts) ApplyComponent() argument
320 GetConstantComponent(Component & component,const std::vector<Constant<SubscriptInteger>> * subscripts) GetConstantComponent() argument
[all...]
H A Dfold-designator.cpp230 std::vector<Subscript> subscripts; OffsetToArrayRef() local
H A Dcheck-expression.cpp860 auto subscripts{CheckSubscripts( operator ()() local
/llvm-project/flang/unittests/Evaluate/
H A DISO-Fortran-binding.cpp205 const CFI_cdesc_t *dv, const CFI_index_t subscripts[]) { in check_CFI_address()
241 CFI_index_t subscripts[CFI_MAX_RANK]; in run_CFI_address_tests() local
561 CFI_index_t subscripts[]{ in run_CFI_select_part_tests() local
592 CFI_index_t subscripts[]{ in run_CFI_select_part_tests() local
/llvm-project/flang/include/flang/Semantics/
H A Dscope.h52 std::vector<ConstantSubscript> subscripts; // for array elem member
/llvm-project/flang/lib/Lower/
H A DIterationSpace.cpp130 bool intersection(const A &subscripts) { in intersection() argument
H A DConvertConstant.cpp572 Fortran::evaluate::ConstantSubscripts subscripts = con.lbounds(); in genInlinedArrayLit() local
[all...]
H A DConvertExprToHLFIR.cpp186 hlfir::DesignateOp::Subscripts subscripts; member
[all...]
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/
H A DConvertToFIR.cpp507 auto subscripts = designate.getIndices(); matchAndRewrite() local
/llvm-project/polly/include/polly/
H A DScopInfo.h886 iterator_range<SubscriptsTy::const_iterator> subscripts() const { subscripts() function
/llvm-project/flang/lib/Optimizer/HLFIR/IR/
H A DHLFIROps.cpp163 build(mlir::OpBuilder & builder,mlir::OperationState & result,mlir::Type result_type,mlir::Value memref,llvm::StringRef component,mlir::Value component_shape,llvm::ArrayRef<Subscript> subscripts,mlir::ValueRange substring,std::optional<bool> complex_part,mlir::Value shape,mlir::ValueRange typeparams,fir::FortranVariableFlagsAttr fortran_attrs) build() argument
/llvm-project/flang/include/flang/Parser/
H A Dparse-tree.h1788 std::list<SectionSubscript> subscripts; global() member
1894 std::list<SectionSubscript> subscripts; global() member
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DCodeGen.cpp2101 auto &subscripts = lBounds; doRewrite() local