Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsPreLegalizerCombiner.cpp61 return Helper.tryCombineExtendingLoads(MI); in combine()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h143 bool tryCombineExtendingLoads(MachineInstr &MI);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp429 bool CombinerHelper::tryCombineExtendingLoads(MachineInstr &MI) { in tryCombineExtendingLoads() function in CombinerHelper
4270 if (tryCombineExtendingLoads(MI)) in tryCombine()