Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorTransferOpTransforms.cpp268 MemRefType sourceType = source.getType().dyn_cast<MemRefType>(); in matchAndRewrite() local
311 MemRefType sourceType = source.getType().dyn_cast<MemRefType>(); in matchAndRewrite() local
423 MemRefType sourceType = source.getType().dyn_cast<MemRefType>(); in matchAndRewrite() local
481 MemRefType sourceType = source.getType().dyn_cast<MemRefType>(); in matchAndRewrite() local
/llvm-project-15.0.7/clang/tools/clang-format-vs/ClangFormat/
H A DClangFormatPackage.cs70 public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType) in CanConvertFrom()
111 public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType) in CanConvertFrom()
/llvm-project-15.0.7/mlir/lib/Dialect/MemRef/Transforms/
H A DResolveShapedTypeResultDims.cpp94 auto sourceType = dimValue.getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
/llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp46 auto sourceType = source.dyn_cast<RankedTensorType>(); in preservesStaticInformation() local
205 auto sourceType = in matchAndRewrite() local
1278 auto sourceType = op.getSource().getType().cast<ShapedType>(); in matchAndRewrite() local
1615 auto sourceType = ExtractSliceOp::inferCanonicalRankReducedResultType( in matchAndRewrite() local
1824 auto sourceType = getSource().getType().cast<RankedTensorType>(); in verify() local
1865 RankedTensorType PadOp::inferResultType(RankedTensorType sourceType, in inferResultType()
1898 auto sourceType = source.getType().cast<RankedTensorType>(); in build() local
1908 auto sourceType = source.getType().cast<RankedTensorType>(); in build() local
1920 auto sourceType = source.getType().cast<RankedTensorType>(); in build() local
2321 auto sourceType = in matchAndRewrite() local
/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/Transforms/
H A DBufferizableOpInterfaceImpl.cpp95 auto sourceType = source->getType().cast<BaseMemRefType>(); in bufferize() local
/llvm-project-15.0.7/mlir/lib/Dialect/Utils/
H A DReshapeOpsUtils.cpp19 mlir::getReassociationIndicesForReshape(ShapedType sourceType, in getReassociationIndicesForReshape()
/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DControlFlowInterfaces.cpp136 Type sourceType = std::get<0>(typesIdx.value()); in verifyTypesAlongAllEdges() local
/llvm-project-15.0.7/mlir/lib/Conversion/GPUToNVVM/
H A DWmmaOpsToNvvm.cpp224 NVVM::MMATypes sourceType = getElementType(aType); in matchAndRewrite() local
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-allocate.cpp565 const evaluate::DynamicType &sourceType{ in RunCoarrayRelatedChecks() local
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DDropUnitDims.cpp497 RankedTensorType sourceType = insertSliceOp.getSourceType(); in matchAndRewrite() local
H A DTransforms.cpp793 auto sourceType = padOp.getSourceType(); in matchAndRewrite() local
H A DVectorization.cpp692 auto sourceType = padOp.getSourceType(); in tryVectorizeCopy() local
/llvm-project-15.0.7/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp517 MemRefType sourceType = castOp.getSource().getType().dyn_cast<MemRefType>(); in canFoldIntoConsumerOp() local
865 MemRefType sourceType = getSourceType(); in getDroppedDims() local
2439 MemRefType sourceType, ArrayRef<OpFoldResult> mixedOffsets, in getCanonicalSubViewResultType()
2467 MemRefType currentResultType, MemRefType sourceType, in getCanonicalSubViewResultType()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/
H A DLinalgOps.cpp1771 auto sourceType = src.getType().cast<RankedTensorType>(); in populateMap() local
1813 auto sourceType = src.getType().cast<RankedTensorType>(); in createNewOperandWithStaticSizes() local
/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/IR/
H A DInferIntRangeInterfaceImpls.cpp525 Type sourceType = getOperand().getType(); in inferResultRanges() local
/llvm-project-15.0.7/mlir/lib/Conversion/VectorToSCF/
H A DVectorToSCF.cpp1032 auto sourceType = isTensorOp(xferOp) ? xferOp.getShapedType() : Type(); in matchAndRewrite() local
/llvm-project-15.0.7/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp769 auto sourceType = insertOp.getSourceType(); in matchAndRewrite() local
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp3952 Type sourceType = in verify() local
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp4534 auto sourceType = getMemRefType(); in verify() local