Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h144 bool matchCombineExtendingLoads(MachineInstr &MI, PreferredTuple &MatchInfo);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td131 [{ return Helper.matchCombineExtendingLoads(*${root}, ${matchinfo}); }]),
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp431 if (matchCombineExtendingLoads(MI, Preferred)) { in tryCombineExtendingLoads()
438 bool CombinerHelper::matchCombineExtendingLoads(MachineInstr &MI, in matchCombineExtendingLoads() function in CombinerHelper