| /llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/ |
| H A D | Mapping.cpp | 108 return mapping::getBlockSize() / mapping::getWarpSize(); in getNumberOfWarpsInBlock() 164 return (mapping::getBlockSize() + mapping::getWarpSize() - 1) / in getNumberOfWarpsInBlock() 230 uint32_t mapping::getBlockSize(bool IsSPMD) { in getBlockSize() function in mapping 235 uint32_t mapping::getBlockSize() { in getBlockSize() function in mapping 236 return mapping::getBlockSize(mapping::isSPMDMode()); in getBlockSize()
|
| H A D | Kernel.cpp | 103 mapping::getThreadIdInBlock() < mapping::getBlockSize(IsSPMD)) { in __kmpc_target_init()
|
| H A D | Parallelism.cpp | 52 uint32_t NumThreads = mapping::getBlockSize(); in determineNumberOfThreads()
|
| H A D | State.cpp | 199 ICVState.NThreadsVar = mapping::getBlockSize(IsSPMD); in init()
|
| /llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/include/ |
| H A D | Mapping.h | 86 uint32_t getBlockSize(); 87 uint32_t getBlockSize(bool IsSPMD);
|
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | ExplainOutputStyle.cpp | 94 return FileOffset / File.pdb().getBlockSize(); in pdbBlockIndex() 98 uint64_t BlockStart = pdbBlockIndex() * File.pdb().getBlockSize(); in pdbBlockOffset() 108 return ((pdbBlockIndex() - 1) % File.pdb().getBlockSize() == 0); in isPdbFpm1() 111 return ((pdbBlockIndex() - 2) % File.pdb().getBlockSize() == 0); in isPdbFpm2() 207 uint32_t FpmChunk = pdbBlockIndex() / File.pdb().getBlockSize(); in explainPdbFpmBlockOffset() 213 8 * (FpmChunk * File.pdb().getBlockSize() + pdbBlockOffset()); in explainPdbFpmBlockOffset() 253 getOffsetInStream(Layout.Blocks, FileOffset, File.pdb().getBlockSize()); in explainPdbStreamOffset() 281 getOffsetInStream(DirectoryBlocks, FileOffset, File.pdb().getBlockSize()); in explainPdbStreamDirectoryOffset()
|
| H A D | BytesOutputStyle.cpp | 213 Base *= File.getBlockSize(); in dumpBlockRanges() 215 auto ExpectedData = File.getBlockData(I, File.getBlockSize()); in dumpBlockRanges()
|
| H A D | YAMLOutputStyle.cpp | 89 Obj.Headers->SuperBlock.BlockSize = File.getBlockSize(); in dumpFileHeaders()
|
| H A D | DumpOutputStyle.cpp | 248 P.formatLine("Block Size: {0}", getPdb().getBlockSize()); in dumpFileSummary()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/MSF/ |
| H A D | MappedBlockStream.h | 72 uint32_t getBlockSize() const { return BlockSize; } in getBlockSize() function 142 uint32_t getBlockSize() const { return ReadInterface.getBlockSize(); } in getBlockSize() function
|
| H A D | IMSFFile.h | 24 virtual uint32_t getBlockSize() const = 0;
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | LinePrinter.cpp | 223 auto Runs = computeBlockRuns(File.getBlockSize(), Stream); in formatMsfStreamData() 236 uint64_t Base = FoundRun.Block * File.getBlockSize() + RunOffset; in formatMsfStreamData() 262 std::min(L, static_cast<uint64_t>(File.getBlockSize())); in formatMsfStreamBlocks() 264 cantFail(File.getBlockData(Blocks.front(), File.getBlockSize())); in formatMsfStreamBlocks() 266 BaseOffset *= File.getBlockSize(); in formatMsfStreamBlocks()
|
| H A D | PDBFile.cpp | 54 uint32_t PDBFile::getBlockSize() const { return ContainerLayout.SB->BlockSize; } in getBlockSize() function in PDBFile 106 uint64_t StreamBlockOffset = msf::blockToOffset(BlockIndex, getBlockSize()); in getBlockData()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/MSF/ |
| H A D | MappedBlockStream.cpp | 392 uint64_t BlockNum = Offset / getBlockSize(); in writeBytes() 393 uint64_t OffsetInBlock = Offset % getBlockSize(); in writeBytes() 400 std::min(BytesLeft, getBlockSize() - OffsetInBlock); in writeBytes() 404 uint64_t MsfOffset = blockToOffset(StreamBlockAddr, getBlockSize()); in writeBytes()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/GPU/IR/ |
| H A D | InferIntRangeInterfaceImpls.cpp | 92 KernelDim3 blockDims = getBlockSize(); in inferResultRanges()
|
| H A D | GPUDialect.cpp | 440 KernelDim3 LaunchOp::getBlockSize() { in getBlockSize() function in LaunchOp 513 printSizeAssignment(p, getBlockSize(), getBlockSizeOperandValues(), in print()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | PDBFile.h | 54 uint32_t getBlockSize() const override;
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/ |
| H A D | secondary_test.cpp | 45 EXPECT_GE(SecondaryT::getBlockSize(P), Size); in testSecondaryBasic()
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/MSF/ |
| H A D | MappedBlockStreamTest.cpp | 80 EXPECT_EQ(F.block_size(), S->getBlockSize()); in TEST()
|
| /llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/ |
| H A D | secondary.h | 437 static uptr getBlockSize(void *Ptr) { in getBlockSize() function
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/GPU/IR/ |
| H A D | GPUOps.td | 578 KernelDim3 getBlockSize();
|