Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h784 bool matchTruncBuildVectorFold(MachineInstr &MI, Register &MatchInfo);
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td1281 [{ return Helper.matchTruncBuildVectorFold(*${op}, ${matchinfo}); }]),
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp6321 bool CombinerHelper::matchTruncBuildVectorFold(MachineInstr &MI, in matchTruncBuildVectorFold() function in CombinerHelper