Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h258 void applyCombineShuffleVector(MachineInstr &MI,
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp303 applyCombineShuffleVector(MI, Ops); in tryCombineShuffleVector()
385 void CombinerHelper::applyCombineShuffleVector(MachineInstr &MI, in applyCombineShuffleVector() function in CombinerHelper