Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/GPUCommon/
H A DGPUOpsLowering.cpp206 SmallString<16> stringConstName; in matchAndRewrite() local
208 stringConstName.clear(); in matchAndRewrite()
209 (formatStringPrefix + Twine(stringNumber++)).toStringRef(stringConstName); in matchAndRewrite()
210 } while (moduleOp.lookupSymbol(stringConstName)); in matchAndRewrite()
223 /*isConstant=*/true, LLVM::Linkage::Internal, stringConstName, in matchAndRewrite()
306 SmallString<16> stringConstName; in matchAndRewrite() local
308 stringConstName.clear(); in matchAndRewrite()
309 (formatStringPrefix + Twine(stringNumber++)).toStringRef(stringConstName); in matchAndRewrite()
310 } while (moduleOp.lookupSymbol(stringConstName)); in matchAndRewrite()
322 /*isConstant=*/true, LLVM::Linkage::Internal, stringConstName, in matchAndRewrite()