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

/freebsd-11.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h531 SDValue LowerShiftLeftParts(SDValue Op, SelectionDAG &DAG) const;
H A DNVPTXISelLowering.cpp1747 /// LowerShiftLeftParts - Lower SHL_PARTS, which
1752 SDValue NVPTXTargetLowering::LowerShiftLeftParts(SDValue Op,
1830 return LowerShiftLeftParts(Op, DAG);
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h485 SDValue LowerShiftLeftParts(SDValue Op, SelectionDAG &DAG) const;
H A DAArch64ISelLowering.cpp2310 return LowerShiftLeftParts(Op, DAG);
4450 /// LowerShiftLeftParts - Lower SHL_PARTS, which returns two
4452 SDValue AArch64TargetLowering::LowerShiftLeftParts(SDValue Op, function in class:AArch64TargetLowering
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.h540 SDValue LowerShiftLeftParts(SDValue Op, SelectionDAG &DAG) const;
H A DARMISelLowering.cpp4370 /// LowerShiftLeftParts - Lower SHL_PARTS, which returns two
4372 SDValue ARMTargetLowering::LowerShiftLeftParts(SDValue Op, function in class:ARMTargetLowering
6944 case ISD::SHL_PARTS: return LowerShiftLeftParts(Op, DAG);

Completed in 222 milliseconds