Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h197 bool matchCombineExtendingLoads(MachineInstr &MI, PreferredTuple &MatchInfo);
/openbsd-src/gnu/llvm/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td149 [{ return Helper.matchCombineExtendingLoads(*${root}, ${matchinfo}); }]),
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp485 if (matchCombineExtendingLoads(MI, Preferred)) { in tryCombineExtendingLoads()
510 bool CombinerHelper::matchCombineExtendingLoads(MachineInstr &MI, in matchCombineExtendingLoads() function in CombinerHelper