Home
last modified time | relevance | path

Searched refs:LowerSHLParts (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DR600ISelLowering.h81 SDValue LowerSHLParts(SDValue Op, SelectionDAG &DAG) const;
DR600ISelLowering.cpp619 case ISD::SHL_PARTS: return LowerSHLParts(Op, DAG); in LowerOperation()
965 SDValue R600TargetLowering::LowerSHLParts(SDValue Op, SelectionDAG &DAG) const { in LowerSHLParts() function in R600TargetLowering