Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64O0PreLegalizerCombiner.cpp95 return Helper.tryCombineShuffleVector(MI); in tryCombineAll()
H A DAArch64PreLegalizerCombiner.cpp775 return Helper.tryCombineShuffleVector(MI); in tryCombineAll()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreLegalizerCombiner.cpp110 return Helper.tryCombineShuffleVector(MI); in tryCombineAll()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h249 bool tryCombineShuffleVector(MachineInstr &MI);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp456 bool CombinerHelper::tryCombineShuffleVector(MachineInstr &MI) { in tryCombineShuffleVector() function in CombinerHelper