Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/SPIRVToLLVM/
H A DConvertLaunchFuncToLLVMCalls.cpp232 spirv::GlobalVariableOp spirvGlobal = globalVariableMap[operand.index()]; in matchAndRewrite() local
234 spirvGlobal.type().cast<spirv::PointerType>().getPointeeType(); in matchAndRewrite()
239 createGlobalVariableWithBindName(spirvGlobal, spvModuleName); in matchAndRewrite()