Searched refs:memrefSize (Results 1 – 1 of 1) sorted by relevance
238 int64_t memrefSize = -1; in getTypeNumBytes() local240 memrefSize = std::max(memrefSize, shape.value() * strides[shape.index()]); in getTypeNumBytes()242 return (offset + memrefSize) * *elementSize; in getTypeNumBytes()415 int64_t memrefSize = (type.getNumElements() * numBoolBits + 7) / 8; in convertBoolMemrefType() local416 auto arrayElemCount = llvm::divideCeil(memrefSize, *arrayElemSize); in convertBoolMemrefType()471 Optional<int64_t> memrefSize = getTypeNumBytes(options, type); in convertMemrefType() local472 if (!memrefSize) { in convertMemrefType()478 auto arrayElemCount = llvm::divideCeil(*memrefSize, *arrayElemSize); in convertMemrefType()