Home
last modified time | relevance | path

Searched defs:seqType (Results 1 – 9 of 9) sorted by relevance

/llvm-project/flang/test/Semantics/
H A Dassign08.f907 type :: seqType type
21 type :: seqType type
H A Ddata14.f905 type :: seqType type
/llvm-project/flang/lib/Optimizer/Builder/Runtime/
H A DArrayConstructor.cpp37 mlir::Type seqType = fir::SequenceType::get({numElem}, intType); genInitArrayConstructorVector() local
/llvm-project/flang/lib/Optimizer/Transforms/
H A DAffinePromotion.cpp342 if (auto seqType = in coordinateArrayElement() local
/llvm-project/flang/lib/Optimizer/HLFIR/IR/
H A DHLFIROps.cpp108 auto seqType = mlir::dyn_cast<fir::SequenceType>(type); getHLFIRVariableType() local
1373 if (auto seqType = mlir::dyn_cast<fir::SequenceType>(type)) { build() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DCharacter.cpp659 if (auto seqType = mlir::dyn_cast<fir::SequenceType>(type)) in isCharacterLiteral() local
H A DIntrinsicCall.cpp6266 mlir::Type seqType = fir::SequenceType::get( genShape() local
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorDistribute.cpp1176 VectorType seqType = mask.getVectorType(); matchAndRewrite() local
/llvm-project/flang/lib/Lower/
H A DConvertVariable.cpp2423 if (auto seqType = mlir::dyn_cast<fir::SequenceType>(baseType)) { getCrayPointeeBoxType() local