Home
last modified time | relevance | path

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

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