Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DCombinerHelper.h245 bool matchShiftOfShiftedLogic(MachineInstr &MI,
/external/llvm-project/llvm/include/llvm/Target/GlobalISel/
DCombine.td175 [{ return Helper.matchShiftOfShiftedLogic(*${d}, ${matchinfo}); }]),
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp1620 bool CombinerHelper::matchShiftOfShiftedLogic(MachineInstr &MI, in matchShiftOfShiftedLogic() function in CombinerHelper