Searched refs:lowerShift (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.h | 750 SDValue lowerShift(SDValue Op, SelectionDAG &DAG, unsigned ByScalar) const;
|
| H A D | SystemZISelLowering.cpp | 6653 SDValue SystemZTargetLowering::lowerShift(SDValue Op, SelectionDAG &DAG, in lowerShift() function in SystemZTargetLowering 7127 return lowerShift(Op, DAG, SystemZISD::VSHL_BY_SCALAR); in LowerOperation() 7129 return lowerShift(Op, DAG, SystemZISD::VSRL_BY_SCALAR); in LowerOperation() 7131 return lowerShift(Op, DAG, SystemZISD::VSRA_BY_SCALAR); in LowerOperation() 7135 return lowerShift(Op, DAG, SystemZISD::VROTL_BY_SCALAR); in LowerOperation()
|