/llvm-project/mlir/test/lib/Dialect/Linalg/ |
H A D | TestLinalgElementwiseFusion.cpp | 39 Operation *producer = fusedOperand->get().getDefiningOp(); in setFusedOpOperandLimit() local 190 Operation *producer in runOnOperation() local 234 Operation *producer = fusedOperand->get().getDefiningOp(); runOnOperation() local [all...] |
/llvm-project/mlir/lib/Dialect/Tensor/Transforms/ |
H A D | SwapExtractSliceWithProducerPatterns.cpp | 24 OpBuilder &builder, tensor::ExtractSliceOp sliceOp, OpResult producer) { in replaceExtractSliceWithTiledProducer()
|
/llvm-project/mlir/test/lib/IR/ |
H A D | TestPrintDefUse.cpp | 31 if (Operation *producer = operand.getDefiningOp()) { in runOnOperation() local
|
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
H A D | Fusion.cpp | 106 static SmallVector<Value> getTiledOperands(LinalgOp producer) { in getTiledOperands() 113 static LinalgOp fuse(OpBuilder &b, LinalgOp producer, in fuse()
|
H A D | ElementwiseOpFusion.cpp | 60 "expected producer resul in getIndexingMapOfProducerOperandsInCoordinatesOfFusedOp() local 76 getPreservedProducerResults(GenericOp producer,GenericOp consumer) getPreservedProducerResults() argument 97 auto producer = fusedOperand->get().getDefiningOp<GenericOp>(); areElementwiseOpsFusable() local 175 auto producer = cast<GenericOp>(fusedOperand->get().getDefiningOp()); generateFusedElementwiseOpRegion() local 298 auto producer = cast<GenericOp>(producerResult.getOwner()); fuseElementwiseOps() local 433 Operation *producer = opOperand.get().getDefiningOp(); matchAndRewrite() local 1042 auto producer = dyn_cast<LinalgOp>(producerResult.getOwner()); matchAndRewrite() local 2140 Operation *producer = fusedOperand->get().getDefiningOp(); runOnOperation() local [all...] |
/llvm-project/mlir/lib/Dialect/Affine/Utils/ |
H A D | ViewLikeInterfaceUtils.cpp | 63 OpBuilder &builder, Location loc, OffsetSizeAndStrideOpInterface producer, in mergeOffsetsSizesAndStrides()
|
/llvm-project/flang/lib/Optimizer/Transforms/ |
H A D | AddDebugInfo.cpp | 214 mlir::StringAttr producer = runOnOperation() local
|
/llvm-project/mlir/lib/Dialect/Tensor/TransformOps/ |
H A D | TensorTransformOps.cpp | 131 Operation *producer = fusedOperand->get().getDefiningOp(); in populatePatterns() local
|
/llvm-project/mlir/lib/Bytecode/Writer/ |
H A D | BytecodeWriter.cpp | 49 /// The producer of the bytecode. member 61 BytecodeWriterConfig(StringRef producer) BytecodeWriterConfig() argument 64 BytecodeWriterConfig(FallbackAsmResourceMap & map,StringRef producer) BytecodeWriterConfig() argument [all...] |
/llvm-project/mlir/test/lib/Interfaces/TilingInterface/ |
H A D | TestTilingInterfaceTransformOps.cpp | 43 Operation *producer = operand.get().getDefiningOp(); in collectTiledAndFusedOps() local
|
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFUnit.cpp | 753 llvm::StringRef producer( ParseProducerInfo() local
|
/llvm-project/mlir/lib/CAPI/Dialect/ |
H A D | LLVM.cpp | 236 mlirLLVMDICompileUnitAttrGet(MlirContext ctx,MlirAttribute id,unsigned int sourceLanguage,MlirAttribute file,MlirAttribute producer,bool isOptimized,MlirLLVMDIEmissionKind emissionKind,MlirLLVMDINameTableKind nameTableKind) mlirLLVMDICompileUnitAttrGet() argument
|
/llvm-project/mlir/lib/Dialect/Tosa/IR/ |
H A D | TosaCanonicalizations.cpp | 1051 auto producer = dyn_cast_or_null<ConcatOp>(operand.getDefiningOp()); fold() local
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/ |
H A D | SparseTensorRewriting.cpp | 299 auto producer = op.getSource().getDefiningOp<GenericOp>(); in matchAndRewrite() local [all...] |
/llvm-project/mlir/test/lib/Dialect/Test/ |
H A D | TestPatterns.cpp | 1024 Operation *producer = op.getOperand().getDefiningOp(); matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/Transform/IR/ |
H A D | TransformOps.cpp | 1662 Operation *producer = apply() local
|
/llvm-project/mlir/lib/Bytecode/Reader/ |
H A D | BytecodeReader.cpp | 1586 StringRef producer; member in mlir::BytecodeReader::Impl
|
/llvm-project/mlir/lib/Dialect/Tensor/IR/ |
H A D | TensorOps.cpp | 1015 auto producer = castOp.getSource().getDefiningOp<EmptyOp>(); matchAndRewrite() local [all...] |