Home
last modified time | relevance | path

Searched refs:getParentWithTrait (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Rewrite/
H A DPatternApplicator.cpp43 return op->getParentWithTrait<mlir::OpTrait::IsIsolatedFromAbove>(); in getDumpRootOp()
/llvm-project-15.0.7/mlir/lib/Analysis/AliasAnalysis/
H A DLocalAliasAnalysis.cpp234 allocScopeOp = op->getParentWithTrait<OpTrait::AutomaticAllocationScope>(); in getAllocEffectFor()
/llvm-project-15.0.7/mlir/lib/Dialect/OpenMP/IR/
H A DOpenMPDialect.cpp654 auto *op = (*this)->getParentWithTrait<ReductionClauseInterface::Trait>(); in verify()
663 op = op->getParentWithTrait<ReductionClauseInterface::Trait>(); in verify()
/llvm-project-15.0.7/mlir/lib/Dialect/Transform/IR/
H A DTransformInterfaces.cpp333 op->getParentWithTrait<PossibleTopLevelTransformOpTrait>()) { in verifyPossibleTopLevelTransformOpTrait()
H A DTransformOps.cpp343 target->getParentWithTrait<OpTrait::IsIsolatedFromAbove>(); in apply()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOperation.h179 Operation *getParentWithTrait() { in getParentWithTrait() function
/llvm-project-15.0.7/mlir/lib/Conversion/VectorToSCF/
H A DVectorToSCF.cpp274 op->getParentWithTrait<OpTrait::AutomaticAllocationScope>(); in getAutomaticAllocationScope()
/llvm-project-15.0.7/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp144 if (!(*this)->getParentWithTrait<OpTrait::AutomaticAllocationScope>()) in verify()
398 if (!op->getParentWithTrait<OpTrait::AutomaticAllocationScope>()) in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Utils/
H A DUtils.cpp452 hoistedIfOp->getParentWithTrait<OpTrait::IsIsolatedFromAbove>(), in hoistAffineIfOp()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp2661 auto *symbolTableOp = getGlobalOp->getParentWithTrait<OpTrait::SymbolTable>(); in fold()