Searched refs:llvmI32Type (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/ |
D | ConvertSPIRVToLLVM.cpp | 144 auto llvmI32Type = typeConverter.convertType(rewriter.getIntegerType(32)); in broadcast() local 148 loc, llvmI32Type, rewriter.getI32IntegerAttr(i)); in broadcast() 668 auto llvmI32Type = LLVM::LLVMType::getInt32Ty(context); in matchAndRewrite() local 670 fields.push_back(llvmI32Type); in matchAndRewrite() 673 auto arrayType = LLVM::LLVMType::getArrayTy(llvmI32Type, values.size()); in matchAndRewrite() 691 rewriter.create<LLVM::ConstantOp>(loc, llvmI32Type, executionModeAttr); in matchAndRewrite() 700 Value entry = rewriter.create<LLVM::ConstantOp>(loc, llvmI32Type, attr); in matchAndRewrite()
|
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/ |
D | StandardToLLVM.cpp | 3093 auto llvmI32Type = typeConverter->convertType(rewriter.getIntegerType(32)); in matchAndRewrite() local 3095 loc, llvmI32Type, rewriter.getI32IntegerAttr(prefetchOp.isWrite())); in matchAndRewrite() 3097 loc, llvmI32Type, in matchAndRewrite() 3100 loc, llvmI32Type, rewriter.getI32IntegerAttr(prefetchOp.isDataCache())); in matchAndRewrite()
|