Searched refs:LowerShiftRightParts (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.h | 249 SDValue LowerShiftRightParts(SDValue Op, SelectionDAG &DAG, bool IsSRA) const;
|
| H A D | M68kISelLowering.cpp | 1418 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 D | NVPTXISelLowering.h | 628 SDValue LowerShiftRightParts(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | NVPTXISelLowering.cpp | 2416 SDValue NVPTXTargetLowering::LowerShiftRightParts(SDValue Op, in LowerShiftRightParts() function in NVPTXTargetLowering 2706 return LowerShiftRightParts(Op, DAG); in LowerOperation()
|
| H A D | NVPTXInstrInfo.td | 1766 // NVPTXISelLowering (LowerShiftLeftParts and LowerShiftRightParts)
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 842 SDValue LowerShiftRightParts(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | ARMISelLowering.cpp | 6304 SDValue ARMTargetLowering::LowerShiftRightParts(SDValue Op, in LowerShiftRightParts() function in ARMTargetLowering 10592 case ISD::SRA_PARTS: return LowerShiftRightParts(Op, DAG); in LowerOperation()
|