Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h191 void applyCombineExtendingLoads(MachineInstr &MI, PreferredTuple &MatchInfo);
/llvm-project-15.0.7/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td133 (apply [{ Helper.applyCombineExtendingLoads(*${root}, ${matchinfo}); }])>;
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp482 applyCombineExtendingLoads(MI, Preferred); in tryCombineExtendingLoads()
563 void CombinerHelper::applyCombineExtendingLoads(MachineInstr &MI, in applyCombineExtendingLoads() function in CombinerHelper