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.cpp195 auto ProcessUNPCKToIntDomain = [&](unsigned NewOpc) -> bool { in processInstruction() local
208 if (ProcessUNPCKToIntDomain(NewOpcIntDomain)) in processInstruction()
214 if (ProcessUNPCKToIntDomain(NewOpcIntDomain)) in processInstruction()
220 return ProcessUNPCKToIntDomain(NewOpcIntDomain); in processInstruction()
224 return ProcessUNPCKToIntDomain(NewOpc); in processInstruction()