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.h243 void applyCombineShuffleConcat(MachineInstr &MI, SmallVector<Register> &Ops);
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td1584 (apply [{ Helper.applyCombineShuffleConcat(*${root}, ${matchinfo}); }])>;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp436 void CombinerHelper::applyCombineShuffleConcat(MachineInstr &MI, in applyCombineShuffleConcat() function in CombinerHelper