Home
last modified time | relevance | path

Searched refs:sizeInBytes (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/flang/module/
H A D__fortran_type_info.f9029 integer(kind=int64) :: sizeInBytes component
/llvm-project-15.0.7/flang/runtime/
H A Ddescriptor.cpp76 Establish(TypeCode{TypeCategory::Derived, 0}, dt.sizeInBytes(), p, rank, in Establish()
111 return Create(TypeCode{TypeCategory::Derived, 0}, dt.sizeInBytes(), p, rank, in Create()
H A Dtype-info.h189 std::uint64_t sizeInBytes() const { return sizeInBytes_; } in sizeInBytes() function
H A Dtype-info.cpp47 return type->sizeInBytes(); in GetElementByteSize()
/llvm-project-15.0.7/mlir/lib/Conversion/NVGPUToNVVM/
H A DNVGPUToNVVM.cpp384 int64_t sizeInBytes = in matchAndRewrite() local
389 sizeInBytes == 16 ? adaptor.getBypassL1Attr() : UnitAttr(); in matchAndRewrite()
391 loc, dstPtr, scrPtr, rewriter.getI32IntegerAttr(sizeInBytes), bypassL1); in matchAndRewrite()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Affine/
H A DLoopUtils.h198 uint64_t sizeInBytes; member
/llvm-project-15.0.7/flang/lib/Semantics/
H A Druntime-type-info.cpp441 auto sizeInBytes{static_cast<common::ConstantSubscript>(dtScope.size())}; in DescribeType() local
443 sizeInBytes += alignment - 1; in DescribeType()
444 sizeInBytes /= alignment; in DescribeType()
445 sizeInBytes *= alignment; in DescribeType()
448 dtValues, derivedTypeSchema_, "sizeinbytes"s, IntToExpr(sizeInBytes)); in DescribeType()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp2042 DenseSet<Operation *> &copyNests, uint64_t *sizeInBytes, in generateCopy() argument
2099 *sizeInBytes = 0; in generateCopy()
2175 *sizeInBytes = *getMemRefSizeInBytes(fastMemRefType); in generateCopy()
2178 << " and size " << llvm::divideCeil(*sizeInBytes, 1024) in generateCopy()
2183 *sizeInBytes = 0; in generateCopy()
2515 uint64_t sizeInBytes; in affineDataCopyGenerate() local
2520 fastBufferMap, copyNests, &sizeInBytes, &nBegin, &nEnd); in affineDataCopyGenerate()
2525 totalCopyBuffersSizeInBytes += sizeInBytes; in affineDataCopyGenerate()
2578 &result.sizeInBytes, &begin, &end); in generateCopyForMemRegion()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DUtils.cpp651 uint64_t sizeInBytes = getMemRefEltSizeInBytes(memRefType); in getMemRefSizeInBytes() local
653 sizeInBytes = sizeInBytes * memRefType.getDimSize(i); in getMemRefSizeInBytes()
655 return sizeInBytes; in getMemRefSizeInBytes()
/llvm-project-15.0.7/mlir/lib/Conversion/SPIRVToLLVM/
H A DSPIRVToLLVM.cpp253 auto sizeInBytes = elementType.cast<spirv::SPIRVType>().getSizeInBytes(); in convertArrayType() local
254 if (stride != 0 && !(sizeInBytes && *sizeInBytes == stride)) in convertArrayType()
/llvm-project-15.0.7/mlir/lib/Conversion/MemRefToLLVM/
H A DMemRefToLLVM.cpp887 auto sizeInBytes = getSizeInBytes(loc, srcType.getElementType(), rewriter); in lowerToMemCopyIntrinsic() local
890 rewriter.create<LLVM::MulOp>(loc, numElements, sizeInBytes); in lowerToMemCopyIntrinsic()