Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h51 bool tryCombineExtendingLoads(MachineInstr &MI);
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64PreLegalizerCombiner.cpp50 return Helper.tryCombineExtendingLoads(MI); in combine()
/freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp155 bool CombinerHelper::tryCombineExtendingLoads(MachineInstr &MI) { in tryCombineExtendingLoads() function in CombinerHelper
334 return tryCombineExtendingLoads(MI); in tryCombine()