Home
last modified time | relevance | path

Searched refs:LowerShifts (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.h93 SDValue LowerShifts(SDValue Op, SelectionDAG &DAG) const;
H A DMSP430ISelLowering.cpp344 case ISD::SRA: return LowerShifts(Op, DAG); in LowerOperation()
958 SDValue MSP430TargetLowering::LowerShifts(SDValue Op, in LowerShifts() function in MSP430TargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRISelLowering.h162 SDValue LowerShifts(SDValue Op, SelectionDAG &DAG) const;
H A DAVRISelLowering.cpp264 SDValue AVRTargetLowering::LowerShifts(SDValue Op, SelectionDAG &DAG) const { in LowerShifts() function in llvm::AVRTargetLowering
987 return LowerShifts(Op, DAG); in LowerOperation()