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

/freebsd-10.2-release/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp748 static SDValue performDSPShiftCombine(unsigned Opc, SDNode *N, EVT Ty, function
780 return performDSPShiftCombine(MipsISD::SHLL_DSP, N, Ty, DAG, Subtarget);
793 // See performDSPShiftCombine for more information about the transformation
837 return performDSPShiftCombine(MipsISD::SHRA_DSP, N, Ty, DAG, Subtarget);
849 return performDSPShiftCombine(MipsISD::SHRL_DSP, N, Ty, DAG, Subtarget);

Completed in 98 milliseconds