Searched refs:InstrReplacer (Results 1 – 1 of 1) sorted by relevance
131 class InstrReplacer : public InstrConverterBase { class136 InstrReplacer(unsigned SrcOpcode, unsigned DstOpcode) in InstrReplacer() function in __anon21b6a0a50111::InstrReplacer209 class InstrCOPYReplacer : public InstrReplacer {214 : InstrReplacer(SrcOpcode, DstOpcode), DstDomain(DstDomain) {} in InstrCOPYReplacer()640 Converters[{MaskDomain, From}] = std::make_unique<InstrReplacer>(From, To); in initConverters()