Searched defs:hasEffect (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/lib/Interfaces/ | ||
H A D | SideEffectInterfaces.cpp | 229 template bool mlir::hasEffect<MemoryEffects::Free>(Operation *); in hasEffect() function in mlir |
/llvm-project/mlir/lib/Dialect/Transform/Transforms/ | ||
H A D | CheckUses.cpp | 327 static bool hasEffect(ArrayRef<MemoryEffects::EffectInstance> instances, in hasEffect() function in __anon214ddf280111::TransformOpMemFreeAnalysis |
/llvm-project/mlir/lib/Dialect/Transform/Interfaces/ | ||
H A D | TransformInterfaces.cpp | 1812 static bool hasEffect(Range &&effects) { hasEffect() function |