Home
last modified time | relevance | path

Searched refs:mapLoopToProcessorIds (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/mlir/test/lib/Transforms/
DTestLoopMapping.cpp48 mapLoopToProcessorIds(op, processorIds, numProcessors); in runOnFunction()
/external/llvm-project/mlir/test/Dialect/GPU/
Dpromotion.mlir22 // loops here since their bounds are produced by mapLoopToProcessorIds,
38 // loops here since their bounds are produced by mapLoopToProcessorIds,
/external/llvm-project/mlir/lib/Dialect/GPU/Transforms/
DMemoryPromotion.cpp95 mapLoopToProcessorIds(loop, {threadIds[en.index()]}, in insertCopyLoops()
/external/llvm-project/mlir/include/mlir/Transforms/
DLoopUtils.h281 void mapLoopToProcessorIds(scf::ForOp forOp, ArrayRef<Value> processorId,
/external/llvm-project/mlir/lib/Dialect/Linalg/Utils/
DUtils.cpp150 mapLoopToProcessorIds(std::get<0>(it), std::get<1>(it).procId, in doit()
/external/llvm-project/mlir/lib/Transforms/Utils/
DLoopUtils.cpp2111 void mlir::mapLoopToProcessorIds(scf::ForOp forOp, ArrayRef<Value> processorId, in mapLoopToProcessorIds() function in mlir