Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/
H A DLowerABIAttributesPass.cpp140 FailureOr<spirv::ExecutionModel> executionModel = lowerEntryPointABIAttr() local
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVCallLowering.cpp421 auto executionModel = getExecutionModel(STI, F); lowerFormalArguments() local
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp795 spirv::ExecutionModel executionModel, in build() argument