Searched defs:dimTy (Results 1 – 2 of 2) sorted by relevance
/llvm-project/mlir/lib/Conversion/GPUToLLVMSPV/ |
H A D | GPUToLLVMSPV.cpp | 133 Type dimTy = rewriter.getI32Type(); matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/GPU/IR/ |
H A D | GPUDialect.cpp | 1242 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
|