Lines Matching refs:Write
29 return isa<Allocate, Free, Read, Write>(effect);
133 template bool mlir::hasSingleEffect<MemoryEffects::Write>(Operation *);
161 template bool mlir::hasSingleEffect<MemoryEffects::Write>(Operation *,
194 mlir::hasSingleEffect<OpOperand *, MemoryEffects::Write>(Operation *,
202 template bool mlir::hasSingleEffect<OpResult, MemoryEffects::Write>(Operation *,
214 mlir::hasSingleEffect<BlockArgument, MemoryEffects::Write>(Operation *,
231 template bool mlir::hasEffect<MemoryEffects::Write>(Operation *);
233 mlir::hasEffect<MemoryEffects::Write, MemoryEffects::Free>(Operation *);
252 template bool mlir::hasEffect<MemoryEffects::Write>(Operation *, Value value);
254 mlir::hasEffect<MemoryEffects::Write, MemoryEffects::Free>(Operation *,
276 template bool mlir::hasEffect<OpOperand *, MemoryEffects::Write>(Operation *,
279 mlir::hasEffect<OpOperand *, MemoryEffects::Write, MemoryEffects::Free>(
288 template bool mlir::hasEffect<OpResult, MemoryEffects::Write>(Operation *,
291 mlir::hasEffect<OpResult, MemoryEffects::Write, MemoryEffects::Free>(
302 mlir::hasEffect<BlockArgument, MemoryEffects::Write>(Operation *,
305 mlir::hasEffect<BlockArgument, MemoryEffects::Write, MemoryEffects::Free>(