/llvm-project/mlir/include/mlir/Dialect/Affine/ |
H A D | LoopUtils.h | 207 uint64_t sizeInBytes; member
|
/llvm-project/flang/module/ |
H A D | __fortran_type_info.f90 | 33 integer(kind=int64) :: sizeInBytes component
|
/llvm-project/mlir/lib/Dialect/NVGPU/Transforms/ |
H A D | CreateAsyncGroups.cpp | 252 int64_t sizeInBytes = in createAsyncGroups() local
|
/llvm-project/flang/runtime/ |
H A D | type-info.h | 212 RT_API_ATTRS std::uint64_t sizeInBytes() const { return sizeInBytes_; } in sizeInBytes() function
|
/llvm-project/offload/plugins-nextgen/amdgpu/dynamic_hsa/ |
H A D | hsa_ext_amd.h | 161 size_t sizeInBytes; member
|
/llvm-project/mlir/lib/Dialect/NVGPU/IR/ |
H A D | NVGPUDialect.cpp | 93 int64_t sizeInBytes = (dstMemref.getElementTypeBitWidth() * dstElements) / 8; in verify() local
|
/llvm-project/mlir/lib/Conversion/MemRefToSPIRV/ |
H A D | MemRefToSPIRV.cpp | 480 std::optional<int64_t> sizeInBytes = pointeeType.getSizeInBytes(); in calculateMemoryRequirements() local
|
/llvm-project/mlir/lib/Dialect/Affine/Utils/ |
H A D | LoopUtils.cpp | 1936 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 D | runtime-type-info.cpp | 467 auto sizeInBytes{static_cast<common::ConstantSubscript>(dtScope.size())}; DescribeType() local
|
/llvm-project/mlir/lib/Conversion/MemRefToLLVM/ |
H A D | MemRefToLLVM.cpp | 772 auto sizeInBytes = getSizeInBytes(loc, srcType.getElementType(), rewriter); lowerToMemCopyIntrinsic() local
|
/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/ |
H A D | SPIRVToLLVM.cpp | 267 auto sizeInBytes = cast<spirv::SPIRVType>(elementType).getSizeInBytes(); convertArrayType() local
|
/llvm-project/mlir/lib/Dialect/Affine/Analysis/ |
H A D | Utils.cpp | 1253 auto sizeInBytes = getMemRefIntOrFloatEltSizeInBytes(memRefType); in getIntOrFloatMemRefSizeInBytes() local
|
/llvm-project/mlir/lib/Conversion/NVGPUToNVVM/ |
H A D | NVGPUToNVVM.cpp | 688 int64_t sizeInBytes = matchAndRewrite() local
|