Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.h88 SDValue LowerShiftParts(SDValue Op, SelectionDAG &DAG) const;
H A DR600ISelLowering.cpp456 case ISD::SRL_PARTS: return LowerShiftParts(Op, DAG); in LowerOperation()
768 SDValue R600TargetLowering::LowerShiftParts(SDValue Op, in LowerShiftParts() function in R600TargetLowering
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h954 SDValue LowerShiftParts(SDValue Op, SelectionDAG &DAG) const;
H A DAArch64ISelLowering.cpp4590 return LowerShiftParts(Op, DAG); in LowerOperation()
7611 SDValue AArch64TargetLowering::LowerShiftParts(SDValue Op, in LowerShiftParts() function in AArch64TargetLowering
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp19620 static SDValue LowerShiftParts(SDValue Op, SelectionDAG &DAG) { in LowerShiftParts() function
30286 case ISD::SRL_PARTS: return LowerShiftParts(Op, DAG); in LowerOperation()