Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
DConvertSPIRVToLLVM.cpp689 IntegerAttr executionModeAttr = op.execution_modeAttr(); in matchAndRewrite() local
691 rewriter.create<LLVM::ConstantOp>(loc, llvmI32Type, executionModeAttr); in matchAndRewrite()