Home
last modified time | relevance | path

Searched refs:hasElementwiseMappableTraits (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DElementwiseToLinalg.cpp21 if (!OpTrait::hasElementwiseMappableTraits(op)) in isElementwiseMappableOpOnRankedTensors()
H A DVectorization.cpp362 if (!OpTrait::hasElementwiseMappableTraits(op)) in vectorizeOneOp()
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DVectorUnrollDistribute.cpp489 if (!OpTrait::hasElementwiseMappableTraits(op) || op->getNumResults() != 1) in matchAndRewrite()
546 if (!definedOp || !OpTrait::hasElementwiseMappableTraits(definedOp) || in matchAndRewrite()
H A DVectorDropLeadUnitDim.cpp409 if (!OpTrait::hasElementwiseMappableTraits(op) || op->getNumResults() != 1) in matchAndRewrite()
H A DVectorDistribute.cpp482 return OpTrait::hasElementwiseMappableTraits(op); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/IR/
H A DOperation.cpp1129 bool OpTrait::hasElementwiseMappableTraits(Operation *op) { in hasElementwiseMappableTraits() function in OpTrait
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Utils/
H A DUtils.cpp157 OpTrait::hasElementwiseMappableTraits(&op)) || in hasOnlyScalarElementwiseOp()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOpDefinition.h1450 bool hasElementwiseMappableTraits(Operation *op);