Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h578 SDValue lowerShift(SDValue Op, SelectionDAG &DAG, unsigned ByScalar) const;
H A DSystemZISelLowering.cpp4722 SDValue SystemZTargetLowering::lowerShift(SDValue Op, SelectionDAG &DAG, in lowerShift() function in SystemZTargetLowering
4887 return lowerShift(Op, DAG, SystemZISD::VSHL_BY_SCALAR); in LowerOperation()
4889 return lowerShift(Op, DAG, SystemZISD::VSRL_BY_SCALAR); in LowerOperation()
4891 return lowerShift(Op, DAG, SystemZISD::VSRA_BY_SCALAR); in LowerOperation()