Searched refs:sizeInBytes (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/flang/module/ |
| H A D | __fortran_type_info.f90 | 29 integer(kind=int64) :: sizeInBytes component
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | descriptor.cpp | 76 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 D | type-info.h | 189 std::uint64_t sizeInBytes() const { return sizeInBytes_; } in sizeInBytes() function
|
| H A D | type-info.cpp | 47 return type->sizeInBytes(); in GetElementByteSize()
|
| /llvm-project-15.0.7/mlir/lib/Conversion/NVGPUToNVVM/ |
| H A D | NVGPUToNVVM.cpp | 384 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 D | LoopUtils.h | 198 uint64_t sizeInBytes; member
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | runtime-type-info.cpp | 441 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 D | LoopUtils.cpp | 2042 DenseSet<Operation *> ©Nests, 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 D | Utils.cpp | 651 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 D | SPIRVToLLVM.cpp | 253 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 D | MemRefToLLVM.cpp | 887 auto sizeInBytes = getSizeInBytes(loc, srcType.getElementType(), rewriter); in lowerToMemCopyIntrinsic() local 890 rewriter.create<LLVM::MulOp>(loc, numElements, sizeInBytes); in lowerToMemCopyIntrinsic()
|