Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/M68k/
H A DM68kISelLowering.h224 SDValue LowerShiftRightParts(SDValue Op, SelectionDAG &DAG, bool IsSRA) const;
H A DM68kISelLowering.cpp1363 return LowerShiftRightParts(Op, DAG, true); in LowerOperation()
1365 return LowerShiftRightParts(Op, DAG, false); in LowerOperation()
3292 SDValue M68kTargetLowering::LowerShiftRightParts(SDValue Op, SelectionDAG &DAG, in LowerShiftRightParts() function in M68kTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h594 SDValue LowerShiftRightParts(SDValue Op, SelectionDAG &DAG) const;
H A DNVPTXISelLowering.cpp2001 SDValue NVPTXTargetLowering::LowerShiftRightParts(SDValue Op, in LowerShiftRightParts() function in NVPTXTargetLowering
2238 return LowerShiftRightParts(Op, DAG); in LowerOperation()
H A DNVPTXInstrInfo.td1405 // NVPTXISelLowering (LowerShiftLeftParts and LowerShiftRightParts)
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.h826 SDValue LowerShiftRightParts(SDValue Op, SelectionDAG &DAG) const;
H A DARMISelLowering.cpp6267 SDValue ARMTargetLowering::LowerShiftRightParts(SDValue Op, in LowerShiftRightParts() function in ARMTargetLowering
10379 case ISD::SRA_PARTS: return LowerShiftRightParts(Op, DAG); in LowerOperation()