Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupInstTuning.cpp209 auto ProcessUNPCKToIntDomain = [&](unsigned NewOpc) -> bool { in processInstruction() local
226 if (ProcessUNPCKToIntDomain(NewOpcIntDomain)) in processInstruction()
232 if (ProcessUNPCKToIntDomain(NewOpcIntDomain)) in processInstruction()
238 return ProcessUNPCKToIntDomain(NewOpcIntDomain); in processInstruction()
242 return ProcessUNPCKToIntDomain(NewOpc); in processInstruction()