Home
last modified time | relevance | path

Searched refs:MapBlock (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_dense_alloc.h125 Block *MapBlock(IndexT idx) { return reinterpret_cast<Block *>(Map(idx)); } in MapBlock() function
139 Block *ptr = MapBlock(idx); in Refill()
146 idx = MapBlock(idx)->batch; in Refill()
155 Block *ptr = MapBlock(idx); in Drain()
160 Block *head = MapBlock(head_idx); in Drain()
/llvm-project/mlir/lib/Dialect/GPU/Transforms/
H A DParallelLoopMapper.cpp54 enum MappingLevel { MapGrid = 0, MapBlock = 1, Sequential = 2 }; enumerator
91 case MapBlock: in getHardwareIdForMapping()