Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
DCombinerHelper.h308 bool matchShiftOfShiftedLogic(MachineInstr &MI,
/openbsd/src/gnu/llvm/llvm/include/llvm/Target/GlobalISel/
DCombine.td222 [{ return Helper.matchShiftOfShiftedLogic(*${d}, ${matchinfo}); }]),
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp1503 bool CombinerHelper::matchShiftOfShiftedLogic(MachineInstr &MI, in matchShiftOfShiftedLogic() function in CombinerHelper