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.h200 bool matchCombineExtendingLoads(MachineInstr &MI,
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td247 [{ return Helper.matchCombineExtendingLoads(*${root}, ${matchinfo}); }]),
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp745 if (matchCombineExtendingLoads(MI, Preferred)) { in tryCombineExtendingLoads()
770 bool CombinerHelper::matchCombineExtendingLoads( in matchCombineExtendingLoads() function in CombinerHelper