Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/SPIRVToLLVM/
H A DConvertLaunchFuncToLLVMCalls.cpp213 auto memRefType = launchOp.getKernelOperand(operand.index()) in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/GPU/IR/
H A DGPUDialect.cpp262 if (launchOp.getKernelOperand(i).getType() != functionType.getInput(i)) { in verifyOperationAttribute()
723 Value LaunchFuncOp::getKernelOperand(unsigned i) { return operands()[i]; } in getKernelOperand() function in LaunchFuncOp
/llvm-project-15.0.7/mlir/include/mlir/Dialect/GPU/IR/
H A DGPUOps.td446 Value getKernelOperand(unsigned i);