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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.h88 SDValue LowerSHLParts(SDValue Op, SelectionDAG &DAG) const;
H A DR600ISelLowering.cpp482 case ISD::SHL_PARTS: return LowerSHLParts(Op, DAG);
791 SDValue R600TargetLowering::LowerSHLParts(SDValue Op, SelectionDAG &DAG) const { function in class:R600TargetLowering

Completed in 168 milliseconds