Home
last modified time | relevance | path

Searched refs:lowerShift (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h661 SDValue lowerShift(SDValue Op, SelectionDAG &DAG, unsigned ByScalar) const;
H A DSystemZISelLowering.cpp5360 SDValue SystemZTargetLowering::lowerShift(SDValue Op, SelectionDAG &DAG, in lowerShift() function in SystemZTargetLowering
5529 return lowerShift(Op, DAG, SystemZISD::VSHL_BY_SCALAR); in LowerOperation()
5531 return lowerShift(Op, DAG, SystemZISD::VSRL_BY_SCALAR); in LowerOperation()
5533 return lowerShift(Op, DAG, SystemZISD::VSRA_BY_SCALAR); in LowerOperation()