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.cpp206 auto ProcessUNPCKLPDrr = [&](unsigned NewOpcIntDomain, in processInstruction()
208 if (ProcessUNPCKToIntDomain(NewOpcIntDomain)) in processInstruction()
212 auto ProcessUNPCKHPDrr = [&](unsigned NewOpcIntDomain, in processInstruction() argument
214 if (ProcessUNPCKToIntDomain(NewOpcIntDomain)) in processInstruction()
219 auto ProcessUNPCKPDrm = [&](unsigned NewOpcIntDomain) -> bool { in processInstruction() argument
220 return ProcessUNPCKToIntDomain(NewOpcIntDomain); in processInstruction()