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

/external/llvm/lib/Target/R600/
H A DR600ISelLowering.h65 SDValue LowerSRXParts(SDValue Op, SelectionDAG &DAG) const;
H A DR600ISelLowering.cpp576 case ISD::SRL_PARTS: return LowerSRXParts(Op, DAG);
1079 SDValue R600TargetLowering::LowerSRXParts(SDValue Op, SelectionDAG &DAG) const { function in class:R600TargetLowering

Completed in 87 milliseconds