Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h238 void applyCombineConcatVectors(MachineInstr &MI, SmallVector<Register> &Ops);
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td1572 (apply [{ Helper.applyCombineConcatVectors(*${root}, ${matchinfo}); }])>;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp354 void CombinerHelper::applyCombineConcatVectors(MachineInstr &MI, in applyCombineConcatVectors() function in CombinerHelper