Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsPreLegalizerCombiner.cpp77 return Helper.tryCombineExtendingLoads(MI); in tryCombineAll()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h199 bool tryCombineExtendingLoads(MachineInstr &MI) const;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp743 bool CombinerHelper::tryCombineExtendingLoads(MachineInstr &MI) const { in tryCombineExtendingLoads() function in CombinerHelper