Searched refs:LowerShiftRightParts (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaISelLowering.h | 196 SDValue LowerShiftRightParts(SDValue Op, SelectionDAG &DAG, bool IsSRA) const;
|
| H A D | XtensaISelLowering.cpp | 1372 SDValue XtensaTargetLowering::LowerShiftRightParts(SDValue Op, in LowerShiftRightParts() function in XtensaTargetLowering 1495 return LowerShiftRightParts(Op, DAG, true); in LowerOperation() 1497 return LowerShiftRightParts(Op, DAG, false); in LowerOperation()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.h | 180 SDValue LowerShiftRightParts(SDValue Op, SelectionDAG &DAG, bool IsSRA) const;
|
| H A D | M68kISelLowering.cpp | 1421 return LowerShiftRightParts(Op, DAG, true); in LowerOperation() 1423 return LowerShiftRightParts(Op, DAG, false); in LowerOperation() 3471 SDValue M68kTargetLowering::LowerShiftRightParts(SDValue Op, SelectionDAG &DAG, in LowerShiftRightParts() function in M68kTargetLowering
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.h | 315 SDValue LowerShiftRightParts(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | NVPTXISelLowering.cpp | 2254 SDValue NVPTXTargetLowering::LowerShiftRightParts(SDValue Op, in LowerShiftRightParts() function in NVPTXTargetLowering 2914 return LowerShiftRightParts(Op, DAG); in LowerOperation()
|
| H A D | NVPTXInstrInfo.td | 2356 // NVPTXISelLowering (LowerShiftLeftParts and LowerShiftRightParts)
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 875 SDValue LowerShiftRightParts(SDValue Op, SelectionDAG &DAG) const;
|
| H A D | ARMISelLowering.cpp | 6389 SDValue ARMTargetLowering::LowerShiftRightParts(SDValue Op, in LowerShiftRightParts() function in ARMTargetLowering 10670 case ISD::SRA_PARTS: return LowerShiftRightParts(Op, DAG); in LowerOperation()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 13970 …PartsENS_7SDValueERNS_12SelectionDAGE", "llvm::ARMTargetLowering::LowerShiftRightParts(llvm::SDVal…
|