Searched refs:int64Ty (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/mlir/lib/Conversion/LinalgToLLVM/ |
D | LinalgToLLVM.cpp | 87 auto int64Ty = converter.convertType(IntegerType::get(64, context)) in convertRangeType() local 89 return LLVMType::getStructTy(int64Ty, int64Ty, int64Ty); in convertRangeType() 217 auto int64Ty = typeConverter->convertType(rewriter.getIntegerType(64)) in matchAndRewrite() local 238 min = llvm_extractvalue(int64Ty, indexing, pos(0)); in matchAndRewrite() 254 int64Ty, rewriter.getIntegerAttr(rewriter.getIndexType(), 0)); in matchAndRewrite() 263 Value min = llvm_extractvalue(int64Ty, rangeDescriptor, pos(0)); in matchAndRewrite() 264 Value max = llvm_extractvalue(int64Ty, rangeDescriptor, pos(1)); in matchAndRewrite() 265 Value step = llvm_extractvalue(int64Ty, rangeDescriptor, pos(2)); in matchAndRewrite()
|
/external/llvm-project/mlir/lib/Conversion/GPUCommon/ |
D | GPUOpsLowering.h | 120 auto int64Ty = LLVM::LLVMType::getInt64Ty(rewriter.getContext()); in matchAndRewrite() local 134 gpuFuncOp.getLoc(), int64Ty, in matchAndRewrite()
|
/external/llvm-project/mlir/lib/IR/ |
D | MLIRContext.cpp | 307 IntegerType int1Ty, int8Ty, int16Ty, int32Ty, int64Ty, int128Ty; member in mlir::MLIRContextImpl 363 impl->int64Ty = in MLIRContext() 767 return context->getImpl().int64Ty; in getCachedIntegerType()
|
/external/llvm-project/mlir/lib/Conversion/VectorToLLVM/ |
D | ConvertVectorToLLVM.cpp | 1166 auto int64Ty = LLVM::LLVMType::getInt64Ty(rewriter.getContext()); in matchAndRewrite() local 1182 auto zero = rewriter.create<LLVM::ConstantOp>(loc, int64Ty, attr); in matchAndRewrite() 1190 auto size = rewriter.create<LLVM::ConstantOp>(loc, int64Ty, sizeAttr); in matchAndRewrite() 1194 auto stride = rewriter.create<LLVM::ConstantOp>(loc, int64Ty, strideAttr); in matchAndRewrite()
|
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/ |
D | StandardToLLVM.cpp | 4061 auto int64Ty = LLVM::LLVMType::getInt64Ty(builder.getContext()); in promoteOneMemRefDescriptor() local 4066 Value one = builder.create<LLVM::ConstantOp>(loc, int64Ty, in promoteOneMemRefDescriptor()
|