Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/GlobalISel/
H A DCombinerHelper.h490 matchHoistLogicOpWithSameOpcodeHands(MachineInstr &MI,
/llvm-project-15.0.7/llvm/include/llvm/Target/GlobalISel/
H A DCombine.td440 [{ return Helper.matchHoistLogicOpWithSameOpcodeHands(*${root}, ${info}); }]),
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp2630 bool CombinerHelper::matchHoistLogicOpWithSameOpcodeHands( in matchHoistLogicOpWithSameOpcodeHands() function in CombinerHelper