Is drawing a static but procedural material to a render target faster?

I have a fairly complex and fully procedural material that will often take up the entire screen, but in the form of a static pattern that gets blended with the scene texture. Would rendering this to a texture once at the beginning of play save any performance, or are such cases automatically optimized?