Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/LLVMIR/
H A DLLVMDialect.h89 Value createGlobalString(Location loc, OpBuilder &builder, StringRef name,
/llvm-project-15.0.7/mlir/lib/Conversion/GPUToVulkan/
H A DConvertLaunchFuncToVulkanCalls.cpp364 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 DProgram.h51 unsigned createGlobalString(const StringLiteral *S);
H A DProgram.cpp36 unsigned Program::createGlobalString(const StringLiteral *S) { in createGlobalString() function in Program
/llvm-project-15.0.7/mlir/lib/Conversion/GPUCommon/
H A DGPUToLLVMConversion.cpp693 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 DLLVMDialect.cpp2917 Value mlir::LLVM::createGlobalString(Location loc, OpBuilder &builder, in createGlobalString() function in mlir::LLVM