Home
last modified time | relevance | path

Searched defs:sizeBytes (Results 1 – 6 of 6) sorted by relevance

/llvm-project/mlir/lib/ExecutionEngine/
H A DRocmRuntimeWrappers.cpp107 extern "C" void *mgpuMemAlloc(uint64_t sizeBytes, hipStream_t /*stream*/, in mgpuMemAlloc() argument
118 extern "C" void mgpuMemcpy(void *dst, void *src, size_t sizeBytes, in mgpuMemcpy() argument
133 mgpuMemHostRegister(void * ptr,uint64_t sizeBytes) mgpuMemHostRegister() argument
149 auto sizeBytes = denseStrides.front() * elementSizeBytes; mgpuMemHostRegisterMemRef() local
H A DCudaRuntimeWrappers.cpp240 mgpuMemAlloc(uint64_t sizeBytes, CUstream stream, bool isHostShared) { in mgpuMemAlloc() argument
254 mgpuMemcpy(void * dst,void * src,size_t sizeBytes,CUstream stream) mgpuMemcpy() argument
279 mgpuMemHostRegister(void * ptr,uint64_t sizeBytes) mgpuMemHostRegister() argument
301 uint64_t sizeBytes = sizes[0] * denseStrides[0] * elementSizeBytes; mgpuMemHostRegisterMemRef() local
[all...]
/llvm-project/mlir/lib/Conversion/MemRefToLLVM/
H A DAllocLikeConversion.cpp67 allocateBufferManuallyAlign(ConversionPatternRewriter & rewriter,Location loc,Value sizeBytes,Operation * op,Value alignment) const allocateBufferManuallyAlign() argument
131 allocateBufferAutoAlign(ConversionPatternRewriter & rewriter,Location loc,Value sizeBytes,Operation * op,const DataLayout * defaultLayout,int64_t alignment) const allocateBufferAutoAlign() argument
/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
H A DConvertLaunchFuncToLLVMCalls.cpp228 Value sizeBytes; in matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/GPUCommon/
H A DGPUOpsLowering.cpp647 Value sizeBytes; matchAndRewrite() local
H A DGPUToLLVMConversion.cpp761 Value sizeBytes; matchAndRewrite() local
1018 auto sizeBytes = matchAndRewrite() local