Searched refs:LowerShiftRightParts (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.h | 224 SDValue LowerShiftRightParts(SDValue Op, SelectionDAG &DAG, bool IsSRA) const;
|
| H A D | M68kISelLowering.cpp | 1363 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 D | NVPTXISelLowering.h | 594 SDValue LowerShiftRightParts(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | NVPTXISelLowering.cpp | 2001 SDValue NVPTXTargetLowering::LowerShiftRightParts(SDValue Op, in LowerShiftRightParts() function in NVPTXTargetLowering 2238 return LowerShiftRightParts(Op, DAG); in LowerOperation()
|
| H A D | NVPTXInstrInfo.td | 1405 // NVPTXISelLowering (LowerShiftLeftParts and LowerShiftRightParts)
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 826 SDValue LowerShiftRightParts(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | ARMISelLowering.cpp | 6267 SDValue ARMTargetLowering::LowerShiftRightParts(SDValue Op, in LowerShiftRightParts() function in ARMTargetLowering 10379 case ISD::SRA_PARTS: return LowerShiftRightParts(Op, DAG); in LowerOperation()
|