Home
last modified time | relevance | path

Searched refs:shapeTy (Results 1 – 20 of 20) sorted by relevance

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Conversion/ShapeToSCF/
H A DShapeToSCF.cpp118 auto shapeTy = RankedTensorType::get({ShapedType::kDynamicSize}, indexTy); in matchAndRewrite() local
120 shapeTy); in matchAndRewrite()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp333 auto shapeTy = shapeOp.getType(); in verify() local
335 if (auto s = shapeTy.dyn_cast<fir::ShapeType>()) { in verify()
340 auto s = shapeTy.cast<fir::ShiftType>(); in verify()
394 auto shapeTy = shapeOp.getType(); in verify() local
401 auto s = shapeTy.cast<fir::ShiftType>(); in verify()
2147 shapeRank = shapeTy.getRank(); in verify()
2210 auto shapeTy = shapeOp.getType(); in verify() local
2768 assert(shapeTy && "must be a shape type"); in verify()
2769 if (shapeTy.getRank() != size) in verify()
2785 assert(shapeTy && "must be a shape shift type"); in verify()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp126 auto shapeTy = shapeOp.getType(); in verify() local
128 if (auto s = shapeTy.dyn_cast<fir::ShapeType>()) { in verify()
130 } else if (auto ss = shapeTy.dyn_cast<fir::ShapeShiftType>()) { in verify()
133 auto s = shapeTy.cast<fir::ShiftType>(); in verify()
174 auto shapeTy = shapeOp.getType(); in verify() local
176 if (auto s = shapeTy.dyn_cast<fir::ShapeType>()) { in verify()
178 } else if (auto ss = shapeTy.dyn_cast<fir::ShapeShiftType>()) { in verify()
181 auto s = shapeTy.cast<fir::ShiftType>(); in verify()
1275 if (auto shapeTy = ty.dyn_cast<fir::ShapeType>()) { in verify() local
1276 shapeRank = shapeTy.getRank(); in verify()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp126 auto shapeTy = shapeOp.getType(); in verify() local
128 if (auto s = shapeTy.dyn_cast<fir::ShapeType>()) { in verify()
130 } else if (auto ss = shapeTy.dyn_cast<fir::ShapeShiftType>()) { in verify()
133 auto s = shapeTy.cast<fir::ShiftType>(); in verify()
174 auto shapeTy = shapeOp.getType(); in verify() local
176 if (auto s = shapeTy.dyn_cast<fir::ShapeType>()) { in verify()
178 } else if (auto ss = shapeTy.dyn_cast<fir::ShapeShiftType>()) { in verify()
181 auto s = shapeTy.cast<fir::ShiftType>(); in verify()
1275 if (auto shapeTy = ty.dyn_cast<fir::ShapeType>()) { in verify() local
1276 shapeRank = shapeTy.getRank(); in verify()
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp126 auto shapeTy = shapeOp.getType(); in verify() local
128 if (auto s = shapeTy.dyn_cast<fir::ShapeType>()) { in verify()
130 } else if (auto ss = shapeTy.dyn_cast<fir::ShapeShiftType>()) { in verify()
133 auto s = shapeTy.cast<fir::ShiftType>(); in verify()
174 auto shapeTy = shapeOp.getType(); in verify() local
176 if (auto s = shapeTy.dyn_cast<fir::ShapeType>()) { in verify()
178 } else if (auto ss = shapeTy.dyn_cast<fir::ShapeShiftType>()) { in verify()
181 auto s = shapeTy.cast<fir::ShiftType>(); in verify()
1275 if (auto shapeTy = ty.dyn_cast<fir::ShapeType>()) { in verify() local
1276 shapeRank = shapeTy.getRank(); in verify()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/Shape/IR/
H A DShape.cpp1262 Type shapeTy = builder.getType<ShapeType>(); in build() local
1263 return ShapeOfOp::build(builder, result, shapeTy, arg); in build()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/Shape/IR/
H A DShape.cpp1262 Type shapeTy = builder.getType<ShapeType>(); in build() local
1263 return ShapeOfOp::build(builder, result, shapeTy, arg); in build()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/Shape/IR/
H A DShape.cpp1262 Type shapeTy = builder.getType<ShapeType>(); in build() local
1263 return ShapeOfOp::build(builder, result, shapeTy, arg); in build()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/include/flang/Optimizer/Dialect/
H A DFIROps.td1970 auto shapeTy = getType().dyn_cast<fir::ShapeType>();
1971 assert(shapeTy && "must be a shape type");
1972 if (shapeTy.getRank() != size)
2017 auto shapeTy = getType().dyn_cast<fir::ShapeShiftType>();
2018 assert(shapeTy && "must be a shape shift type");
2019 if (shapeTy.getRank() * 2 != size)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/include/flang/Optimizer/Dialect/
H A DFIROps.td1970 auto shapeTy = getType().dyn_cast<fir::ShapeType>();
1971 assert(shapeTy && "must be a shape type");
1972 if (shapeTy.getRank() != size)
2017 auto shapeTy = getType().dyn_cast<fir::ShapeShiftType>();
2018 assert(shapeTy && "must be a shape shift type");
2019 if (shapeTy.getRank() * 2 != size)
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/include/flang/Optimizer/Dialect/
H A DFIROps.td1970 auto shapeTy = getType().dyn_cast<fir::ShapeType>();
1971 assert(shapeTy && "must be a shape type");
1972 if (shapeTy.getRank() != size)
2017 auto shapeTy = getType().dyn_cast<fir::ShapeShiftType>();
2018 assert(shapeTy && "must be a shape shift type");
2019 if (shapeTy.getRank() * 2 != size)
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-14494/
H A DSplashOutputDev.cc4239 int shapeTy = (knockout) ? ty : in beginTransparencyGroup() local
4242 splash->setInNonIsolatedGroup(shape, shapeTx, shapeTy); in beginTransparencyGroup()
/dports/devel/cppcheck/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-14494/
H A DSplashOutputDev.cc4239 int shapeTy = (knockout) ? ty : in beginTransparencyGroup() local
4242 splash->setInNonIsolatedGroup(shape, shapeTx, shapeTy); in beginTransparencyGroup()
/dports/print/tex-luatex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DSplashOutputDev.cc3911 int shapeTy = (knockout) ? ty : in beginTransparencyGroup() local
3914 splash->setInNonIsolatedGroup(shape, shapeTx, shapeTy); in beginTransparencyGroup()
/dports/print/tex-xetex/texlive-20150521-source/libs/poppler/poppler-0.32.0/poppler/
H A DSplashOutputDev.cc3911 int shapeTy = (knockout) ? ty : in beginTransparencyGroup() local
3914 splash->setInNonIsolatedGroup(shape, shapeTx, shapeTy); in beginTransparencyGroup()
/dports/graphics/poppler-glib/poppler-21.12.0/poppler/
H A DSplashOutputDev.cc3967 …int shapeTy = (knockout) ? ty : (transpGroup->next != nullptr && transpGroup->next->shape != nullp… in beginTransparencyGroup() local
3969 splash->setInNonIsolatedGroup(shape, shapeTx, shapeTy); in beginTransparencyGroup()
/dports/graphics/poppler/poppler-21.12.0/poppler/
H A DSplashOutputDev.cc3967 …int shapeTy = (knockout) ? ty : (transpGroup->next != nullptr && transpGroup->next->shape != nullp… in beginTransparencyGroup() local
3969 splash->setInNonIsolatedGroup(shape, shapeTx, shapeTy); in beginTransparencyGroup()
/dports/graphics/poppler-qt5/poppler-21.12.0/poppler/
H A DSplashOutputDev.cc3967 …int shapeTy = (knockout) ? ty : (transpGroup->next != nullptr && transpGroup->next->shape != nullp… in beginTransparencyGroup() local
3969 splash->setInNonIsolatedGroup(shape, shapeTx, shapeTy); in beginTransparencyGroup()
/dports/graphics/poppler-utils/poppler-21.12.0/poppler/
H A DSplashOutputDev.cc3967 …int shapeTy = (knockout) ? ty : (transpGroup->next != nullptr && transpGroup->next->shape != nullp… in beginTransparencyGroup() local
3969 splash->setInNonIsolatedGroup(shape, shapeTx, shapeTy); in beginTransparencyGroup()
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/poppler/poppler/
H A DSplashOutputDev.cc4302 int shapeTy = (knockout) ? ty : in beginTransparencyGroup() local
4305 splash->setInNonIsolatedGroup(shape, shapeTx, shapeTy); in beginTransparencyGroup()