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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h574 SDValue LowerShiftLeftParts(SDValue Op, SelectionDAG &DAG) const;
H A DNVPTXISelLowering.cpp2018 /// LowerShiftLeftParts - Lower SHL_PARTS, which
2023 SDValue NVPTXTargetLowering::LowerShiftLeftParts(SDValue Op, function in class:NVPTXTargetLowering
2196 return LowerShiftLeftParts(Op, DAG);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h738 SDValue LowerShiftLeftParts(SDValue Op, SelectionDAG &DAG) const;
H A DAArch64ISelLowering.cpp3234 return LowerShiftLeftParts(Op, DAG);
5935 /// LowerShiftLeftParts - Lower SHL_PARTS, which returns two
5937 SDValue AArch64TargetLowering::LowerShiftLeftParts(SDValue Op, function in class:AArch64TargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h714 SDValue LowerShiftLeftParts(SDValue Op, SelectionDAG &DAG) const;
H A DARMISelLowering.cpp5888 /// LowerShiftLeftParts - Lower SHL_PARTS, which returns two
5890 SDValue ARMTargetLowering::LowerShiftLeftParts(SDValue Op, function in class:ARMTargetLowering
9327 case ISD::SHL_PARTS: return LowerShiftLeftParts(Op, DAG);

Completed in 331 milliseconds