Lines Matching defs:handleInterface
205 /// The return value of the 'handleInterface' functions should be a
215 FailureOr<Operation *> result = handleInterface(concreteOp);
258 FailureOr<Operation *> handleInterface(BranchOpInterface op);
290 FailureOr<Operation *> handleInterface(RegionBranchOpInterface op);
319 FailureOr<Operation *> handleInterface(CallOpInterface op);
339 FailureOr<Operation *> handleInterface(MemoryEffectOpInterface op);
362 FailureOr<Operation *> handleInterface(RegionBranchTerminatorOpInterface op);
386 /// 'handleInterface' functions, this function sets the ownership of operation
387 /// results that have not been set yet by the 'handleInterface' functions. It
694 BufferDeallocation::handleInterface(RegionBranchOpInterface op) {
772 BufferDeallocation::handleInterface(BranchOpInterface op) {
820 FailureOr<Operation *> BufferDeallocation::handleInterface(CallOpInterface op) {
863 BufferDeallocation::handleInterface(MemoryEffectOpInterface op) {
932 BufferDeallocation::handleInterface(RegionBranchTerminatorOpInterface op) {
988 // an ownership during `handleInterface`. Assume the result may alias with