Home
last modified time | relevance | path

Searched defs:dimTy (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Conversion/GPUToLLVMSPV/
H A DGPUToLLVMSPV.cpp133 Type dimTy = rewriter.getI32Type(); matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/GPU/IR/
H A DGPUDialect.cpp1242 parseLaunchDimType(OpAsmParser & parser,Type & dimTy,std::optional<OpAsmParser::UnresolvedOperand> clusterValue,Type & clusterXTy,Type & clusterYTy,Type & clusterZTy) parseLaunchDimType() argument
1257 printLaunchDimType(OpAsmPrinter & printer,Operation * op,Type dimTy,Value clusterValue,Type clusterXTy,Type clusterYTy,Type clusterZTy) printLaunchDimType() argument