/llvm-project/flang/test/Semantics/ |
H A D | init01.f90 | 106 subroutine components(n) subroutine 107 integer, intent(in) :: n local 108 real, target, save :: a1(3) 109 real, target :: a2 110 real, save :: a3 111 real, target, save :: a4 112 type :: t1 116 type :: t2(kind, len) 141 type(t2(3,2)) :: o1 142 type(t2(2,n)) :: o2 [all …]
|
/llvm-project/mlir/include/mlir/Interfaces/ |
H A D | InferTypeOpInterface.h | 49 ShapeAdaptor(ShapedTypeComponents *components) : val(components) {} in ShapeAdaptor() argument 50 ShapeAdaptor(ShapedTypeComponents &components) : val(&components) {} in ShapeAdaptor() argument
|
/llvm-project/flang/lib/Parser/ |
H A D | parse-tree.cpp | 167 std::list<ComponentSpec> components; in ConvertToStructureConstructor() local 184 std::list<ComponentSpec> components; in ConvertToStructureConstructor() local
|
/llvm-project/llvm/utils/lit/lit/ |
H A D | Test.py | 219 def getSourcePath(self, components): argument 222 def getExecPath(self, components): argument
|
/llvm-project/flang/unittests/Optimizer/ |
H A D | FIRTypesTest.cpp | 303 llvm::SmallVector<std::pair<std::string, mlir::Type>> components; in TEST_F() local
|
H A D | InternalNamesTest.cpp | 42 validateDeconstructedName(std::pair<NameUniquer::NameKind,NameUniquer::DeconstructedName> & actual,NameUniquer::NameKind & expectedNameKind,struct DeconstructedName & components) validateDeconstructedName() argument
|
/llvm-project/flang/lib/Lower/ |
H A D | ConvertExpr.cpp | 5603 genarr(const Fortran::semantics::SymbolRef & sym,ComponentPath & components) genarr() argument 5651 genarr(const ExtValue & extMemref,ComponentPath & components,mlir::Value CrayPtr=nullptr) genarr() argument 6030 genarr(const Fortran::evaluate::ComplexPart & x,ComponentPath & components) genarr() argument 6036 genSlicePath(const A & x,ComponentPath & components) genSlicePath() argument 6041 genarr(const Fortran::evaluate::StaticDataObject::Pointer &,ComponentPath & components) genarr() argument 6046 genarr(const Fortran::evaluate::Substring & x,ComponentPath & components) genarr() argument 6602 ComponentPath components(des.Rank() > 0); genarr() local 6643 lowerPath(const ExtValue & arrayExv,ComponentPath & components) lowerPath() argument 6781 genSubstringBounds(ComponentPath & components) genSubstringBounds() argument 6788 applyPathToArrayLoad(fir::ArrayLoadOp load,ComponentPath & components) applyPathToArrayLoad() argument 6951 genImplicitArrayAccess(const A & x,ComponentPath & components) genImplicitArrayAccess() argument 6959 genImplicitArrayAccess(const Fortran::evaluate::NamedEntity & x,ComponentPath & components) genImplicitArrayAccess() argument 6966 genImplicitArrayAccess(const Fortran::semantics::Symbol & x,ComponentPath & components) genImplicitArrayAccess() argument 7010 tailIsPointerInPointerAssignment(const Fortran::semantics::Symbol & x,ComponentPath & components) tailIsPointerInPointerAssignment() argument 7015 tailIsPointerInPointerAssignment(const Fortran::evaluate::Component & x,ComponentPath & components) tailIsPointerInPointerAssignment() argument 7019 genarr(const Fortran::semantics::Symbol & x,ComponentPath & components) genarr() argument 7039 genarr(const Fortran::evaluate::Component & x,ComponentPath & components) genarr() argument 7074 genarr(const Fortran::evaluate::ArrayRef & x,ComponentPath & components) genarr() argument 7104 genarr(const Fortran::evaluate::CoarrayRef & x,ComponentPath & components) genarr() argument 7109 genarr(const Fortran::evaluate::NamedEntity & x,ComponentPath & components) genarr() argument 7114 genarr(const Fortran::evaluate::DataRef & x,ComponentPath & components) genarr() argument 7119 pathIsEmpty(const ComponentPath & components) pathIsEmpty() argument [all...] |
H A D | ConvertVariable.cpp | 430 Fortran::semantics::OrderedComponentIterator components( genDefaultInitializerValue() local [all...] |
/llvm-project/flang/lib/Semantics/ |
H A D | type.cpp | 210 DirectComponentIterator components{*this}; in HasDefaultInitialization() local 222 DirectComponentIterator components{*this}; in HasDestruction() local [all...] |
H A D | check-declarations.cpp | 1627 ScopeComponentIterator components{*parentDerived}; CheckDerivedType() local
|
H A D | expression.cpp | 2008 auto components{semantics::OrderedComponentIterator{spec}}; Analyze() local [all...] |
/llvm-project/lldb/source/Target/ |
H A D | PathMappingList.cpp | 186 AppendPathComponents(FileSpec & path,llvm::StringRef components,llvm::sys::path::Style style) AppendPathComponents() argument
|
/llvm-project/lldb/source/Utility/ |
H A D | FileSpec.cpp | 469 std::vector<llvm::StringRef> components; in GetComponents() local
|
/llvm-project/lldb/source/Interpreter/ |
H A D | OptionValueProperties.cpp | 120 llvm::SmallVector<llvm::StringRef, 8> components; in SetSubValue() local
|
/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/ |
H A D | UnifyAliasedResourcePass.cpp | 469 SmallVector<Value> components; in matchAndRewrite() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | SwiftCallingConv.cpp | 718 legalizeVectorType(CodeGenModule & CGM,CharUnits origVectorSize,llvm::VectorType * origVectorTy,llvm::SmallVectorImpl<llvm::Type * > & components) legalizeVectorType() argument
|
H A D | CGVTables.cpp | 973 createVTableInitializer(components, *VTLayout, RTTI, in GenerateConstructionVTable() local
|
H A D | ItaniumCXXABI.cpp | 1855 auto components = builder.beginStruct(); emitVTableDefinitions() local
|
H A D | MicrosoftCXXABI.cpp | 1777 auto components = builder.beginStruct(); emitVTableDefinitions() local
|
/llvm-project/llvm/lib/Support/ |
H A D | Path.cpp | 426 if (!a.isTriviallyEmpty()) components.push_back(a.toStringRef(a_storage)); in append() local 721 SmallVector<StringRef, 16> components; remove_dots() local [all...] |
/llvm-project/flang/unittests/Optimizer/Builder/ |
H A D | FIRBuilderTest.cpp | 514 llvm::SmallVector<std::pair<std::string, mlir::Type>> components; TEST_F() local
|
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/ |
H A D | SparseTensorDialect.cpp | 1075 SmallVector<AffineExpr, 3> components; in inverseBlockSparsity() local 1100 for (auto &components : lvlExprComponents) { in inverseBlockSparsity() local [all...] |
/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/ |
H A D | SPIRVToLLVM.cpp | 1498 auto components = adaptor.getComponents(); matchAndRewrite() local
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_settings.cpp | 5147 char *components[MAX_T_LEVEL]; in __kmp_stg_parse_hw_subset() local
|