Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h270 void applyCombineShuffleToBuildVector(MachineInstr &MI) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td1585 (apply [{ Helper.applyCombineShuffleToBuildVector(*${root}); }])>;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp407 void CombinerHelper::applyCombineShuffleToBuildVector(MachineInstr &MI) const { in applyCombineShuffleToBuildVector() function in CombinerHelper