Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.h97 SDValue LowerShiftParts(SDValue Op, SelectionDAG &DAG) const;
H A DR600ISelLowering.cpp403 case ISD::SRL_PARTS: return LowerShiftParts(Op, DAG); in LowerOperation()
715 SDValue R600TargetLowering::LowerShiftParts(SDValue Op, in LowerShiftParts() function in R600TargetLowering
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1003 SDValue LowerShiftParts(SDValue Op, SelectionDAG &DAG) const;
H A DAArch64ISelLowering.cpp5483 return LowerShiftParts(Op, DAG); in LowerOperation()
8771 SDValue AArch64TargetLowering::LowerShiftParts(SDValue Op, in LowerShiftParts() function in AArch64TargetLowering
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp20660 static SDValue LowerShiftParts(SDValue Op, SelectionDAG &DAG) { in LowerShiftParts() function
32244 case ISD::SRL_PARTS: return LowerShiftParts(Op, DAG); in LowerOperation()