Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h265 void applyCombineShuffleConcat(MachineInstr &MI,
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td1578 (apply [{ Helper.applyCombineShuffleConcat(*${root}, ${matchinfo}); }])>;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp496 void CombinerHelper::applyCombineShuffleConcat( in applyCombineShuffleConcat() function in CombinerHelper