Searched refs:InstrReplacer (Results 1 – 1 of 1) sorted by relevance
122 class InstrReplacer : public InstrConverterBase { class127 InstrReplacer(unsigned SrcOpcode, unsigned DstOpcode) in InstrReplacer() function in __anond9661d290111::InstrReplacer200 class InstrCOPYReplacer : public InstrReplacer {205 : InstrReplacer(SrcOpcode, DstOpcode), DstDomain(DstDomain) {} in InstrCOPYReplacer()647 Converters[{MaskDomain, From}] = std::make_unique<InstrReplacer>(From, To); in initConverters()