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

/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp844 static SDValue performDSPShiftCombine(unsigned Opc, SDNode *N, EVT Ty, function
876 return performDSPShiftCombine(MipsISD::SHLL_DSP, N, Ty, DAG, Subtarget);
889 // See performDSPShiftCombine for more information about the transformation
934 return performDSPShiftCombine(MipsISD::SHRA_DSP, N, Ty, DAG, Subtarget);
946 return performDSPShiftCombine(MipsISD::SHRL_DSP, N, Ty, DAG, Subtarget);

Completed in 47 milliseconds