Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/SPIRVToLLVM/
H A DSPIRVToLLVM.cpp646 IntegerAttr executionModeAttr = op.execution_modeAttr(); in matchAndRewrite() local
654 op.fn().str(), executionModeAttr.getValue()); in matchAndRewrite()
688 rewriter.create<LLVM::ConstantOp>(loc, llvmI32Type, executionModeAttr); in matchAndRewrite()