Home
last modified time | relevance | path

Searched defs:dstType (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project/mlir/lib/Conversion/ArithToSPIRV/
H A DArithToSPIRV.cpp54 static IntegerAttr convertIntegerAttr(IntegerAttr srcAttr, IntegerType dstType, in convertIntegerAttr() argument
81 convertFloatAttr(FloatAttr srcAttr,FloatType dstType,Builder builder) convertFloatAttr() argument
180 Type dstType = converter->convertType(op.getType()); matchAndRewrite() local
238 Type dstType = getTypeConverter()->convertType(srcType); matchAndRewrite() local
357 Type dstType = getTypeConverter()->convertType(srcType); matchAndRewrite() local
486 Type dstType = this->getTypeConverter()->convertType(op.getType()); matchAndRewrite() local
517 Type dstType = getTypeConverter()->convertType(op.getType()); matchAndRewrite() local
541 Type dstType = getTypeConverter()->convertType(op.getType()); matchAndRewrite() local
567 Type dstType = getTypeConverter()->convertType(op.getType()); matchAndRewrite() local
597 Type dstType = getTypeConverter()->convertType(op.getType()); matchAndRewrite() local
637 Type dstType = getTypeConverter()->convertType(op.getType()); matchAndRewrite() local
688 Type dstType = getTypeConverter()->convertType(op.getType()); matchAndRewrite() local
713 Type dstType = getTypeConverter()->convertType(op.getType()); matchAndRewrite() local
749 Type dstType = getTypeConverter()->convertType(op.getType()); matchAndRewrite() local
780 Type dstType = getTypeConverter()->convertType(op.getType()); matchAndRewrite() local
820 Type dstType = this->getTypeConverter()->convertType(op.getType()); matchAndRewrite() local
863 Type dstType = getTypeConverter()->convertType(srcType); matchAndRewrite() local
914 Type dstType = getTypeConverter()->convertType(srcType); matchAndRewrite() local
1143 Type dstType = converter->convertType(op.getType()); matchAndRewrite() local
1196 Type dstType = converter->convertType(op.getType()); matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
H A DSPIRVToLLVM.cpp102 loc, dstType, in createConstantAllBitsSet() argument
194 return optionallyTruncateOrExtend(loc, broadcasted, dstType, rewriter); in processCountOrOffset() argument
115 createFPConstant(Location loc,Type srcType,Type dstType,PatternRewriter & rewriter,double value) createFPConstant() argument
240 auto dstType = typeConverter.convertType(loadOp.getType()); replaceWithLoadOrStore() local
357 auto dstType = typeConverter.convertType(op.getComponentPtr().getType()); matchAndRewrite() local
387 auto dstType = typeConverter.convertType(op.getPointer().getType()); matchAndRewrite() local
405 auto dstType = typeConverter.convertType(srcType); matchAndRewrite() local
452 auto dstType = typeConverter.convertType(srcType); matchAndRewrite() local
493 auto dstType = typeConverter.convertType(srcType); matchAndRewrite() local
546 auto dstType = typeConverter.convertType(srcType); matchAndRewrite() local
622 auto dstType = this->typeConverter.convertType(op.getType()); matchAndRewrite() local
654 auto dstType = this->typeConverter.convertType(op.getType()); matchAndRewrite() local
685 auto dstType = this->typeConverter.convertType(op.getType()); matchAndRewrite() local
791 auto dstType = typeConverter.convertType(srcType.getPointeeType()); matchAndRewrite() local
852 auto dstType = this->typeConverter.convertType(toType); matchAndRewrite() local
885 auto dstType = typeConverter.convertType(callOp.getType(0)); matchAndRewrite() local
904 auto dstType = this->typeConverter.convertType(op.getType()); matchAndRewrite() local
924 auto dstType = this->typeConverter.convertType(op.getType()); matchAndRewrite() local
943 auto dstType = typeConverter.convertType(srcType); matchAndRewrite() local
1001 auto dstType = this->typeConverter.convertType(srcType); matchAndRewrite() local
1232 auto dstType = this->typeConverter.convertType(op.getType()); matchAndRewrite() local
1283 auto dstType = typeConverter.convertType(tanOp.getType()); matchAndRewrite() local
1309 auto dstType = typeConverter.convertType(srcType); matchAndRewrite() local
1343 auto dstType = typeConverter.convertType(srcType); matchAndRewrite() local
1380 auto dstType = typeConverter.convertType(bitcastOp.getType()); matchAndRewrite() local
1510 auto dstType = typeConverter.convertType(op.getType()); matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Conversion/SPIRVCommon/
H A DPattern.h30 Type dstType = this->getTypeConverter()->convertType(op.getType()); in matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorInsertExtractStridedSliceRewritePatterns.cpp64 auto dstType = op.getDestVectorType(); matchAndRewrite() local
120 auto dstType = op.getDestVectorType(); matchAndRewrite() local
206 auto dstType = op.getType(); matchAndRewrite() local
296 auto dstType = op.getType(); matchAndRewrite() local
[all...]
H A DLowerVectorMask.cpp55 auto dstType = cast<VectorType>(op.getResult().getType()); in matchAndRewrite() local
107 auto dstType = op.getType(); in matchAndRewrite() local
[all...]
H A DLowerVectorBroadcast.cpp50 VectorType dstType = op.getResultVectorType(); in matchAndRewrite() local
[all...]
H A DVectorLinearize.cpp268 VectorType dstType = in matchAndRewrite() local
153 VectorType dstType = matchAndRewrite() local
H A DVectorEmulateNarrowType.cpp759 alignedConversionPrecondition(PatternRewriter & rewriter,VectorType srcType,VectorType dstType,Operation * op) alignedConversionPrecondition() argument
H A DLowerVectorContract.cpp749 VectorType dstType = cast<VectorType>(op.getResultType()); in matchAndRewriteMaskableOp() local
H A DVectorTransforms.cpp1147 auto dstType = op.getType(); matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/VectorToSPIRV/
H A DVectorToSPIRV.cpp102 if (getNumBits(dstType) != getNumBits(srcType)) { in matchAndRewrite() local
78 Type dstType = getTypeConverter()->convertType(shapeCastOp.getType()); matchAndRewrite() local
163 Type dstType = getTypeConverter()->convertType(extractOp.getType()); matchAndRewrite() local
186 Type dstType = getTypeConverter()->convertType(extractOp.getType()); matchAndRewrite() local
223 Type dstType = getTypeConverter()->convertType(fmaOp.getType()); matchAndRewrite() local
501 Type dstType = getTypeConverter()->convertType(op.getType()); matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Conversion/MemRefToSPIRV/
H A DMemRefToSPIRV.cpp87 static Value castBoolToIntN(Location loc, Value srcBool, Type dstType, in castBoolToIntN() argument
102 IntegerType dstType = cast<IntegerType>(mask.getType()); in shiftValue() local
299 Type dstType in matchAndRewrite() local
538 Type dstType; matchAndRewrite() local
684 IntegerType dstType; matchAndRewrite() local
891 auto dstType = converter->convertType<spirv::PointerType>(op.getType()); matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Conversion/ArithToEmitC/
H A DArithToEmitC.cpp492 Type dstType = getTypeConverter()->convertType(selectOp.getType()); matchAndRewrite() local
524 Type dstType = this->getTypeConverter()->convertType(castOp.getType()); matchAndRewrite() local
571 Type dstType = this->getTypeConverter()->convertType(castOp.getType()); matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DNVVMDialect.cpp646 Type dstType = LLVM::LLVMStructType::getLiteral( verify() local
699 Type dstType = LLVM::LLVMStructType::getLiteral( verify() local
720 Type dstType = LLVM::LLVMStructType::getLiteral( verify() local
/llvm-project/mlir/lib/Dialect/Arith/IR/
H A DArithOps.cpp1308 llvm::cast<ValType>(dstType).getWidth()) in checkWidthChangeCast() local
1277 Type dstType = getElementTypeOrSelf(op.getType()); verifyExtOp() local
1291 Type dstType = getElementTypeOrSelf(op.getType()); verifyTruncateOp() local
1440 Type dstType = getElementTypeOrSelf(getType()); fold() local
1547 auto dstType = getTypeIfLike<To>(outputs.back()); checkIntFloatCast() local
1649 auto dstType = getTypeIfLikeOrMemRef<IntegerType, IndexType>(outputs.front()); areIndexCastCompatible() local
1717 auto dstType = areCastCompatible() local
[all...]
/llvm-project/mlir/lib/Conversion/IndexToSPIRV/
H A DIndexToSPIRV.cpp251 Type dstType = op.getType(); in matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/MathToSPIRV/
H A DMathToSPIRV.cpp304 Type dstType = getTypeConverter()->convertType(powfOp.getType()); matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/TosaToTensor/
H A DTosaToTensor.cpp152 createReassociationMapForCollapse(OpBuilder &builder, Type srcType, Type dstType) { in createReassociationMapForCollapse() argument
/llvm-project/mlir/lib/Dialect/MemRef/Transforms/
H A DEmulateNarrowType.cpp102 return builder.create<arith::IndexCastOp>(loc, dstType, bitOffset); in getOffsetForBitwidth() local
/llvm-project/mlir/lib/Conversion/MemRefToLLVM/
H A DMemRefToLLVM.cpp674 Type dstType = memRefCastOp.getType(); match() local
699 auto dstType = memRefCastOp.getType(); rewrite() local
[all...]
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DVectorization.cpp554 broadcastIfNeeded(OpBuilder & b,Value value,Type dstType) broadcastIfNeeded() argument
2096 auto dstType = cast<MemRefType>(copyOp.getTarget().getType()); vectorizeCopy() local
3114 const Type dstType = promote() local
[all...]
/llvm-project/mlir/lib/Dialect/GPU/IR/
H A DGPUDialect.cpp1881 auto dstType = getDst().getType(); verify() local
1961 auto dstType = getDstMemref().getType(); verify() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/
H A DSparseTensorRewriting.cpp470 Type dstType = op.getDest().getType(); in matchAndRewrite() local
H A DSparseTensorCodegen.cpp966 const SparseTensorType dstType(desc.getRankedTensorType()); matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp1472 auto dstType = op.getType(); matchAndRewrite() local

12