Home
last modified time | relevance | path

Searched refs:InstrReplacer (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86DomainReassignment.cpp131 class InstrReplacer : public InstrConverterBase { class
136 InstrReplacer(unsigned SrcOpcode, unsigned DstOpcode) in InstrReplacer() function in __anon21b6a0a50111::InstrReplacer
209 class InstrCOPYReplacer : public InstrReplacer {
214 : InstrReplacer(SrcOpcode, DstOpcode), DstDomain(DstDomain) {} in InstrCOPYReplacer()
640 Converters[{MaskDomain, From}] = std::make_unique<InstrReplacer>(From, To); in initConverters()