Home
last modified time | relevance | path

Searched defs:sizeInBytes (Results 1 – 13 of 13) sorted by relevance

/llvm-project/mlir/include/mlir/Dialect/Affine/
H A DLoopUtils.h207 uint64_t sizeInBytes; member
/llvm-project/flang/module/
H A D__fortran_type_info.f9033 integer(kind=int64) :: sizeInBytes component
/llvm-project/mlir/lib/Dialect/NVGPU/Transforms/
H A DCreateAsyncGroups.cpp252 int64_t sizeInBytes = in createAsyncGroups() local
/llvm-project/flang/runtime/
H A Dtype-info.h212 RT_API_ATTRS std::uint64_t sizeInBytes() const { return sizeInBytes_; } in sizeInBytes() function
/llvm-project/offload/plugins-nextgen/amdgpu/dynamic_hsa/
H A Dhsa_ext_amd.h161 size_t sizeInBytes; member
/llvm-project/mlir/lib/Dialect/NVGPU/IR/
H A DNVGPUDialect.cpp93 int64_t sizeInBytes = (dstMemref.getElementTypeBitWidth() * dstElements) / 8; in verify() local
/llvm-project/mlir/lib/Conversion/MemRefToSPIRV/
H A DMemRefToSPIRV.cpp480 std::optional<int64_t> sizeInBytes = pointeeType.getSizeInBytes(); in calculateMemoryRequirements() local
/llvm-project/mlir/lib/Dialect/Affine/Utils/
H A DLoopUtils.cpp1936 generateCopy(const MemRefRegion & region,Block * block,Block::iterator begin,Block::iterator end,Block * copyPlacementBlock,Block::iterator copyInPlacementStart,Block::iterator copyOutPlacementStart,const AffineCopyOptions & copyOptions,DenseMap<Value,Value> & fastBufferMap,DenseSet<Operation * > & copyNests,uint64_t * sizeInBytes,Block::iterator * nBegin,Block::iterator * nEnd) generateCopy() argument
2412 uint64_t sizeInBytes; affineDataCopyGenerate() local
/llvm-project/flang/lib/Semantics/
H A Druntime-type-info.cpp467 auto sizeInBytes{static_cast<common::ConstantSubscript>(dtScope.size())}; DescribeType() local
/llvm-project/mlir/lib/Conversion/MemRefToLLVM/
H A DMemRefToLLVM.cpp772 auto sizeInBytes = getSizeInBytes(loc, srcType.getElementType(), rewriter); lowerToMemCopyIntrinsic() local
/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
H A DSPIRVToLLVM.cpp267 auto sizeInBytes = cast<spirv::SPIRVType>(elementType).getSizeInBytes(); convertArrayType() local
/llvm-project/mlir/lib/Dialect/Affine/Analysis/
H A DUtils.cpp1253 auto sizeInBytes = getMemRefIntOrFloatEltSizeInBytes(memRefType); in getIntOrFloatMemRefSizeInBytes() local
/llvm-project/mlir/lib/Conversion/NVGPUToNVVM/
H A DNVGPUToNVVM.cpp688 int64_t sizeInBytes = matchAndRewrite() local