Home
last modified time | relevance | path

Searched defs:targetType (Results 1 – 24 of 24) sorted by relevance

/llvm-project/mlir/lib/Dialect/Arith/Transforms/
H A DEmulateUnsupportedFloats.cpp107 populateEmulateUnsupportedFloatsConversions(TypeConverter & converter,ArrayRef<Type> sourceTypes,Type targetType) populateEmulateUnsupportedFloatsConversions() argument
152 Type targetType; runOnOperation() local
H A DBufferizableOpInterfaceImpl.cpp162 auto targetType = in bufferize() local
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorUnroll.cpp159 auto targetType = in matchAndRewrite() local
321 auto targetType = VectorType::get(dstShape, dstVecType.getElementType()); in matchAndRewrite() local
396 auto targetType = VectorType::get( in matchAndRewrite() local
589 auto targetType = in matchAndRewrite() local
H A DVectorDistribute.cpp410 cloneWriteOp(RewriterBase & rewriter,WarpExecuteOnLane0Op warpOp,vector::TransferWriteOp writeOp,VectorType targetType,VectorType maybeMaskType) cloneWriteOp() argument
465 VectorType targetType = getDistributedType() local
510 VectorType targetType = tryDistributeOp() local
695 Type targetType; matchAndRewrite() local
[all...]
H A DVectorTransforms.cpp1290 auto targetType = readOp.getVectorType(); matchAndRewrite() local
1384 auto targetType = writeOp.getVectorType(); matchAndRewrite() local
[all...]
/llvm-project/flang/runtime/
H A Dfindloc.cpp222 auto targetType{target.type().GetCategoryAndKind()}; RTDEF() local
312 auto targetType{target.type().GetCategoryAndKind()}; RTDEF() local
[all...]
/llvm-project/mlir/lib/Dialect/Arith/Utils/
H A DUtils.cpp121 Type targetType, Value value) { in getValueOrCreateCastToIndexLike() argument
188 ComplexType targetType, in convertScalarToComplexDtype() argument
[all...]
/llvm-project/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaFolders.cpp43 TargetType targetType) { in applyElementWise()
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DDropUnitDims.cpp303 auto targetType = MemRefType::get(targetShape, memrefType.getElementType(), collapseValue() local
322 auto targetType = collapseValue() local
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMMemorySlot.cpp152 static bool areConversionCompatible(const DataLayout &layout, Type targetType, in areConversionCompatible() argument
202 Value val, Type targetType) { in castIntValueToSameSizedType() argument
217 castSameSizedTypes(OpBuilder & builder,Location loc,Value srcValue,Type targetType,const DataLayout & dataLayout) castSameSizedTypes() argument
246 createExtractAndCast(OpBuilder & builder,Location loc,Value srcValue,Type targetType,const DataLayout & dataLayout) createExtractAndCast() argument
[all...]
/llvm-project/flang/lib/Lower/
H A DCustomIntrinsicCall.cpp284 mlir::Type targetType = fir::unwrapRefType(targetBase.getType()); in lowerAssociated() local
/llvm-project/mlir/lib/Conversion/MemRefToLLVM/
H A DMemRefToLLVM.cpp1209 *getTypeConverter()->getMemRefAddressSpace(targetType); in convertSourceMemRefToDescriptor() local
800 auto targetType = cast<BaseMemRefType>(op.getTarget().getType()); lowerToMemCopyFunctionCall() local
863 auto targetType = cast<BaseMemRefType>(op.getTarget().getType()); matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Utils/
H A DReshapeOpsUtils.cpp21 ShapedType targetType) { in getReassociationIndicesForReshape() argument
/llvm-project/mlir/lib/Conversion/ArithToLLVM/
H A DArithToLLVM.cpp259 Type targetType = this->typeConverter->convertType(resultType); matchAndRewrite() local
/llvm-project/flang/lib/Optimizer/Builder/
H A DHLFIRTools.cpp995 placeTrivialInMemory(mlir::Location loc,fir::FirOpBuilder & builder,mlir::Value val,mlir::Type targetType) placeTrivialInMemory() argument
1006 convertToBox(mlir::Location loc,fir::FirOpBuilder & builder,hlfir::Entity entity,mlir::Type targetType) convertToBox() argument
1026 convertToAddress(mlir::Location loc,fir::FirOpBuilder & builder,hlfir::Entity entity,mlir::Type targetType) convertToAddress() argument
H A DPPCIntrinsicCall.cpp2796 mlir::Type targetType{intrFuncType.getInput(j)}; in genMmaIntr() local
/llvm-project/mlir/lib/Dialect/SCF/Transforms/
H A DBufferizableOpInterfaceImpl.cpp748 auto targetType = bufferization::getBufferType(result, options); bufferize() local
965 auto targetType = bufferization::getBufferType(beforeArg, options); bufferize() local
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DMemoryOps.cpp573 Type targetType = verify() local
/llvm-project/mlir/lib/Dialect/Linalg/TransformOps/
H A DLinalgTransformOps.cpp1311 printMultitileSizesTypes(OpAsmPrinter & printer,Operation * op,Type targetType,Type lowSizeType,Type,Type) printMultitileSizesTypes() argument
1317 parseMultitileSizesTypes(OpAsmParser & parser,Type & targetType,Type & lowSizeType,Type & highSizeType,Type & splitPointType) parseMultitileSizesTypes() argument
2469 Type targetType; parse() local
2794 printContinuousTileSizeTypes(OpAsmPrinter & printer,Operation * op,Type targetType,Type tile_sizes,Type) printContinuousTileSizeTypes() argument
2800 parseContinuousTileSizeTypes(OpAsmParser & parser,Type & targetType,Type & tileSizesType,Type & chunkSizesType) parseContinuousTileSizeTypes() argument
[all...]
/llvm-project/flang/lib/Semantics/
H A Dcheck-call.cpp1490 if (const auto targetType{targetArg->GetType()}) { CheckAssociated() local
/llvm-project/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp269 auto targetType = llvm::dyn_cast<RankedTensorType>(target); preservesStaticInformation() local
2476 createCanonicalRankReducingExtractSliceOp(OpBuilder & b,Location loc,Value tensor,RankedTensorType targetType) createCanonicalRankReducingExtractSliceOp() argument
/llvm-project/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp3085 auto targetType = createCanonicalRankReducingSubViewOp() local
/llvm-project/flang/lib/Lower/OpenMP/
H A DOpenMP.cpp2683 mlir::omp::DeclareTargetDeviceType targetType = isOpenMPDeviceDeclareTarget() local
/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp2131 auto targetType = dyn_cast<VectorType>(extractOp.getResult().getType()); foldExtractFromShapeCastToShapeCast() local