Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h144 void applyCombineExtendingLoads(MachineInstr &MI, PreferredTuple &MatchInfo);
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td131 (apply [{ Helper.applyCombineExtendingLoads(*${root}, ${matchinfo}); }])>;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp430 applyCombineExtendingLoads(MI, Preferred); in tryCombineExtendingLoads()
518 void CombinerHelper::applyCombineExtendingLoads(MachineInstr &MI, in applyCombineExtendingLoads() function in CombinerHelper