Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp3237 if (auto entryPointOp = dyn_cast<spirv::EntryPointOp>(op)) { in verifyRegions() local
3238 auto funcOp = table.lookup<spirv::FuncOp>(entryPointOp.fn()); in verifyRegions()
3240 return entryPointOp.emitError("function '") in verifyRegions()
3241 << entryPointOp.fn() << "' not found in 'spv.module'"; in verifyRegions()
3243 if (auto interface = entryPointOp.interface()) { in verifyRegions()
3247 return entryPointOp.emitError( in verifyRegions()
3255 return entryPointOp.emitError("expected spv.GlobalVariable " in verifyRegions()
3263 funcOp, entryPointOp.execution_model()); in verifyRegions()
3266 return entryPointOp.emitError("duplicate of a previous EntryPointOp"); in verifyRegions()
3268 entryPoints[key] = entryPointOp; in verifyRegions()
/llvm-project-15.0.7/mlir/test/Dialect/SPIRV/Linking/ModuleCombiner/
H A Dconflict-resolution.mlir158 // Test properly updating entryPointOp and executionModeOp attached to renamed