Searched refs:lowerShift (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.h | 716 SDValue lowerShift(SDValue Op, SelectionDAG &DAG, unsigned ByScalar) const;
|
| H A D | SystemZISelLowering.cpp | 6001 SDValue SystemZTargetLowering::lowerShift(SDValue Op, SelectionDAG &DAG, in lowerShift() function in SystemZTargetLowering 6204 return lowerShift(Op, DAG, SystemZISD::VSHL_BY_SCALAR); in LowerOperation() 6206 return lowerShift(Op, DAG, SystemZISD::VSRL_BY_SCALAR); in LowerOperation() 6208 return lowerShift(Op, DAG, SystemZISD::VSRA_BY_SCALAR); in LowerOperation() 6210 return lowerShift(Op, DAG, SystemZISD::VROTL_BY_SCALAR); in LowerOperation()
|