Lines Matching refs:emitRenderOpcodes
2591 virtual void emitRenderOpcodes(MatchTable &Table,
2616 void emitRenderOpcodes(MatchTable &Table, RuleMatcher &Rule) const override { in emitRenderOpcodes() function in __anoncee47b830111::CopyRenderer
2647 void emitRenderOpcodes(MatchTable &Table, RuleMatcher &Rule) const override { in emitRenderOpcodes() function in __anoncee47b830111::CopyPhysRegRenderer
2683 void emitRenderOpcodes(MatchTable &Table, RuleMatcher &Rule) const override { in emitRenderOpcodes() function in __anoncee47b830111::CopyOrAddZeroRegRenderer
2720 void emitRenderOpcodes(MatchTable &Table, RuleMatcher &Rule) const override { in emitRenderOpcodes() function in __anoncee47b830111::CopyConstantAsImmRenderer
2751 void emitRenderOpcodes(MatchTable &Table, RuleMatcher &Rule) const override { in emitRenderOpcodes() function in __anoncee47b830111::CopyFConstantAsFPImmRenderer
2785 void emitRenderOpcodes(MatchTable &Table, RuleMatcher &Rule) const override { in emitRenderOpcodes() function in __anoncee47b830111::CopySubRegRenderer
2818 void emitRenderOpcodes(MatchTable &Table, RuleMatcher &Rule) const override { in emitRenderOpcodes() function in __anoncee47b830111::AddRegisterRenderer
2865 void emitRenderOpcodes(MatchTable &Table, RuleMatcher &Rule) const override { in emitRenderOpcodes() function in __anoncee47b830111::TempRegRenderer
2905 void emitRenderOpcodes(MatchTable &Table, RuleMatcher &Rule) const override { in emitRenderOpcodes() function in __anoncee47b830111::ImmRenderer
2926 void emitRenderOpcodes(MatchTable &Table, RuleMatcher &Rule) const override { in emitRenderOpcodes() function in __anoncee47b830111::SubRegIndexRenderer
2965 void emitRenderOpcodes(MatchTable &Table, RuleMatcher &Rule) const override { in emitRenderOpcodes() function in __anoncee47b830111::RenderComplexPatternOperand
2995 void emitRenderOpcodes(MatchTable &Table, RuleMatcher &Rule) const override { in emitRenderOpcodes() function in __anoncee47b830111::CustomRenderer
3026 void emitRenderOpcodes(MatchTable &Table, RuleMatcher &Rule) const override { in emitRenderOpcodes() function in __anoncee47b830111::CustomOperandRenderer
3168 Renderer->emitRenderOpcodes(Table, Rule); in emitActionOpcodes()