Lines Matching refs:FunctionOpInterface
173 LogicalResult deallocate(FunctionOpInterface op);
342 /// operation implements FunctionOpInterface, inserting a
404 /// Returns whether the given operation implements FunctionOpInterface, has
420 /// FunctionOpInterface that have to hold for the deallocation to be
423 static LogicalResult verifyFunctionPreconditions(FunctionOpInterface op);
426 /// operations implementing the FunctionOpInterface that have to hold for the
446 static LogicalResult updateFunctionSignature(FunctionOpInterface op);
487 BufferDeallocation::verifyFunctionPreconditions(FunctionOpInterface op) {
569 BufferDeallocation::updateFunctionSignature(FunctionOpInterface op) {
594 LogicalResult BufferDeallocation::deallocate(FunctionOpInterface op) {
644 if (isa<FunctionOpInterface>(block->getParentOp()) &&
975 auto funcOp = dyn_cast<FunctionOpInterface>(op);
1055 bufferization::deallocateBuffersOwnershipBased(FunctionOpInterface op,