Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h207 void applyCombineShuffleVector(MachineInstr &MI,
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp247 applyCombineShuffleVector(MI, Ops); in tryCombineShuffleVector()
329 void CombinerHelper::applyCombineShuffleVector(MachineInstr &MI, in applyCombineShuffleVector() function in CombinerHelper