Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupInstTuning.cpp224 auto ProcessUNPCKLPDrr = [&](unsigned NewOpcIntDomain, in processInstruction()
226 if (ProcessUNPCKToIntDomain(NewOpcIntDomain)) in processInstruction()
230 auto ProcessUNPCKHPDrr = [&](unsigned NewOpcIntDomain, in processInstruction() argument
232 if (ProcessUNPCKToIntDomain(NewOpcIntDomain)) in processInstruction()
237 auto ProcessUNPCKPDrm = [&](unsigned NewOpcIntDomain) -> bool { in processInstruction() argument
238 return ProcessUNPCKToIntDomain(NewOpcIntDomain); in processInstruction()