Searched refs:BaseMemRefType (Results 1 – 12 of 12) sorted by relevance
29 if (resultType.value().isa<BaseMemRefType>()) { in updateFuncOp()66 if (operand.getType().isa<BaseMemRefType>()) in updateReturnOps()88 if (result.getType().isa<BaseMemRefType>()) in updateCalls()96 if (!memref.getType().cast<BaseMemRefType>().hasStaticShape()) { in updateCalls()
23 assert(inputs[0].getType().isa<BaseMemRefType>()); in materializeTensorLoad()41 addTargetMaterialization([](OpBuilder &builder, BaseMemRefType type, in BufferizeTypeConverter()
110 if (!value.getType().isa<BaseMemRefType>()) continue; in build()112 assert(alias.getType().isa<BaseMemRefType>() && in build()132 if (val.getType().isa<BaseMemRefType>()) buffers.push_back(val); in find_buffer_values()136 if (val.getType().isa<BaseMemRefType>()) buffers.push_back(val); in find_buffer_values()216 if (!old_buffer.getType().isa<BaseMemRefType>()) continue; in find_reuse_candiates()282 if (arg.getType().isa<BaseMemRefType>()) buffer_arguments.push_back(arg); in get_buffer_arguments()
67 assert(inputs[0].getType().isa<BaseMemRefType>()); in materializeTensorLoad()87 addTargetMaterialization([](OpBuilder& builder, BaseMemRefType type, in CustomBufferizeTypeConverter()
58 if (argument.getType().isa<BaseMemRefType>()) { in runOnFunction()
519 class BaseMemRefType : public ShapedType {543 class MemRefType : public Type::TypeBase<MemRefType, BaseMemRefType,641 : public Type::TypeBase<UnrankedMemRefType, BaseMemRefType,714 inline bool BaseMemRefType::classof(Type type) { in classof()
383 unsigned BaseMemRefType::getMemorySpace() const { in getMemorySpace()427 if (!BaseMemRefType::isValidElementType(elementType)) in getImpl()495 if (!BaseMemRefType::isValidElementType(elementType)) in verifyConstructionInvariants()
30 class BaseMemRefType; variable207 Type convertMemRefToBarePtr(BaseMemRefType type);
33 assert(it->getSecond().getType().isa<BaseMemRefType>() && in find()
590 auto isMemRefType = [](Type type) { return type.isa<BaseMemRefType>(); }; in runOnOperation()
373 Type LLVMTypeConverter::convertMemRefToBarePtr(BaseMemRefType type) { in convertMemRefToBarePtr()425 if (auto memrefTy = type.dyn_cast<BaseMemRefType>()) in convertCallingConventionType()
2411 auto srcType = op.source().getType().cast<BaseMemRefType>(); in verify()