Home
last modified time | relevance | path

Searched defs:getBlockSize (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DMappedBlockStream.h72 uint32_t getBlockSize() const { return BlockSize; } in getBlockSize() function
142 uint32_t getBlockSize() const { return ReadInterface.getBlockSize(); } in getBlockSize() function
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFile.cpp54 uint32_t PDBFile::getBlockSize() const { return ContainerLayout.SB->BlockSize; } in getBlockSize() function in PDBFile
/llvm-project/mlir/lib/Dialect/GPU/IR/
H A DGPUDialect.cpp1140 result.addOperands({gridSize.x, gridSize.y, gridSize.z, getBlockSize.x, in build() argument
734 KernelDim3 LaunchOp::getBlockSize() { getBlockSize() function in LaunchOp
1100 build(OpBuilder & builder,OperationState & result,SymbolRefAttr kernelSymbol,KernelDim3 gridSize,KernelDim3 getBlockSize,Value dynamicSharedMemorySize,ValueRange kernelOperands,Type asyncTokenType,ValueRange asyncDependencies,std::optional<KernelDim3> clusterSize) build() argument
1155 build(OpBuilder & builder,OperationState & result,SymbolRefAttr kernel,KernelDim3 gridSize,KernelDim3 getBlockSize,Value dynamicSharedMemorySize,ValueRange kernelOperands,Value asyncObject,std::optional<KernelDim3> clusterSize) build() argument
[all...]
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h520 static uptr getBlockSize(void *Ptr) { getBlockSize() function
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/
H A DSparseTensorDialect.cpp1112 SmallVector<unsigned> mlir::sparse_tensor::getBlockSize(AffineMap dimToLvl) { in getBlockSize() function in mlir::sparse_tensor