Searched refs:lowerShift (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 499 SDValue lowerShift(SDValue Op, SelectionDAG &DAG, unsigned ByScalar) const;
|
D | SystemZISelLowering.cpp | 4255 SDValue SystemZTargetLowering::lowerShift(SDValue Op, SelectionDAG &DAG, in lowerShift() function in SystemZTargetLowering 4410 return lowerShift(Op, DAG, SystemZISD::VSHL_BY_SCALAR); in LowerOperation() 4412 return lowerShift(Op, DAG, SystemZISD::VSRL_BY_SCALAR); in LowerOperation() 4414 return lowerShift(Op, DAG, SystemZISD::VSRA_BY_SCALAR); in LowerOperation()
|