Home
last modified time | relevance | path

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

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