Home
last modified time | relevance | path

Searched refs:LowerShiftRightParts (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kISelLowering.h249 SDValue LowerShiftRightParts(SDValue Op, SelectionDAG &DAG, bool IsSRA) const;
H A DM68kISelLowering.cpp1418 return LowerShiftRightParts(Op, DAG, true); in LowerOperation()
1420 return LowerShiftRightParts(Op, DAG, false); in LowerOperation()
3470 SDValue M68kTargetLowering::LowerShiftRightParts(SDValue Op, SelectionDAG &DAG, in LowerShiftRightParts() function in M68kTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h628 SDValue LowerShiftRightParts(SDValue Op, SelectionDAG &DAG) const;
H A DNVPTXISelLowering.cpp2416 SDValue NVPTXTargetLowering::LowerShiftRightParts(SDValue Op, in LowerShiftRightParts() function in NVPTXTargetLowering
2706 return LowerShiftRightParts(Op, DAG); in LowerOperation()
H A DNVPTXInstrInfo.td1766 // NVPTXISelLowering (LowerShiftLeftParts and LowerShiftRightParts)
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h842 SDValue LowerShiftRightParts(SDValue Op, SelectionDAG &DAG) const;
H A DARMISelLowering.cpp6304 SDValue ARMTargetLowering::LowerShiftRightParts(SDValue Op, in LowerShiftRightParts() function in ARMTargetLowering
10592 case ISD::SRA_PARTS: return LowerShiftRightParts(Op, DAG); in LowerOperation()