Searched refs:LowerShiftLeftParts (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h573 SDValue LowerShiftLeftParts(SDValue Op, SelectionDAG &DAG) const;
H A DNVPTXISelLowering.cpp2000 /// LowerShiftLeftParts - Lower SHL_PARTS, which
2005 SDValue NVPTXTargetLowering::LowerShiftLeftParts(SDValue Op, function in class:NVPTXTargetLowering
2178 return LowerShiftLeftParts(Op, DAG);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h759 SDValue LowerShiftLeftParts(SDValue Op, SelectionDAG &DAG) const;
H A DARMISelLowering.cpp6076 /// LowerShiftLeftParts - Lower SHL_PARTS, which returns two
6078 SDValue ARMTargetLowering::LowerShiftLeftParts(SDValue Op, function in class:ARMTargetLowering
9755 case ISD::SHL_PARTS: return LowerShiftLeftParts(Op, DAG);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h866 SDValue LowerShiftLeftParts(SDValue Op, SelectionDAG &DAG) const;
H A DAArch64ISelLowering.cpp3529 return LowerShiftLeftParts(Op, DAG);
6370 /// LowerShiftLeftParts - Lower SHL_PARTS, which returns two
6372 SDValue AArch64TargetLowering::LowerShiftLeftParts(SDValue Op, function in class:AArch64TargetLowering

Completed in 260 milliseconds