Searched refs:emitEpilog (Results 1 – 7 of 7) sorted by relevance
180 void emitEpilog(raw_ostream &OS) { in emitEpilog() function231 emitEpilog(*OS.get()); in closeViewFile()252 emitEpilog(OSRef); in createIndexFile()
275 void emitEpilog(raw_ostream &OS) { in emitEpilog() function301 emitEpilog(*OS.get()); in closeViewFile()457 emitEpilog(OSRef); in createIndexFile()
85 spirvShader->emitEpilog(&routine); in program()
59 shader->emitEpilog(&routine); in generate()
196 spirvShader->emitEpilog(&routine); in applyShader()
788 void emitEpilog(SpirvRoutine *routine) const;
2472 void SpirvShader::emitEpilog(SpirvRoutine *routine) const in emitEpilog() function in sw::SpirvShader