Home
last modified time | relevance | path

Searched refs:LowerShiftParts (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.h98 SDValue LowerShiftParts(SDValue Op, SelectionDAG &DAG) const;
H A DR600ISelLowering.cpp409 case ISD::SRL_PARTS: return LowerShiftParts(Op, DAG); in LowerOperation()
721 SDValue R600TargetLowering::LowerShiftParts(SDValue Op, in LowerShiftParts() function in R600TargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h700 SDValue LowerShiftParts(SDValue Op, SelectionDAG &DAG) const;
H A DAArch64ISelLowering.cpp7355 return LowerShiftParts(Op, DAG); in LowerOperation()
12080 SDValue AArch64TargetLowering::LowerShiftParts(SDValue Op, in LowerShiftParts() function in AArch64TargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp19716 static SDValue LowerShiftParts(SDValue Op, SelectionDAG &DAG) { in LowerShiftParts() function
33606 case ISD::SRL_PARTS: return LowerShiftParts(Op, DAG); in LowerOperation()