Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Transforms/
H A DLowerABIAttributesPass.cpp128 FailureOr<spirv::ExecutionModel> executionModel = in lowerEntryPointABIAttr() local
130 if (failed(executionModel)) in lowerEntryPointABIAttr()
134 builder.create<spirv::EntryPointOp>(funcOp.getLoc(), executionModel.value(), in lowerEntryPointABIAttr()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVStructureOps.td199 OpBuilder<(ins "spirv::ExecutionModel":$executionModel,
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp2063 spirv::ExecutionModel executionModel, in build() argument
2067 spirv::ExecutionModelAttr::get(builder.getContext(), executionModel), in build()