Searched refs:getDim (Results 1 – 8 of 8) sorted by relevance
238 if (failed(isInBounds(getDim(), getTensor()))) in verify()247 if (failed(isInBounds(getDim(), getTensor()))) in verify()
347 adaptor.getDim()); in matchAndRewrite()354 ValueRange{adaptor.getDim()}); in matchAndRewrite()
181 Dim getDim() const;
342 Dim ImageType::getDim() const { return getImpl()->dim; } in getDim() function in ImageType367 if (auto dimCaps = spirv::getCapabilities(getDim())) in getCapabilities()
796 os << "image<" << type.getElementType() << ", " << stringifyDim(type.getDim()) in print()
4266 spirv::Dim imageDim = imageType.getDim(); in verify()4316 spirv::Dim dim = imageType.getDim(); in verify()
1238 if (auto constSizeOp = getDim().getDefiningOp<ConstSizeOp>()) in getConstantDim()1240 if (auto constantOp = getDim().getDefiningOp<arith::ConstantOp>()) in getConstantDim()
427 operands.push_back(static_cast<uint32_t>(imageType.getDim())); in prepareBasicType()