Searched refs:createGlobalString (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/ |
| H A D | LLVMDialect.h | 89 Value createGlobalString(Location loc, OpBuilder &builder, StringRef name,
|
| /llvm-project-15.0.7/mlir/lib/Conversion/GPUToVulkan/ |
| H A D | ConvertLaunchFuncToVulkanCalls.cpp | 364 return LLVM::createGlobalString(loc, builder, entryPointGlobalName, in createEntryPointNameConstant() 381 Value ptrToSPIRVBinary = LLVM::createGlobalString( in translateVulkanLaunchCall()
|
| /llvm-project-15.0.7/clang/lib/AST/Interp/ |
| H A D | Program.h | 51 unsigned createGlobalString(const StringLiteral *S);
|
| H A D | Program.cpp | 36 unsigned Program::createGlobalString(const StringLiteral *S) { in createGlobalString() function in Program
|
| /llvm-project-15.0.7/mlir/lib/Conversion/GPUCommon/ |
| H A D | GPUToLLVMConversion.cpp | 693 return LLVM::createGlobalString( in generateKernelNameConstant() 751 LLVM::createGlobalString(loc, rewriter, nameBuffer.str(), in matchAndRewrite()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/ |
| H A D | LLVMDialect.cpp | 2917 Value mlir::LLVM::createGlobalString(Location loc, OpBuilder &builder, in createGlobalString() function in mlir::LLVM
|