Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h202 void applyCombineExtendingLoads(MachineInstr &MI,
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td248 (apply [{ Helper.applyCombineExtendingLoads(*${root}, ${matchinfo}); }])>;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp746 applyCombineExtendingLoads(MI, Preferred); in tryCombineExtendingLoads()
846 void CombinerHelper::applyCombineExtendingLoads( in applyCombineExtendingLoads() function in CombinerHelper