Home
last modified time | relevance | path

Searched refs:getMappingAttrName (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/GPU/Transforms/
DParallelLoopMapper.cpp31 StringRef getMappingAttrName() { return "mapping"; } in getMappingAttrName() function
55 ploopOp.setAttr(getMappingAttrName(), in setMappingAttr()
125 if (parallelOp.getAttr(getMappingAttrName()) || in mapParallelOp()
/external/llvm-project/mlir/include/mlir/Dialect/GPU/
DParallelLoopMapper.h42 StringRef getMappingAttrName();
/external/llvm-project/mlir/lib/Conversion/SCFToGPU/
DSCFToGPU.cpp384 parallelOp->getAttrOfType<ArrayAttr>(gpu::getMappingAttrName()); in processParallelLoop()
524 if (namedAttr.first == gpu::getMappingAttrName() || in processParallelLoop()
651 return !parallelOp.getAttr(gpu::getMappingAttrName()); in configureParallelLoopToGPULegality()