Home
last modified time | relevance | path

Searched defs:shapeTy (Results 1 – 8 of 8) sorted by relevance

/llvm-project/flang/lib/Optimizer/HLFIR/IR/
H A DHLFIRDialect.cpp208 fir::ShapeType shapeTy = in genExprShape() local
H A DHLFIROps.cpp1567 fir::ShapeType shapeTy = mlir::cast<fir::ShapeType>(getShape().getType()); verify() local
/llvm-project/flang/unittests/Optimizer/Builder/
H A DFIRBuilderTest.cpp349 auto shapeTy = mlir::dyn_cast<fir::ShapeType>(op.getType()); checkShapeOp() local
377 auto shapeTy = mlir::dyn_cast<fir::ShapeShiftType>(op.getType()); TEST_F() local
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/
H A DConvertToFIR.cpp733 fir::ShapeType shapeTy = mlir::cast<fir::ShapeType>(shape.getType()); matchAndRewrite() local
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp386 auto shapeTy = shapeOp.getType(); verify() local
832 auto shapeTy = shapeOp.getType(); verify() local
2826 if (auto shapeTy = mlir::dyn_cast<fir::ShapeType>(ty)) { verify() local
2949 auto shapeTy = shapeVal.getType(); verify() local
3676 auto shapeTy = mlir::dyn_cast<fir::ShapeType>(getType()); verify() local
3699 auto shapeTy = mlir::dyn_cast<fir::ShapeShiftType>(getType()); verify() local
[all...]
/llvm-project/flang/lib/Optimizer/Builder/
H A DHLFIRTools.cpp44 fir::ShapeType shapeTy = mlir::cast<fir::ShapeType>(shape.getType()); getExplicitExtentsFromShape() local
203 auto shapeTy = shape.getType(); isShapeWithLowerBounds() local
H A DIntrinsicCall.cpp5945 mlir::Type shapeTy = shape.getType(); genReshape() local
/llvm-project/flang/lib/Lower/
H A DConvertExpr.cpp3967 auto shapeTy = fir::ShapeShiftType::get(eleTy.getContext(), lbs.size()); convertElementForUpdate() local