Home
last modified time | relevance | path

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

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