Home
last modified time | relevance | path

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

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