Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
HDCombinerHelper.h191 bool matchCombineExtendingLoads(MachineInstr &MI, PreferredTuple &MatchInfo);
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
HDCombine.td235 [{ return Helper.matchCombineExtendingLoads(*${root}, ${matchinfo}); }]),
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDCombinerHelper.cpp679 if (matchCombineExtendingLoads(MI, Preferred)) { in tryCombineExtendingLoads()
704 bool CombinerHelper::matchCombineExtendingLoads(MachineInstr &MI, in matchCombineExtendingLoads() function in CombinerHelper