Home
last modified time | relevance | path

Searched defs:sourceType (Results 1 – 25 of 38) sorted by relevance

12

/llvm-project/mlir/lib/Dialect/Utils/
H A DReshapeOpsUtils.cpp20 mlir::getReassociationIndicesForReshape(ShapedType sourceType, in getReassociationIndicesForReshape() argument
373 RankedTensorType sourceType, in getCollapseShapeTrivialSegments() argument
386 RankedTensorType sourceType, in canCollapseShapeBeSimplifiedByRankReducingSlice() argument
399 RankedTensorType sourceType, in getSimplifyCollapseShapeWithRankReducingSliceInfo() argument
[all...]
/llvm-project/mlir/lib/Dialect/Index/IR/
H A DInferIntRangeInterfaceImpls.cpp195 Type sourceType, Type destType, in inferIndexCast()
213 Type sourceType = getOperand().getType(); in inferResultRanges() local
221 Type sourceType = getOperand().getType(); in inferResultRanges() local
/llvm-project/mlir/lib/Dialect/Tensor/Transforms/
H A DPackAndUnpackPatterns.cpp119 RankedTensorType sourceType = packOp.getSourceType(); matchAndRewrite() local
165 RankedTensorType sourceType = unpackOp.getSourceType(); isUnpackOnInnerMostDim() local
189 RankedTensorType sourceType = unpackOp.getSourceType(); matchAndRewrite() local
H A DExtractSliceFromReshapeUtils.cpp164 RankedTensorType sourceType = op.getSrcType(); in simplifyCollapseShapeWithRankReducingExtractSlice() local
/llvm-project/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs
/llvm-project/mlir/lib/Dialect/NVGPU/Utils/
H A DMMAUtils.cpp292 auto sourceType = dyn_cast<MemRefType>(op.getSource().getType()); in canLowerToWarpMatrixOperation() local
316 auto sourceType = dyn_cast<MemRefType>(op.getSource().getType()); in canLowerToWarpMatrixOperation() local
/llvm-project/mlir/lib/Dialect/MemRef/Transforms/
H A DExpandStridedMetadata.cpp65 auto sourceType = cast<MemRefType>(source.getType()); in resolveSubviewStridedMetadata() local
365 auto sourceType = cast<MemRefType>(source.getType()); in getExpandedStrides() local
470 auto sourceType = cast<MemRefType>(source.getType()); in getCollapsedSize() local
504 auto sourceType = cast<MemRefType>(source.getType()); in getCollapsedStride() local
580 auto sourceType = cast<MemRefType>(source.getType()); resolveReshapeStridedMetadata() local
[all...]
/llvm-project/mlir/lib/Dialect/Arith/IR/
H A DInferIntRangeInterfaceImpls.cpp240 Type sourceType = getOperand().getType(); inferResultRanges() local
259 Type sourceType = getOperand().getType(); inferResultRanges() local
/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransferOpTransforms.cpp368 MemRefType sourceType = dyn_cast<MemRefType>(source.getType()); matchAndRewrite() local
436 MemRefType sourceType = dyn_cast<MemRefType>(source.getType()); matchAndRewrite() local
590 MemRefType sourceType = dyn_cast<MemRefType>(source.getType()); matchAndRewrite() local
681 MemRefType sourceType = dyn_cast<MemRefType>(source.getType()); matchAndRewrite() local
[all...]
H A DLowerVectorInterleave.cpp168 VectorType sourceType = op.getSourceVectorType(); in matchAndRewrite() local
H A DLowerVectorGather.cpp135 auto sourceType = subview.getSource().getType(); in matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Arith/Transforms/
H A DBufferizableOpInterfaceImpl.cpp93 auto sourceType = cast<BaseMemRefType>(source->getType()); in bufferize() local
/llvm-project/mlir/lib/Dialect/ArmSVE/Transforms/
H A DLegalizeForLLVMExport.cpp102 VectorType sourceType = source.getType(); matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Tensor/Utils/
H A DUtils.cpp160 RankedTensorType sourceType = op.getSourceType(); isCastLikeExtractSliceOp() local
/llvm-project/mlir/lib/Dialect/GPU/Transforms/
H A DDecomposeMemrefs.cpp
/llvm-project/mlir/lib/Dialect/AMDGPU/IR/
H A DAMDGPUDialect.cpp258 Type sourceType = getSourceA().getType(); verify() local
/llvm-project/mlir/lib/Dialect/ArmSME/Transforms/
H A DVectorLegalization.cpp635 auto sourceType = transposeOp.getSourceVectorType(); matchAndRewrite() local
751 auto sourceType = shapeCastOp.getSourceVectorType(); matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Interfaces/
H A DControlFlowInterfaces.cpp132 Type sourceType = std::get<0>(typesIdx.value()); in verifyTypesAlongAllEdges() local
/llvm-project/mlir/lib/Conversion/ArithToAMDGPU/
H A DArithToAMDGPU.cpp137 Type sourceType = source.getType(); clampInput() local
/llvm-project/mlir/lib/Conversion/VectorToSPIRV/
H A DVectorToSPIRV.cpp594 VectorType sourceType = interleaveOp.getSourceVectorType(); matchAndRewrite() local
639 VectorType sourceType = deinterleaveOp.getSourceVectorType(); matchAndRewrite() local
/llvm-project/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp268 auto sourceType = llvm::dyn_cast<RankedTensorType>(source); preservesStaticInformation() local
431 auto sourceType = matchAndRewrite() local
1274 inferResultType(RankedTensorType sourceType,RankedTensorType indicesType,ArrayRef<int64_t> gatherDims,bool rankReduced) inferResultType() argument
2322 auto sourceType = llvm::cast<ShapedType>(op.getSource().getType()); matchAndRewrite() local
2652 auto sourceType = ExtractSliceOp::inferCanonicalRankReducedResultType( matchAndRewrite() local
2891 auto sourceType = llvm::cast<RankedTensorType>(getSource().getType()); verify() local
2940 inferResultType(RankedTensorType sourceType,ArrayRef<int64_t> staticLow,ArrayRef<int64_t> staticHigh,ArrayRef<int64_t> resultShape) inferResultType() argument
2974 auto sourceType = llvm::cast<RankedTensorType>(source.getType()); build() local
2986 auto sourceType = llvm::cast<RankedTensorType>(source.getType()); build() local
2997 auto sourceType = llvm::cast<RankedTensorType>(source.getType()); build() local
4032 inferPackedType(RankedTensorType sourceType,ArrayRef<int64_t> innerTileSizes,ArrayRef<int64_t> innerDimsPos,ArrayRef<int64_t> outerDimsPerm) inferPackedType() argument
[all...]
/llvm-project/mlir/lib/Conversion/GPUToNVVM/
H A DWmmaOpsToNvvm.cpp240 NVVM::MMATypes sourceType = getElementType(aType); in matchAndRewrite() local
/llvm-project/mlir/lib/Conversion/VectorToArmSME/
H A DVectorToArmSME.cpp518 VectorType sourceType = extractOp.getSourceVectorType(); in matchAndRewrite() local
/llvm-project/flang/lib/Semantics/
H A Dcheck-allocate.cpp658 const evaluate::DynamicType &sourceType{ RunCoarrayRelatedChecks() local
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DMemoryOps.cpp576 Type sourceType = verify() local

12