Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h192 void applyCombineExtendingLoads(MachineInstr &MI, PreferredTuple &MatchInfo);
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td225 (apply [{ Helper.applyCombineExtendingLoads(*${root}, ${matchinfo}); }])>;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp524 applyCombineExtendingLoads(MI, Preferred); in tryCombineExtendingLoads()
624 void CombinerHelper::applyCombineExtendingLoads(MachineInstr &MI, in applyCombineExtendingLoads() function in CombinerHelper