/llvm-project/mlir/lib/Dialect/Tensor/Transforms/ |
H A D | RewriteAsConstant.cpp | 38 Operation *constantOp = in matchAndRewrite() local 129 Operation *constantOp = in constantFoldPadOp() local
|
/llvm-project/mlir/lib/Dialect/Complex/IR/ |
H A D | ComplexOps.cpp | 268 if (auto constantOp = getRhs().getDefiningOp<ConstantOp>()) { in fold() local 290 if (auto constantOp = getRhs().getDefiningOp<ConstantOp>()) { in fold() local
|
/llvm-project/mlir/lib/Dialect/Bufferization/Transforms/ |
H A D | BufferUtils.cpp | 104 getGlobalFor(arith::ConstantOp constantOp,uint64_t alignment,Attribute memorySpace) getGlobalFor() argument
|
/llvm-project/mlir/lib/Dialect/Arith/IR/ |
H A D | ValueBoundsOpInterfaceImpl.cpp | 44 auto constantOp = cast<ConstantOp>(op); in populateBoundsForIndexValue() local
|
/llvm-project/mlir/lib/Dialect/Arith/Transforms/ |
H A D | BufferizableOpInterfaceImpl.cpp | 28 auto constantOp = cast<arith::ConstantOp>(op); in bufferize() local
|
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
H A D | SplitReduction.cpp | 152 Value constantOp = b.create<arith::ConstantOp>(loc, *identity); in splitReduction() local 326 Value constantOp = b.create<arith::ConstantOp>(loc, std::get<1>(it)); in splitReductionByScaling() local
|
H A D | TilingInterfaceImpl.cpp | 375 Value constantOp = b.create<arith::ConstantOp>(loc, *identity); generateInitialTensorForPartialReduction() local
|
/llvm-project/mlir/lib/Conversion/VectorToGPU/ |
H A D | VectorToGPU.cpp | 188 static bool constantSupportsMMAMatrixType(arith::ConstantOp constantOp) { in constantSupportsMMAMatrixType() argument 1256 } else if (auto constantOp = dyn_cast<arith::ConstantOp>(op)) { convertVectorToMMAOps() local
|
/llvm-project/mlir/lib/Dialect/Shape/IR/ |
H A D | Shape.cpp | 1078 if (auto constantOp = getIndex().getDefiningOp<arith::ConstantOp>()) getConstantIndex() local 1322 if (auto constantOp = getDim().getDefiningOp<arith::ConstantOp>()) getConstantDim() local
|
/llvm-project/mlir/lib/Dialect/Vector/Transforms/ |
H A D | VectorTransforms.cpp | 1165 allI1ConstantValuesSetTo(arith::ConstantOp constantOp,bool value) allI1ConstantValuesSetTo() argument
|
H A D | VectorDistribute.cpp | 752 auto constantOp = yieldOperand->get().getDefiningOp<arith::ConstantOp>(); matchAndRewrite() local
|
/llvm-project/mlir/lib/Conversion/MemRefToLLVM/ |
H A D | MemRefToLLVM.cpp | 328 if (auto constantOp = dimOp.getIndex().getDefiningOp<LLVM::ConstantOp>()) getConstantDimIndex() local
|
/llvm-project/mlir/lib/Target/Cpp/ |
H A D | TranslateToCpp.cpp | 342 printOperation(CppEmitter & emitter,emitc::ConstantOp constantOp) printOperation() argument
|
/llvm-project/mlir/lib/Dialect/Vector/IR/ |
H A D | VectorOps.cpp | 112 if (auto constantOp = operand.getDefiningOp<arith::ConstantOp>()) { in getMaskFormat() local 2086 auto constantOp = operand.getDefiningOp<arith::ConstantOp>(); matchAndRewrite() local 5287 auto constantOp = matchAndRewrite() local
|