diff options
Diffstat (limited to 'src/shader_recompiler/frontend/ir/ir_emitter.h')
| -rw-r--r-- | src/shader_recompiler/frontend/ir/ir_emitter.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/shader_recompiler/frontend/ir/ir_emitter.h b/src/shader_recompiler/frontend/ir/ir_emitter.h index 7a83c33d3..4f7c820fe 100644 --- a/src/shader_recompiler/frontend/ir/ir_emitter.h +++ b/src/shader_recompiler/frontend/ir/ir_emitter.h | |||
| @@ -32,9 +32,11 @@ public: | |||
| 32 | [[nodiscard]] U64 Imm64(s64 value) const; | 32 | [[nodiscard]] U64 Imm64(s64 value) const; |
| 33 | [[nodiscard]] F64 Imm64(f64 value) const; | 33 | [[nodiscard]] F64 Imm64(f64 value) const; |
| 34 | 34 | ||
| 35 | void DummyReference(const Value& value); | ||
| 36 | void PhiMove(IR::Inst& phi, const Value& value); | ||
| 37 | |||
| 35 | void Prologue(); | 38 | void Prologue(); |
| 36 | void Epilogue(); | 39 | void Epilogue(); |
| 37 | void BranchConditionRef(const U1& cond); | ||
| 38 | void DemoteToHelperInvocation(); | 40 | void DemoteToHelperInvocation(); |
| 39 | void EmitVertex(const U32& stream); | 41 | void EmitVertex(const U32& stream); |
| 40 | void EndPrimitive(const U32& stream); | 42 | void EndPrimitive(const U32& stream); |