Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsPreLegalizerCombiner.cpp59 return Helper.tryCombineExtendingLoads(MI); in combine()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h142 bool tryCombineExtendingLoads(MachineInstr &MI);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp427 bool CombinerHelper::tryCombineExtendingLoads(MachineInstr &MI) { in tryCombineExtendingLoads() function in CombinerHelper
3992 if (tryCombineExtendingLoads(MI)) in tryCombine()